[jbossws-commits] JBossWS SVN: r7337 - stack/metro/trunk/src/main/distro.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Wed Jun 4 09:09:31 EDT 2008
Author: thomas.diesler at jboss.com
Date: 2008-06-04 09:09:31 -0400 (Wed, 04 Jun 2008)
New Revision: 7337
Modified:
stack/metro/trunk/src/main/distro/build-deploy.xml
stack/metro/trunk/src/main/distro/build-setup.xml
Log:
Move jboss.server.instance to target.properties
Modified: stack/metro/trunk/src/main/distro/build-deploy.xml
===================================================================
--- stack/metro/trunk/src/main/distro/build-deploy.xml 2008-06-04 13:07:52 UTC (rev 7336)
+++ stack/metro/trunk/src/main/distro/build-deploy.xml 2008-06-04 13:09:31 UTC (rev 7337)
@@ -32,8 +32,10 @@
<!-- ================================================================== -->
<target name="target-jboss422">
+ <property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss422"/>
<echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss422" depends="undeploy-jboss422,deploy-structure-jboss42" description="Deploy jbossws to jboss422">
@@ -54,8 +56,10 @@
<!-- ================================================================== -->
<target name="target-jboss423">
+ <property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss423"/>
<echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss423" depends="undeploy-jboss423,deploy-structure-jboss42" description="Deploy jbossws to jboss423">
@@ -90,8 +94,10 @@
<!-- ================================================================== -->
<target name="target-jboss500">
+ <property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss500"/>
<echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss500" depends="undeploy-jboss500,deploy-structure-jboss50" description="Deploy jbossws to jboss500">
@@ -114,8 +120,10 @@
<!-- ================================================================== -->
<target name="target-jboss501">
+ <property name="jboss.server.instance" value="default"/>
<property name="jbossws.integration.target" value="jboss501"/>
<echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
+ <echo message="jboss.server.instance=${jboss.server.instance}" file="${target.properties.file}" append="true"/>
</target>
<target name="deploy-jboss501" depends="undeploy-jboss501,deploy-structure-jboss50" description="Deploy jbossws to jboss501">
Modified: stack/metro/trunk/src/main/distro/build-setup.xml
===================================================================
--- stack/metro/trunk/src/main/distro/build-setup.xml 2008-06-04 13:07:52 UTC (rev 7336)
+++ stack/metro/trunk/src/main/distro/build-setup.xml 2008-06-04 13:09:31 UTC (rev 7337)
@@ -21,7 +21,6 @@
<!-- Load jbossws.integration.target properties -->
<property file="${target.properties.file}"/>
- <property name="jboss.server.instance" value="default"/>
<property name="jboss422.lib" value="${jboss422.home}/lib"/>
<property name="jboss422.client" value="${jboss422.home}/client"/>
More information about the jbossws-commits
mailing list