svn commit: r15044 - trunk/src/argouml-build/build.xml
[email protected] 23 Jun 2008 05:18:45 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: linus
Date: 2008-06-22 22:18:45-0700
New Revision: 15044
Modified:
trunk/src/argouml-build/build.xml
Log:
Removed building the new sequence diagrams.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&rev=15044&p1=trunk/src/argouml-build/build.xml&p2=trunk/src/argouml-build/build.xml&r1=15043&r2=15044
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2008-06-22 22:18:45-0700
@@ -246,7 +246,9 @@
-->
<ant dir="../argouml-app" inheritAll="false" target="jar"/>
+<!--
<ant dir="../argouml-core-diagrams-sequence2" inheritAll="false" target="jar"/>
+-->
<!-- Copy everything to the build directory -->
<mkdir dir="${argo.build.dir}"/>
@@ -267,6 +269,7 @@
</fileset>
</copy>
+<!--
<delete failonerror="false">
<fileset dir="${argo.build.dir}/ext"/>
</delete>
@@ -276,6 +279,7 @@
<include name="*"/>
</fileset>
</copy>
+ -->
<!-- The argouml.jar is copied again and again since it is modified below -->
<copy todir="${argo.build.dir}" overwrite="on">
@@ -334,11 +338,13 @@
<ant dir="../argouml-app" inheritAll="false" target="tests"/>
<!-- Tests for sequence2 -->
+<!--
<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"/>
<ant dir="../argouml-core-diagrams-sequence2" inheritAll="false" target="tests"/>
+-->
<antcall target="tests-reports"/>
</target>
@@ -363,9 +369,11 @@
<fileset dir="../argouml-app">
<include name="build/tests/reports/**/TEST-*.xml"/>
</fileset>
+<!--
<fileset dir="../argouml-core-diagrams-sequence2">
<include name="build/tests/reports/**/TEST-*.xml"/>
</fileset>
+-->
<report format="frames" todir="${tests.reports}/html"/>
</junitreport>
</target>
@@ -381,8 +389,10 @@
<delete dir="${argo.build.dir}"/>
<!-- Build the subdirs in opposite order. -->
+<!--
<ant dir="../argouml-core-diagrams-sequence2"
inheritAll="false" target="clean"/>
+-->
<ant dir="../argouml-app" inheritAll="false" target="clean"/>
<ant dir="../argouml-core-model-euml" inheritAll="false" target="clean"/>
<ant dir="../argouml-core-model-mdr" inheritAll="false" target="clean"/>
@@ -425,7 +435,9 @@
<pathelement location="../argouml-app/src"/>
<pathelement location="../argouml-core-model/src"/>
<pathelement location="../argouml-core-model-mdr/src"/>
+<!--
<pathelement location="../argouml-core-diagrams-sequence2/src"/>
+-->
</sourcepath>
<classpath>