Author: pete.muir(a)jboss.org
Date: 2008-04-04 15:10:37 -0400 (Fri, 04 Apr 2008)
New Revision: 7819
Modified:
branches/Seam_2_0/build.xml
trunk/build.xml
Log:
JBSEAM-2842
Modified: branches/Seam_2_0/build.xml
===================================================================
--- branches/Seam_2_0/build.xml 2008-04-04 18:59:57 UTC (rev 7818)
+++ branches/Seam_2_0/build.xml 2008-04-04 19:10:37 UTC (rev 7819)
@@ -80,12 +80,7 @@
<condition property="in.dist.dir">
<equals arg1="${basedir}" arg2="${dist.dir}"/>
</condition>
-
- <echo>${basedir} : ${dist.dir}</echo>
- <property name="deploy.dir"
value="${jboss.home}/server/default/deploy" />
- <property name="webroot.dir"
value="${deploy.dir}/jbossweb-tomcat55.sar/ROOT.war" />
-
<!-- Tests -->
<property name="classes.coverage.dir" value="classes/coverage"
/>
@@ -379,13 +374,6 @@
<undeployexample name="nestedbooking" />
</target>
- <target name="deploypresentation" depends="build"
description="Deploy the examples used in Seam presentations">
- <ant dir="examples/booking" target="deploy"
inheritall="false" />
- <ant dir="examples/dvdstore" target="deploy"
inheritall="false" />
- <copy file="examples/seam-examples.html" todir="${webroot.dir}"
/>
- <replace file="${webroot.dir}/seam-examples.html"
token="http://localhost:8080" value="" />
- </target>
-
<target name="testall" depends="testcore,build,compiletest,
copylib" description="Run the core unit tests and all example tests">
<testexample name="booking" />
<testexample name="nestedbooking" />
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-04-04 18:59:57 UTC (rev 7818)
+++ trunk/build.xml 2008-04-04 19:10:37 UTC (rev 7819)
@@ -82,9 +82,6 @@
<property name="dist.build.dir" value="${dist.dir}/build" />
<property name="dist.seamgen.dir" value="${dist.dir}/seam-gen"
/>
<property name="dist.ui.api.dir" value="${dist.dir}/doc/ui"
/>
-
- <property name="deploy.dir"
value="${jboss.home}/server/default/deploy" />
- <property name="webroot.dir"
value="${deploy.dir}/jbossweb-tomcat55.sar/ROOT.war" />
<condition property="in.dist.dir">
<equals arg1="${basedir}" arg2="${dist.dir}"/>
@@ -411,13 +408,6 @@
<undeployexample name="wicket" />
</target>
- <target name="deploypresentation" depends="build"
description="Deploy the examples used in Seam presentations">
- <ant dir="examples/booking" target="deploy"
inheritall="false" />
- <ant dir="examples/dvdstore" target="deploy"
inheritall="false" />
- <copy file="examples/seam-examples.html" todir="${webroot.dir}"
/>
- <replace file="${webroot.dir}/seam-examples.html"
token="http://localhost:8080" value="" />
- </target>
-
<target name="testall" depends="test,build, copylib"
description="Run the core unit tests and all example tests">
<testexample name="booking" />
<testexample name="nestedbooking" />
Show replies by date