Revision: 3647
Author: [email protected]
Date: Mon Jun 28 09:25:39 2010
Log: The jar target now builds a jar of the test classes, for use in
architect-enterprise.
http://code.google.com/p/power-architect/source/detail?r=3647
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Tue May 25 13:03:30 2010
+++ /trunk/build.xml Mon Jun 28 09:25:39 2010
@@ -759,6 +759,7 @@
<target name ="jar" depends="compile" description="Builds the embedable
JAR">
<jar jarfile="dist/architect.jar" basedir="${build}"/>
+ <jar jarfile="dist/architect-tests.jar"
basedir="${build.tests}"/>
</target>
<target name="stage" depends="checkAntVersion,compile">