Move ivy build to conventional location

This commit is contained in:
dsyer
2009-05-28 12:24:16 +00:00
parent e6462c47bb
commit cfb9d16d39
8 changed files with 8 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="package-bundle">
<target name="package" depends="ivy.init">
<dist-jar/>
<src-jar/>
<ext-jars/>
</target>
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>