svn commit: r14871 - trunk/src/argouml-core-model-mdr/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2008-06-05 15:47:29-0700
New Revision: 14871
Modified:
trunk/src/argouml-core-model-mdr/build.xml
Log:
Change file we test against so we don't get constant rebuilds in Eclipse
Modified: trunk/src/argouml-core-model-mdr/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/build.xml?view=diff&rev=14871&p1=trunk/src/argouml-core-model-mdr/build.xml&p2=trunk/src/argouml-core-model-mdr/build.xml&r1=14870&r2=14871
==============================================================================
--- trunk/src/argouml-core-model-mdr/build.xml (original)
+++ trunk/src/argouml-core-model-mdr/build.xml 2008-06-05 15:47:29-0700
@@ -168,14 +168,14 @@
<uptodate property="generate.notRequired"
srcfile="${xmi.file}.xml"
- targetfile="${build.dir}/${javainterfaces.jar}" >
+ targetfile="${build.dir}/UML14.dtd" >
</uptodate>
</target>
<target name="generate-skipped" if="generate.notRequired">
- <echo message="${build.dir}/${javainterfaces.jar} is up to date"/>
+ <echo message="${build.dir}/UML14.dtd is up to date"/>
</target>
<!-- =================================================================== -->