You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2005/08/01 06:14:37 UTC

svn commit: r226735 - in /webservices/sandesha/trunk: ./ samples/ xdocs/

Author: jaliya
Date: Sun Jul 31 21:14:07 2005
New Revision: 226735

URL: http://svn.apache.org/viewcvs?rev=226735&view=rev
Log:
Changes after 1.0

Modified:
    webservices/sandesha/trunk/README.txt
    webservices/sandesha/trunk/project.xml
    webservices/sandesha/trunk/samples/DeployClient.bat
    webservices/sandesha/trunk/samples/DeployClient.sh
    webservices/sandesha/trunk/samples/DeployService.bat
    webservices/sandesha/trunk/samples/DeployService.sh
    webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat
    webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh
    webservices/sandesha/trunk/xdocs/index.html
    webservices/sandesha/trunk/xdocs/releases.html

Modified: webservices/sandesha/trunk/README.txt
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/README.txt?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/README.txt (original)
+++ webservices/sandesha/trunk/README.txt Sun Jul 31 21:14:07 2005
@@ -1,5 +1,5 @@
 ======================================================
-Apache Sandesha-1.0 build 28th July, 2005)
+Apache Sandesha-1.0 build 29th July, 2005)
 
 http://ws.apache.org/ws-sandesha
 ------------------------------------------------------

Modified: webservices/sandesha/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Sun Jul 31 21:14:07 2005
@@ -46,8 +46,7 @@
            the connection element has the form:
            scm:<system>:<system specific connection string> -->
     <repository>
-        <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:ws-sandesha/</connection>
-        <url>http://cvs.apache.org/viewcvs.cgi/ws-sandesha/</url>
+        <url>http://svn.apache.org/repos/asf/webservices/sandesha/trunk/</url>
     </repository>
 
     <!-- any mailing lists for the project -->

Modified: webservices/sandesha/trunk/samples/DeployClient.bat
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployClient.bat?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployClient.bat (original)
+++ webservices/sandesha/trunk/samples/DeployClient.bat Sun Jul 31 21:14:07 2005
@@ -13,7 +13,7 @@
 
 if exist Sandesha-samples.jar goto samplesjarfound
 echo Could not find Sandesha-samples.jar if you are using the source distribution, please
-echo run the maven command "maven samples.jar".
+echo run the maven goal maven samples.jar and copy the jar to the classpath.
 pause
 goto end
 
@@ -35,4 +35,4 @@
 set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0.jar;
 
 java org.apache.axis.utils.Admin client ClientDeploy.wsdd
-:end
\ No newline at end of file
+:end

Modified: webservices/sandesha/trunk/samples/DeployClient.sh
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployClient.sh?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployClient.sh (original)
+++ webservices/sandesha/trunk/samples/DeployClient.sh Sun Jul 31 21:14:07 2005
@@ -28,5 +28,5 @@
 fi
 else
 echo "Could not find Sandesha-samples.jar if you are using the source distribution, please"
-echo "run the maven command maven samples.jar."
+echo "run the maven goal maven samples.jar and copy the jar to the classpath."
 fi

Modified: webservices/sandesha/trunk/samples/DeployService.bat
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployService.bat?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployService.bat (original)
+++ webservices/sandesha/trunk/samples/DeployService.bat Sun Jul 31 21:14:07 2005
@@ -13,7 +13,7 @@
 
 if exist Sandesha-samples.jar goto samplesjarfound
 echo Could not find Sandesha-samples.jar if you are using the source distribution, please
-echo run the maven command "maven samples.jar".
+echo run the maven goal maven samples.jar and copy the jar to the classpath.
 pause
 goto end
 
@@ -35,4 +35,4 @@
 set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0.jar;
 
 java org.apache.axis.client.AdminClient RMSampleServiceDeploy.wsdd
-:end
\ No newline at end of file
+:end

Modified: webservices/sandesha/trunk/samples/DeployService.sh
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployService.sh?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployService.sh (original)
+++ webservices/sandesha/trunk/samples/DeployService.sh Sun Jul 31 21:14:07 2005
@@ -28,7 +28,7 @@
 fi
 else
 echo "Could not find Sandesha-samples.jar if you are using the source distribution, please"
-echo "run the maven command maven samples.jar"
+echo "run the maven goal maven samples.jar and copy the jar to the classpath."
 fi
 
 java org.apache.axis.client.AdminClient RMSampleServiceDeploy.wsdd

Modified: webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat (original)
+++ webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat Sun Jul 31 21:14:07 2005
@@ -10,10 +10,11 @@
 set CLASSPATH=%CLASSPATH%;..\lib\axis-wsdl4j-1.2.jar
 set CLASSPATH=%CLASSPATH%;..\lib\log4j-1.2.8.jar
 set CLASSPATH=%CLASSPATH%;..\lib\xerces.jar
+set CLASSPATH=%CLASSPATH%;..\target\Sandesha-samples.jar
 
 if exist Sandesha-samples.jar goto samplesjarfound
 echo Could not find Sandesha-samples.jar if you are using the source distribution, please
-echo run the maven command "maven samples.jar".
+echo run the maven goal maven samples.jar and copy the jar to the classpath.
 pause
 goto end
 
@@ -34,4 +35,4 @@
 set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0.jar;
 
 java org.apache.axis.transport.http.SimpleAxisServer
-:end
\ No newline at end of file
+:end

Modified: webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh (original)
+++ webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh Sun Jul 31 21:14:07 2005
@@ -28,5 +28,5 @@
 fi
 else
 echo "Could not find Sandesha-samples.jar if you are using the source distribution, please"
-echo "run the maven goal maven samples.jar."
+echo "run the maven goal maven samples.jar and copy the jar to the classpath."
 fi

Modified: webservices/sandesha/trunk/xdocs/index.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/index.html?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/xdocs/index.html (original)
+++ webservices/sandesha/trunk/xdocs/index.html Sun Jul 31 21:14:07 2005
@@ -25,6 +25,6 @@
 
 		    Binary Distribution
             <a href="http://www.apache.org/dist/ws/sandesha/1_0/Sandesha-1.0-bin.zip" class="externalLink" title="External Link">zip</a>
-			  </td><td width="100">28-07-2005</td><td>Release 1.0</td></tr></table>
+			  </td><td width="100">29-07-2005</td><td>Release 1.0</td></tr></table>
 </body>
 </html>

Modified: webservices/sandesha/trunk/xdocs/releases.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/releases.html?rev=226735&r1=226734&r2=226735&view=diff
==============================================================================
--- webservices/sandesha/trunk/xdocs/releases.html (original)
+++ webservices/sandesha/trunk/xdocs/releases.html Sun Jul 31 21:14:07 2005
@@ -37,7 +37,7 @@
 		    Binary Distribution
             <a href="http://www.apache.org/dist/ws/sandesha/1_0/Sandesha-1.0-bin.zip">zip</a>
 			  </td>
-			<td width="100">28-07-2005</td>
+			<td width="100">29-07-2005</td>
 			<td>Release Candidate 1 for 1.0</td>
 		</tr>
 	</table>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org