svn commit: r18633 - trunk/src: argouml-build argouml-core-transformer
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2010-08-08 08:58:32-0700
New Revision: 18633
Modified:
trunk/src/argouml-build/build.xml
trunk/src/argouml-core-transformer/ (props changed)
Log:
Included argouml-core-transformer in the nightly builds and the releases.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=18633&r1=18632&r2=18633
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2010-08-08 08:58:32-0700
@@ -247,6 +247,7 @@
<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"/>
+ <ant dir="../argouml-core-transformer" inheritAll="false" target="jar"/>
<!-- Copy everything to the build directory -->
<mkdir dir="${argo.build.dir}"/>
@@ -283,6 +284,9 @@
<fileset dir="../argouml-core-umlpropertypanels/build">
<include name="*"/>
</fileset>
+ <fileset dir="../argouml-core-transformer/build">
+ <include name="*"/>
+ </fileset>
</copy>
<!-- The argouml.jar is copied again and again since it is modified below -->
@@ -357,11 +361,18 @@
<ant dir="../argouml-app" inheritAll="false" target="jar"/>
<!-- Tests for sequence2 -->
+ <!-- Currently none. -->
+
<!-- Tests for activity2 -->
+ <!-- Currently none. -->
+
<!-- Tests for umlpropertypanels -->
<ant dir="../argouml-core-diagrams-sequence2" inheritAll="false"
target="${tests-to-do}"/>
+ <!-- Tests for transformer -->
+ <!-- Currently none. -->
+
<antcall target="tests-reports"/>
</target>
@@ -435,8 +446,12 @@
<delete dir="${argo.build.dir}"/>
<!-- Build the subdirs in opposite order. -->
+ <ant dir="../argouml-core-transformer"
+ inheritAll="false" target="clean"/>
<ant dir="../argouml-core-umlpropertypanels"
inheritAll="false" target="clean"/>
+ <ant dir="../argouml-core-diagrams-activity2"
+ inheritAll="false" target="clean"/>
<ant dir="../argouml-core-diagrams-sequence2"
inheritAll="false" target="clean"/>
<ant dir="../argouml-app" inheritAll="false" target="clean"/>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2644246
To unsubscribe from this discussion, e-mail: [[email protected]].