You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2008/05/06 11:27:34 UTC

svn commit: r653721 - /synapse/trunk/java/repository/conf/axis2.xml

Author: veithen
Date: Tue May  6 02:27:34 2008
New Revision: 653721

URL: http://svn.apache.org/viewvc?rev=653721&view=rev
Log:
SYNAPSE-286: Replaced non ASCII characters in repository/conf/axis2.xml as they cause SynapseCommodityServiceTest to fail.

Modified:
    synapse/trunk/java/repository/conf/axis2.xml

Modified: synapse/trunk/java/repository/conf/axis2.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/axis2.xml?rev=653721&r1=653720&r2=653721&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/axis2.xml (original)
+++ synapse/trunk/java/repository/conf/axis2.xml Tue May  6 02:27:34 2008
@@ -50,7 +50,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.-->