butek 02/04/09 09:58:18
Modified: java/samples/bidbuy deploy.wsdd
java/samples/stock deploy.wsdd
java/src/org/apache/axis/utils resources.properties
Log:
Bugzill 7296 said the comments in samples/stock/deploy.wsdd were old.
I fixed this, samples/bidbuy/deploy.wsdd, and the generated comments
themselves.
Revision Changes Path
1.3 +7 -7 xml-axis/java/samples/bidbuy/deploy.wsdd
Index: deploy.wsdd
===================================================================
RCS file: /home/cvs/xml-axis/java/samples/bidbuy/deploy.wsdd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- deploy.wsdd 15 Jan 2002 17:57:02 -0000 1.2
+++ deploy.wsdd 9 Apr 2002 16:58:17 -0000 1.3
@@ -1,10 +1,10 @@
-<!-- Use this file to deploy some handlers/chains and services -->
-<!-- Two ways to do this: -->
-<!-- java org.apache.axis.utils.Admin deploy.wsdd -->
-<!-- from the same dir that the Axis engine runs -->
-<!-- or -->
-<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
-<!-- after the axis server is running -->
+<!-- Use this file to deploy some handlers/chains and services -->
+<!-- Two ways to do this: -->
+<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
+<!-- after the axis server is running -->
+<!-- or -->
+<!-- java org.apache.axis.utils.Admin client|server deploy.wsdd -->
+<!-- from the same directory that the Axis engine runs -->
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
1.7 +7 -7 xml-axis/java/samples/stock/deploy.wsdd
Index: deploy.wsdd
===================================================================
RCS file: /home/cvs/xml-axis/java/samples/stock/deploy.wsdd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- deploy.wsdd 15 Jan 2002 17:57:02 -0000 1.6
+++ deploy.wsdd 9 Apr 2002 16:58:17 -0000 1.7
@@ -1,10 +1,10 @@
-<!-- Use this file to deploy some handlers/chains and services -->
-<!-- Two ways to do this: -->
-<!-- java org.apache.axis.utils.Admin deploy.xml -->
-<!-- from the same dir that the Axis engine runs -->
-<!-- or -->
-<!-- java org.apache.axis.client.http.AdminClient deploy.xml -->
-<!-- after the axis server is running -->
+<!-- Use this file to deploy some handlers/chains and services -->
+<!-- Two ways to do this: -->
+<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
+<!-- after the axis server is running -->
+<!-- or -->
+<!-- java org.apache.axis.utils.Admin client|server deploy.wsdd -->
+<!-- from the same directory that the Axis engine runs -->
<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
1.88 +11 -11 xml-axis/java/src/org/apache/axis/utils/resources.properties
Index: resources.properties
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/resources.properties,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- resources.properties 5 Apr 2002 16:15:37 -0000 1.87
+++ resources.properties 9 Apr 2002 16:58:18 -0000 1.88
@@ -584,17 +584,17 @@
xmlRecd00=XML received:
xmlSent00=XML sent:
-# NOTE: in the deployXX entries, do not translate "<!--" and "-->". These are
comment indicators. Adding or removing whitespace to make the comment indicators line
up would be nice. Also, do not translate "axis" or mesages: deploy03, deploy04,
deploy07 deploy08. Those messages are included so that the spaces can be lined up by
the translator.
-deploy00=<!-- Use this file to deploy some handlers/chains and services -->
-deploy01=<!-- Use this file to undeploy some handlers/chains and services -->
-deploy02=<!-- Two ways to do this: -->
-deploy03=<!-- java org.apache.axis.utils.Admin deploy.wsdd -->
-deploy04=<!-- java org.apache.axis.utils.Admin undeploy.wsdd -->
-deploy05=<!-- from the same directory that the Axis engine runs -->
-deploy06=<!-- or -->
-deploy07=<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
-deploy08=<!-- java org.apache.axis.client.AdminClient undeploy.wsdd -->
-deploy09=<!-- after the axis server is running -->
+# NOTE: in the deployXX entries, do not translate "<!--" and "-->". These are
comment indicators. Adding or removing whitespace to make the comment indicators line
up would be nice. Also, do not translate the string "axis", or messages: deploy03,
deploy04, deploy07 deploy08. Those messages are included so that the spaces can be
lined up by the translator.
+deploy00=<!-- Use this file to deploy some handlers/chains and services -->
+deploy01=<!-- Use this file to undeploy some handlers/chains and services -->
+deploy02=<!-- Two ways to do this: -->
+deploy03=<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
+deploy04=<!-- java org.apache.axis.client.AdminClient undeploy.wsdd -->
+deploy05=<!-- after the axis server is running -->
+deploy06=<!-- or -->
+deploy07=<!-- java org.apache.axis.utils.Admin client|server deploy.wsdd -->
+deploy08=<!-- java org.apache.axis.utils.Admin client|server undeploy.wsdd -->
+deploy09=<!-- from the same directory that the Axis engine runs -->
alreadyExists00={0} already exists
optionDebug00=print debug information