svn commit: r17346 - trunk/src/argouml-build/build.xml
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2009-09-22 13:11:20-0700
New Revision: 17346
Modified:
trunk/src/argouml-build/build.xml
Log:
Fixed the old model-euml path.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=17346&r1=17345&r2=17346
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2009-09-22 13:11:20-0700
@@ -324,8 +324,8 @@
<ant dir="../argouml-core-model" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-model-mdr" inheritAll="false"
target="${tests-to-do}"/>
- <ant dir="model-euml" inheritAll="false"
- target="${tests-to-do}"/>
+ <ant dir="../argouml-core-model-euml" inheritAll="false"
+ target="${tests-to-do}"/>
<!-- Tests for argouml-app -->
<ant dir="../argouml-core-infra" inheritAll="false" target="jar"/>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2398633
To unsubscribe from this discussion, e-mail: [[email protected]].