You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2008/04/02 17:56:17 UTC

svn commit: r643946 - in /webservices/axis2/trunk/java/modules: jaxws-integration/test-resources/axis2_addressing.xml kernel/conf/axis2.xml

Author: rott
Date: Wed Apr  2 08:56:15 2008
New Revision: 643946

URL: http://svn.apache.org/viewvc?rev=643946&view=rev
Log:
strange characters on line 63 in axis2.xml and axis2_addressing.xml (which was copied from axis2.xml).  These chars caused an exception at least once in my build:

Modified:
    webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/axis2_addressing.xml
    webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/axis2_addressing.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/axis2_addressing.xml?rev=643946&r1=643945&r2=643946&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/axis2_addressing.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/test-resources/axis2_addressing.xml Wed Apr  2 08:56:15 2008
@@ -60,7 +60,7 @@
     <!--To override repository/services you need to uncomment following parameter and value SHOULD be absolute file path.-->
     <!--ServicesDirectory only works on the following cases-->
     <!---File based configurator and in that case the value should be a file URL (http:// not allowed)-->
-    <!---When creating URL Based configurator with URL “file://”  -->
+    <!---When creating URL Based configurator with URL file:// -->
     <!--- War based configurator with expanded case , -->
 
     <!--All the other scenarios it will be ignored.-->

Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml?rev=643946&r1=643945&r2=643946&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Wed Apr  2 08:56:15 2008
@@ -60,7 +60,7 @@
     <!--To override repository/services you need to uncomment following parameter and value SHOULD be absolute file path.-->
     <!--ServicesDirectory only works on the following cases-->
     <!---File based configurator and in that case the value should be a file URL (http:// not allowed)-->
-    <!---When creating URL Based configurator with URL “file://”  -->
+    <!---When creating URL Based configurator with URL file:// -->
     <!--- War based configurator with expanded case , -->
 
     <!--All the other scenarios it will be ignored.-->



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