Author: kwright
Date: Tue Jul 16 20:45:33 2019
New Revision: 1863181

URL: http://svn.apache.org/viewvc?rev=1863181&view=rev
Log:
Install mapping to localhost

Modified:
    manifoldcf/branches/CONNECTORS-1566/framework/buildfiles/connector-build.xml

Modified: 
manifoldcf/branches/CONNECTORS-1566/framework/buildfiles/connector-build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/framework/buildfiles/connector-build.xml?rev=1863181&r1=1863180&r2=1863181&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/framework/buildfiles/connector-build.xml 
(original)
+++ 
manifoldcf/branches/CONNECTORS-1566/framework/buildfiles/connector-build.xml 
Tue Jul 16 20:45:33 2019
@@ -433,6 +433,8 @@
               <arg value="-client"/>
               <arg value="-exsh"/>
               <arg value="true"/>
+              <arg value="-wsdlLocation"/>
+              <arg value="http://localhost/${wsdlname}"/>
               <arg value="-d"/>
               <arg value="build/wsdljava"/>
               <arg value="${wsdlname}"/>


Reply via email to