Author: jason.greene(a)jboss.com
Date: 2007-02-23 16:54:10 -0500 (Fri, 23 Feb 2007)
New Revision: 2465
Modified:
trunk/build/ant-import/build-hudson.xml
trunk/build/ant-import/build-release.xml
Log:
merge
Modified: trunk/build/ant-import/build-hudson.xml
===================================================================
--- trunk/build/ant-import/build-hudson.xml 2007-02-23 21:51:05 UTC (rev 2464)
+++ trunk/build/ant-import/build-hudson.xml 2007-02-23 21:54:10 UTC (rev 2465)
@@ -119,7 +119,7 @@
<echo/>
<echo message="*************************************"/>
- <echo message="* Hudson started sucessfuly *"/>
+ <echo message="* Hudson started successfully *"/>
<echo message="*
http://localhost:${hudson.port}/hudson *"/>
<echo message="*************************************"/>
<echo/>
Modified: trunk/build/ant-import/build-release.xml
===================================================================
--- trunk/build/ant-import/build-release.xml 2007-02-23 21:51:05 UTC (rev 2464)
+++ trunk/build/ant-import/build-release.xml 2007-02-23 21:54:10 UTC (rev 2465)
@@ -27,12 +27,13 @@
<echo message="* 3) Update portal-content/counter.xml"/>
<echo message="* 4) Update news in
portal-content/freezone/projectDescription.xml"/>
<echo message="* 5) Verify release notes and install
instructions"/>
- <echo message="* 6) Commit the portal-content"/>
- <echo message="* 7) Commit the repository jars"/>
- <echo message="* 8) Write a sticky post on the user forum"/>
- <echo message="* 9) Release the jbossws-${version.id} version in
JIRA"/>
- <echo message="* 10) Post a message to
jbossws-announce(a)lists.jboss.org"/>
- <echo message="* 11) Post a message to thecore(a)jboss.org"/>
+ <echo message="* 6) Publish the interop endpoints (ant -f
jboss-tests/build.xml publish-interop-endpoints)"/>
+ <echo message="* 7) Commit the portal-content"/>
+ <echo message="* 8) Commit the repository jars"/>
+ <echo message="* 9) Write a sticky post on the user forum"/>
+ <echo message="* 10) Release the jbossws-${version.id} version in
JIRA"/>
+ <echo message="* 11) Post a message to
jbossws-announce(a)lists.jboss.org"/>
+ <echo message="* 12) Post a message to thecore(a)jboss.org"/>
<echo message="*"/>
<echo message="*********************************************"/>
</target>
@@ -158,12 +159,12 @@
<fileset dir="${etc.dir}">
<include name="wstools.bat"/>
<include name="wstools.sh"/>
- <include name="wsrunclient.sh"/>
- <include name="wsrunclient.bat"/>
<include name="wsprovide.bat"/>
<include name="wsprovide.sh"/>
<include name="wsconsume.bat"/>
<include name="wsconsume.sh"/>
+ <include name="wsrunclient.bat"/>
+ <include name="wsrunclient.sh"/>
</fileset>
</copy>