Revision: 3272
Author: silva.josemanuel1
Date: Mon Feb  8 13:03:52 2010
Log: Added a simple jar target
http://code.google.com/p/power-architect/source/detail?r=3272

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Mon Feb  1 10:18:39 2010
+++ /trunk/build.xml    Mon Feb  8 13:03:52 2010
@@ -651,6 +651,10 @@
         </copy>

        </target>
+
+       <target name ="jar" depends="compile">
+               <jar jarfile="dist/architect_library.jar" basedir="${build}"/>
+       </target>

     <target name="stage" depends="checkAntVersion,compile">
        <mkdir dir="${dist.dir}" />

Reply via email to