svn commit: r17599 - trunk/src/argouml-build/build.xml
Andreas Rueckert <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: andreas
Date: 2009-12-04 04:31:01-0800
New Revision: 17599
Modified:
trunk/src/argouml-build/build.xml
Log:
Added xml property panels.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=17599&r1=17598&r2=17599
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2009-12-04 04:31:01-0800
@@ -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-umlpropertypanels" inheritAll="false" target="jar"/>
<!-- Copy everything to the build directory -->
<mkdir dir="${argo.build.dir}"/>
@@ -275,6 +276,9 @@
<fileset dir="../argouml-core-diagrams-sequence2/build">
<include name="*"/>
</fileset>
+ <fileset dir="../argouml-core-umlpropertypanels/build">
+ <include name="*"/>
+ </fileset>
</copy>
<!-- The argouml.jar is copied again and again since it is modified below -->
@@ -343,6 +347,7 @@
target="${tests-to-do}"/>
<!-- Tests for sequence2 -->
+ <!-- Tests for umlpropertypanels -->
<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"/>
@@ -376,6 +381,9 @@
<fileset dir="../argouml-core-diagrams-sequence2">
<include name="build/tests/reports/**/TEST-*.xml"/>
</fileset>
+ <fileset dir="../argouml-core-umlpropertypanels">
+ <include name="build/tests/reports/**/TEST-*.xml"/>
+ </fileset>
<report format="frames" todir="${tests.reports}/html"/>
</junitreport>
</target>
@@ -413,6 +421,8 @@
<delete dir="${argo.build.dir}"/>
<!-- Build the subdirs in opposite order. -->
+ <ant dir="../argouml-core-umlpropertypanels"
+ inheritAll="false" target="clean"/>
<ant dir="../argouml-core-diagrams-sequence2"
inheritAll="false" target="clean"/>
<ant dir="../argouml-app" inheritAll="false" target="clean"/>
@@ -458,6 +468,7 @@
<pathelement location="../argouml-core-model/src"/>
<pathelement location="../argouml-core-model-mdr/src"/>
<pathelement location="../argouml-core-diagrams-sequence2/src"/>
+ <pathelement location="../argouml-core-umlpropertypanels/src"/>
</sourcepath>
<classpath>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2426999
To unsubscribe from this discussion, e-mail: [[email protected]].