Revision: 3648
Author: [email protected]
Date: Mon Jun 28 11:10:20 2010
Log: jar target now compiles tests
http://code.google.com/p/power-architect/source/detail?r=3648

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Mon Jun 28 09:25:39 2010
+++ /trunk/build.xml    Mon Jun 28 11:10:20 2010
@@ -757,7 +757,7 @@

        </target>

- <target name ="jar" depends="compile" description="Builds the embedable JAR"> + <target name ="jar" depends="compile, compile-tests" description="Builds the embedable JAR">
                <jar jarfile="dist/architect.jar" basedir="${build}"/>
                <jar jarfile="dist/architect-tests.jar" 
basedir="${build.tests}"/>
        </target>

Reply via email to