svn commit: r14887 - trunk/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2008-06-08 14:50:11-0700
New Revision: 14887
Modified:
trunk/build.xml
Log:
Move the patching for the jar file to a separate target.
Modified: trunk/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/build.xml?view=diff&rev=14887&p1=trunk/build.xml&p2=trunk/build.xml&r1=14886&r2=14887
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml 2008-06-08 14:50:11-0700
@@ -52,9 +52,14 @@
<include name="*"/>
</fileset>
</copy>
+ </target>
+
- <!-- update argouml.jar manifest with any jars found in new location
- (i.e. include anything in ext/*.jar -->
+ <!-- =================================================================== -->
+ <!-- Update argouml.jar manifest with any jars found in new location -->
+ <!-- (i.e. include anything in ext/*.jar -->
+ <!-- =================================================================== -->
+ <target name="update-argouml.jar-manifest" depends="init">
<property name="manifest.update" value="mf.mf"/>
<fileset dir="${build.dir}" id="classpath.jars" >
<include name="**/*.jar" />