svn commit: r14009 - trunk/src_new/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: euluis
Date: 2007-12-27 16:44:12-0800
New Revision: 14009
Modified:
trunk/src_new/build.xml
Log:
Fixed the copying of profiles into build directory after these were moved by Tom.
Modified: trunk/src_new/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/build.xml?view=diff&rev=14009&p1=trunk/src_new/build.xml&p2=trunk/src_new/build.xml&r1=14008&r2=14009
==============================================================================
--- trunk/src_new/build.xml (original)
+++ trunk/src_new/build.xml 2007-12-27 16:44:12-0800
@@ -321,9 +321,14 @@
includes="**/**"/>
</copy>
+ <copy todir="${argo.build.classes}/org/argouml/profile/profiles">
+ <fileset dir="${argo.src.dir}/org/argouml/profile/profiles"
+ includes="*.xmi,README.txt"/>
+ </copy>
+
<copy todir="${argo.build.classes}/org/argouml">
<fileset dir="${argo.src.dir}/org/argouml"
- includes="*.xmi,argo.ini"/>
+ includes="*argo.ini"/>
</copy>
<!-- copy test files -->