[jbossws-commits] JBossWS SVN: r2491 - in trunk: jbossws-core/src/main/resources/dist and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 1 10:51:40 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-03-01 10:51:40 -0500 (Thu, 01 Mar 2007)
New Revision: 2491

Modified:
   trunk/build/ant-import/build-release.xml
   trunk/jbossws-core/src/main/resources/dist/Install.txt
   trunk/jbossws-core/src/main/resources/dist/ReleaseNotes.txt
Log:
svn merge -r2483:2488 https://svn.jboss.org/repos/jbossws/tags/jbossws-1.2.0.GA
Include jbossws-wsconsume-impl.jar
Update references to wiki



Modified: trunk/build/ant-import/build-release.xml
===================================================================
--- trunk/build/ant-import/build-release.xml	2007-03-01 15:01:18 UTC (rev 2490)
+++ trunk/build/ant-import/build-release.xml	2007-03-01 15:51:40 UTC (rev 2491)
@@ -25,13 +25,13 @@
     <echo message="*  1) Create SVN tag: jbossws-${version.id}"/>
     <echo message="*  2) Update portal-content/project.xml"/>
     <echo message="*  3) Update portal-content/counter.xml"/>
-    <echo message="*  4) Update news in portal-content/freezone/projectDescription.xml"/>
+    <echo message="*  4) Update news in portal-content/freezone/projectDescription.html"/>
     <echo message="*  5) Verify release notes and install instructions"/>
     <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="* 10) Release the jbossws-${version.id} version in JIRA"/>
     <echo message="* 11) Post a message to jbossws-announce at lists.jboss.org"/>
     <echo message="* 12) Post a message to thecore at jboss.org"/>
     <echo message="*"/>
@@ -110,12 +110,13 @@
     <property name="portal.userguide" value="${portal.freezone}/user-guide"/>
     <property name="portal.downloads" value="${jbossws.portal.content}/downloads"/>
     
-    <!-- Copy user guide -->
+    <!-- Copy user guide 
     <copy todir="${portal.userguide}" overwrite="true">
       <fileset dir="${docs.userguide.dir}/build">
         <include name="en/**"/>
       </fileset>
     </copy>
+    -->
     
     <!-- Copy downloads -->
     <copy todir="${portal.downloads}" overwrite="true">
@@ -174,13 +175,14 @@
     <!-- javadoc -->
     <copy todir="${build.bin.dist}" file="${build.output.dir}/jbossws-${version.id}-api.zip" overwrite="true"/>
     
-    <!-- documentation -->
+    <!-- documentation 
     <copy todir="${build.bin.dist}/docs/html" overwrite="true">
       <fileset dir="${docs.userguide.dir}/build/en/html"/>
     </copy>
     <copy todir="${build.bin.dist}/docs" overwrite="true">
       <fileset dir="${docs.userguide.dir}/build/en/pdf"/>
     </copy>
+    -->
 
     <!-- lib/jboss-jdk15 -->
     <copy todir="${build.bin.dist}/lib/jboss-jdk15" overwrite="true">
@@ -190,6 +192,9 @@
         <include name="jboss-jaxws.jar"/>
         <include name="jboss-saaj.jar"/>
       </fileset>
+      <fileset dir="${thirdparty.dir}">
+        <include name="jbossws-wsconsume-impl.jar"/>
+      </fileset>
     </copy>
     <mkdir dir="${build.bin.dist}/lib/jboss-jdk15/jbossws50.sar"/>
     <unzip dest="${build.bin.dist}/lib/jboss-jdk15/jbossws50.sar" src="${jboss50.output.lib.dir}/jbossws50.sar"/>

Modified: trunk/jbossws-core/src/main/resources/dist/Install.txt
===================================================================
--- trunk/jbossws-core/src/main/resources/dist/Install.txt	2007-03-01 15:01:18 UTC (rev 2490)
+++ trunk/jbossws-core/src/main/resources/dist/Install.txt	2007-03-01 15:51:40 UTC (rev 2491)
@@ -14,10 +14,9 @@
 
 1.) Copy lib/jbossws-client.jar to $JBOSS_HOME/client/
 2.) Unzip lib/jbossws.sar to $JBOSS_HOME/server/default/deploy/
-3.) Replacing jboss-xml-binding.jar
 
-You need to manually replace the jboss-xml-binding.jar in the $JBOSS_HOME/client and $JBOSS_HOME/lib directories. 
-The compatible release can be found here: http://repository.jboss.com/jboss/jbossxb/1.0.0.CR7
+Please consult the wiki for detailed up to date install instructions
+http://labs.jboss.com/portal/jbossws/
 
 After the jbossws.sar is deployed you should be able to access JBossWS under
 http://localhost:8080/jbossws

Modified: trunk/jbossws-core/src/main/resources/dist/ReleaseNotes.txt
===================================================================
--- trunk/jbossws-core/src/main/resources/dist/ReleaseNotes.txt	2007-03-01 15:01:18 UTC (rev 2490)
+++ trunk/jbossws-core/src/main/resources/dist/ReleaseNotes.txt	2007-03-01 15:51:40 UTC (rev 2491)
@@ -7,7 +7,7 @@
 Release Notes
 =============
 
-The UserGuide can be found in the docs directory and is usally a good starting point
+The UserGuide accessible from http://labs.jboss.com/portal/jbossws is usally a good starting point
 A list of examples that accompany the UserGuide can be found in the samples
 
 If you have any questions, please post to the JBossWS User Forum




More information about the jbossws-commits mailing list