Author: epbernard
Date: 2008-05-27 14:59:15 -0400 (Tue, 27 May 2008)
New Revision: 14694
Added:
commons-annotations/trunk/build.properties.dist
Modified:
commons-annotations/trunk/build.xml
Log:
add ability to run tests in dist
Added: commons-annotations/trunk/build.properties.dist
===================================================================
--- commons-annotations/trunk/build.properties.dist (rev 0)
+++ commons-annotations/trunk/build.properties.dist 2008-05-27 18:59:15 UTC (rev 14694)
@@ -0,0 +1,3 @@
+common.dir=.
+src.dir=src
+test.dir=test
Modified: commons-annotations/trunk/build.xml
===================================================================
--- commons-annotations/trunk/build.xml 2008-05-27 18:37:22 UTC (rev 14693)
+++ commons-annotations/trunk/build.xml 2008-05-27 18:59:15 UTC (rev 14694)
@@ -186,7 +186,16 @@
<copy todir="${dist.lib.dir}/build"
failonerror="false">
<fileset file="${lib.dir}/build/*.jar"/>
</copy>
+
+ <copy todir="${dist.dir}/ivy" failonerror="false">
+ <fileset dir="${ivy.jar.dir}">
+ <include name="**/*.*"/>
+ </fileset>
+ </copy>
+ <copy file="${basedir}/build.properties.dist"
tofile="${dist.dir}/build.properties" failonerror="false">
+ </copy>
+
<antcall target="common-build.dist"/>
</target>
Show replies by date