svn commit: r14011 - trunk/src_new/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-12-27 20:52:15-0800
New Revision: 14011
Modified:
trunk/src_new/build.xml
Log:
Mark argo.ini as deprecated for future removal
Modified: trunk/src_new/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/build.xml?view=diff&rev=14011&p1=trunk/src_new/build.xml&p2=trunk/src_new/build.xml&r1=14010&r2=14011
==============================================================================
--- trunk/src_new/build.xml (original)
+++ trunk/src_new/build.xml 2007-12-27 20:52:15-0800
@@ -326,6 +326,8 @@
includes="*.xmi,README.txt"/>
</copy>
+ <!-- The class that uses argo.ini was deprecated for 0.25.4. It can be
+ removed when that class is removed after the release of 0.26 -->
<copy todir="${argo.build.classes}/org/argouml">
<fileset dir="${argo.src.dir}/org/argouml"
includes="*argo.ini"/>