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 di...@apache.org on 2006/03/15 22:50:40 UTC

svn commit: r386175 - /webservices/axis/trunk/c/services.xml

Author: dicka
Date: Wed Mar 15 13:50:39 2006
New Revision: 386175

URL: http://svn.apache.org/viewcvs?rev=386175&view=rev
Log:
I am temporarily commenting out the deployment of the AdminService as it is causing problems on Linux and AIX, while I investigate the exact problem.

Modified:
    webservices/axis/trunk/c/services.xml

Modified: webservices/axis/trunk/c/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/services.xml?rev=386175&r1=386174&r2=386175&view=diff
==============================================================================
--- webservices/axis/trunk/c/services.xml (original)
+++ webservices/axis/trunk/c/services.xml Wed Mar 15 13:50:39 2006
@@ -80,7 +80,7 @@
 <globalConfiguration>
 </globalConfiguration>
 </echo>
-        
+       <!-- 
         <condition property="dir.adminService" value="${dir.release}/bin">
             <or>
                 <equals arg1="${platform}" arg2="Win32"/>
@@ -95,15 +95,13 @@
 	                <equals arg1="${platform}" arg2="Win64"/>
 	            </or>
             </not>
-        </condition>
+        </condition> -->
 
         <!--  Insert entry for Admin Service -->
-        <echo file="${wsdd.file}" append="true">&lt;!-- Entry for Axis Admin Service -- Do not remove --&gt;
-&lt;service name="AxisAdmin" provider="CPP:DOCUMENT" description="Axis C++ Admin Service"&gt;
+<!--        <echo file="${wsdd.file}" append="true">&lt;service name="AxisAdmin" provider="CPP:DOCUMENT" description="Axis C++ Admin Service"&gt;
 &lt;parameter name="className" value="${dir.adminService}/${libraryPrefix}${adminServiceLibraryName}${librarySuffix}"/&gt;
 &lt;/service&gt;
-&lt;-- End of entry for Axis Admin Service --&gt;
-</echo>
+</echo> -->
     </target>
 
    <target name="endWSDDFile">