You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by wi...@apache.org on 2005/10/06 21:15:01 UTC

svn commit: r306852 - in /webservices/muse/trunk/client/src/resource/target/TestResource: build.properties build.xml

Author: wire
Date: Thu Oct  6 12:14:57 2005
New Revision: 306852

URL: http://svn.apache.org/viewcvs?rev=306852&view=rev
Log: (empty)

Modified:
    webservices/muse/trunk/client/src/resource/target/TestResource/build.properties
    webservices/muse/trunk/client/src/resource/target/TestResource/build.xml

Modified: webservices/muse/trunk/client/src/resource/target/TestResource/build.properties
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/client/src/resource/target/TestResource/build.properties?rev=306852&r1=306851&r2=306852&view=diff
==============================================================================
--- webservices/muse/trunk/client/src/resource/target/TestResource/build.properties (original)
+++ webservices/muse/trunk/client/src/resource/target/TestResource/build.properties Thu Oct  6 12:14:57 2005
@@ -1,12 +1,12 @@
 # NOTE: This file is generated, but is meant to be modified.
 #       It will NOT be overwritten by subsequent runs of Wsdl2Java.
 
-endpoint.url = http://localhost:8080/muse/services/testresource
+endpoint.url = http://localhost:8080/axis/services/testresource
 
 # Uncomment and modify the below lines if you would like to deploy to a
 # webapp located somewhere other than the default location of
 # ../webapps/muse (e.g. \${env.CATALINA_HOME}/webapps/muse )
-#muse.webapp.dir =
+muse.webapp.dir = ../axis
 
 # Uncomment and modify the below lines if you require a proxy to connect to external web sites.
 #http.proxyHost = proxy.xyz.com

Modified: webservices/muse/trunk/client/src/resource/target/TestResource/build.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/client/src/resource/target/TestResource/build.xml?rev=306852&r1=306851&r2=306852&view=diff
==============================================================================
--- webservices/muse/trunk/client/src/resource/target/TestResource/build.xml (original)
+++ webservices/muse/trunk/client/src/resource/target/TestResource/build.xml Thu Oct  6 12:14:57 2005
@@ -12,10 +12,10 @@
    <!-- workaround for those IDEs that dont set ant.home as per the ant script -->
    <property name="ant.home" value="env.ANT_HOME"/>
    
-   <property name="classes.dir"  location="C:\cygwin\home\wire\workspaces\wsdm_interop_workspace\client\src\resource\target\TestResource\classes" />
-   <property name="jar.dir"      location="C:\cygwin\home\wire\workspaces\wsdm_interop_workspace\client\src\resource\target\.xmlbeans\lib" />
-   <property name="src.dir"      location="C:\cygwin\home\wire\workspaces\wsdm_interop_workspace\client\src\resource\target\TestResource\src\java" />
-   <property name="wsdl.file"    location="C:\cygwin\home\wire\workspaces\wsdm_interop_workspace\client\src\resource\target\TestResource\src\java/../wsdl/testresource.wsdl" />
+   <property name="classes.dir"  location="C:\cygwin\home\wire\workspaces\wsdm_client\client\src\resource\target\TestResource\classes" />
+   <property name="jar.dir"      location="C:\cygwin\home\wire\workspaces\wsdm_client\client\src\resource\target\.xmlbeans\lib" />
+   <property name="src.dir"      location="C:\cygwin\home\wire\workspaces\wsdm_client\client\src\resource\target\TestResource\src\java" />
+   <property name="wsdl.file"    location="C:\cygwin\home\wire\workspaces\wsdm_client\client\src\resource\target\TestResource\src\java/../wsdl/testresource.wsdl" />
 
    <target name="init" unless="TestResource.classpath">