[jbossws-commits] JBossWS SVN: r2486 - in tags/jbossws-1.2.0.GA: jbossws-core/src/main/resources/dist and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Feb 28 21:26:47 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-28 21:26:47 -0500 (Wed, 28 Feb 2007)
New Revision: 2486

Modified:
   tags/jbossws-1.2.0.GA/build/ant-import/build-release.xml
   tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/Install.txt
   tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/ReleaseNotes.txt
Log:
Update references to wiki

Modified: tags/jbossws-1.2.0.GA/build/ant-import/build-release.xml
===================================================================
--- tags/jbossws-1.2.0.GA/build/ant-import/build-release.xml	2007-02-28 23:20:57 UTC (rev 2485)
+++ tags/jbossws-1.2.0.GA/build/ant-import/build-release.xml	2007-03-01 02:26:47 UTC (rev 2486)
@@ -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">

Modified: tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/Install.txt
===================================================================
--- tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/Install.txt	2007-02-28 23:20:57 UTC (rev 2485)
+++ tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/Install.txt	2007-03-01 02:26:47 UTC (rev 2486)
@@ -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: tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/ReleaseNotes.txt
===================================================================
--- tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/ReleaseNotes.txt	2007-02-28 23:20:57 UTC (rev 2485)
+++ tags/jbossws-1.2.0.GA/jbossws-core/src/main/resources/dist/ReleaseNotes.txt	2007-03-01 02:26:47 UTC (rev 2486)
@@ -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