svn commit: r13628 - trunk/src_new/build.xml

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-10-03 11:51:13-0700
New Revision: 13628

Modified:
   trunk/src_new/build.xml

Log:
Issue 4872: Fix ant build to copy default profiles

Patch supplied by Luis Sergio Oliveira

Modified: trunk/src_new/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/build.xml?view=diff&rev=13628&p1=trunk/src_new/build.xml&p2=trunk/src_new/build.xml&r1=13627&r2=13628
==============================================================================
--- trunk/src_new/build.xml	(original)
+++ trunk/src_new/build.xml	2007-10-03 11:51:13-0700
@@ -319,14 +319,13 @@
         includes="**/**"/>
     </copy>
   	
-    <copy file="${argo.src.dir}/org/argouml/argo.ini" 
-      tofile="${argo.build.classes}/org/argouml/argo.ini"/>
-    <copy file="${argo.src.dir}/org/argouml/default.xmi" 
-      tofile="${argo.build.classes}/org/argouml/default.xmi"/>
-    <copy file="${argo.src.dir}/org/argouml/registry.xml" 
-      tofile="${argo.build.classes}/org/argouml/registry.xml"/>
+    <copy todir="${argo.build.classes}/org/argouml">
+      <!-- registry.xml doesn't appear to be used any more - tfm 20070930 -->
+      <fileset dir="${argo.src.dir}/org/argouml"
+          includes="*.xmi,registry.xml,argo.ini"/>
+     </copy>
  	
-  	<!-- copy test files -->
+    <!-- copy test files -->
     <copy todir="${argo.tests.classes}/testmodels">
       <fileset dir="${argo.tests.src}/testmodels" excludes="CVS/**" includes="**/**"/>
     </copy>
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.