svn commit: r18554 - trunk/src: argouml-build argouml-core-diagrams-activity2
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-07-24 02:02:49-0700
New Revision: 18554
Modified:
trunk/src/argouml-build/build.xml
trunk/src/argouml-core-diagrams-activity2/ (props changed)
Log:
Added the argouml-core-diagrams-activity2 to the default build.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=18554&r1=18553&r2=18554
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2010-07-24 02:02:49-0700
@@ -245,6 +245,7 @@
<ant dir="../argouml-app" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-diagrams-sequence2" inheritAll="false" target="jar"/>
+ <ant dir="../argouml-core-diagrams-activity2" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-umlpropertypanels" inheritAll="false" target="jar"/>
<!-- Copy everything to the build directory -->
@@ -276,6 +277,9 @@
<fileset dir="../argouml-core-diagrams-sequence2/build">
<include name="*"/>
</fileset>
+ <fileset dir="../argouml-core-diagrams-activity2/build">
+ <include name="*"/>
+ </fileset>
<fileset dir="../argouml-core-umlpropertypanels/build">
<include name="*"/>
</fileset>
@@ -346,12 +350,15 @@
<ant dir="../argouml-app" inheritAll="false"
target="${tests-to-do}"/>
- <!-- Tests for sequence2 -->
- <!-- Tests for umlpropertypanels -->
+ <!-- Preparations for tests for things in ext -->
<ant dir="../argouml-core-infra" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-model" inheritAll="false" target="jar"/>
<ant dir="../argouml-core-model-mdr" inheritAll="false" target="jar"/>
<ant dir="../argouml-app" inheritAll="false" target="jar"/>
+
+ <!-- Tests for sequence2 -->
+ <!-- Tests for activity2 -->
+ <!-- Tests for umlpropertypanels -->
<ant dir="../argouml-core-diagrams-sequence2" inheritAll="false"
target="${tests-to-do}"/>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637603
To unsubscribe from this discussion, e-mail: [[email protected]].