svn commit: r15002 - trunk: . src/argouml-build

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2008-06-18 14:28:57-0700
New Revision: 15002

Modified:
   trunk/build.xml
   trunk/src/argouml-build/build.xml

Log:
Moved the argouml-diagrams-sequence.jar to appear in the ext subdirectory.

Modified: trunk/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/build.xml?view=diff&rev=15002&p1=trunk/build.xml&p2=trunk/build.xml&r1=15001&r2=15002
==============================================================================
--- trunk/build.xml	(original)
+++ trunk/build.xml	2008-06-18 14:28:57-0700
@@ -52,6 +52,13 @@
         <include name="*"/>
       </fileset>
     </copy>
+
+    <mkdir dir="${build.dir}/ext"/>
+    <copy todir="${build.dir}/ext" includeEmptyDirs="false">
+      <fileset dir="src/argouml-build/build/ext">
+        <include name="*"/>
+      </fileset>
+    </copy>
   </target>
 
 

Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&rev=15002&p1=trunk/src/argouml-build/build.xml&p2=trunk/src/argouml-build/build.xml&r1=15001&r2=15002
==============================================================================
--- trunk/src/argouml-build/build.xml	(original)
+++ trunk/src/argouml-build/build.xml	2008-06-18 14:28:57-0700
@@ -265,6 +265,13 @@
       <fileset dir="../argouml-app/build">
         <include name="*"/>
       </fileset>
+    </copy>
+
+    <delete failonerror="false">
+      <fileset dir="${argo.build.dir}/ext"/>
+    </delete>
+    <mkdir dir="${argo.build.dir}/ext"/>
+    <copy todir="${argo.build.dir}/ext" includeEmptyDirs="false">
       <fileset dir="../argouml-core-diagrams-sequence2/build">
         <include name="*"/>
       </fileset>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.