spring-framework/org.springframework.samples.../build.xml

7 lines
266 B
XML
Raw Normal View History

2008-11-20 21:50:01 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.samples.petclinic">
<property file="${basedir}/../build.properties"/>
<property file="${basedir}/../build.versions"/>
2008-11-20 21:50:01 +08:00
<import file="${basedir}/../spring-build/war/default.xml"/>
</project>