Author: linus Date: 2011-05-25 11:26:08-0700 New Revision: 19513 Modified: trunk/src/argouml-build/build.xml trunk/src/argouml-core-diagrams-deployment2/ (props changed)
Log: First attempt at adding the deployment2 subproject. Modified: trunk/src/argouml-build/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=19513&r1=19512&r2=19513 ============================================================================== --- trunk/src/argouml-build/build.xml (original) +++ trunk/src/argouml-build/build.xml 2011-05-25 11:26:08-0700 @@ -248,6 +248,7 @@ <ant dir="../argouml-core-diagrams-state2" 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-diagrams-deployment2" inheritAll="false" target="jar"/> <ant dir="../argouml-core-umlpropertypanels" inheritAll="false" target="jar"/> <ant dir="../argouml-core-transformer" inheritAll="false" target="jar"/> @@ -289,6 +290,9 @@ <fileset dir="../argouml-core-diagrams-activity2/build"> <include name="*"/> </fileset> + <fileset dir="../argouml-core-diagrams-deployment2/build"> + <include name="*"/> + </fileset> <fileset dir="../argouml-core-umlpropertypanels/build"> <include name="*"/> </fileset> @@ -388,6 +392,9 @@ <!-- Tests for activity2 --> <!-- Currently none. --> + <!-- Tests for deployment2 --> + <!-- Currently none. --> + <!-- Tests for umlpropertypanels --> <ant dir="../argouml-core-diagrams-sequence2" inheritAll="false" target="${tests-to-do}"/> @@ -430,6 +437,9 @@ <fileset dir="../argouml-core-diagrams-activity2"> <include name="build/tests/reports/**/TEST-*.xml"/> </fileset> + <fileset dir="../argouml-core-diagrams-deployment2"> + <include name="build/tests/reports/**/TEST-*.xml"/> + </fileset> <fileset dir="../argouml-core-umlpropertypanels"> <include name="build/tests/reports/**/TEST-*.xml"/> </fileset> @@ -481,6 +491,8 @@ inheritAll="false" target="clean"/> <ant dir="../argouml-core-umlpropertypanels" inheritAll="false" target="clean"/> + <ant dir="../argouml-core-diagrams-deployment2" + inheritAll="false" target="clean"/> <ant dir="../argouml-core-diagrams-activity2" inheritAll="false" target="clean"/> <ant dir="../argouml-core-diagrams-sequence2" @@ -535,6 +547,7 @@ <pathelement location="../argouml-core-diagrams-state2/src"/> <pathelement location="../argouml-core-diagrams-sequence2/src"/> <pathelement location="../argouml-core-diagrams-activity2/src"/> + <pathelement location="../argouml-core-diagrams-deployment2/src"/> <pathelement location="../argouml-core-umlpropertypanels/src"/> </sourcepath> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2747984 To unsubscribe from this discussion, e-mail: [[email protected]].
