Author: scamp
Date: Tue Apr 5 09:31:10 2005
New Revision: 160193
URL: http://svn.apache.org/viewcvs?view=rev&rev=160193
Log: (empty)
Modified:
incubator/muse/trunk/src/site/content/interop/build.properties
incubator/muse/trunk/src/site/content/interop/build.xml
Modified: incubator/muse/trunk/src/site/content/interop/build.properties
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/build.properties?view=diff&r1=160192&r2=160193
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/build.properties (original)
+++ incubator/muse/trunk/src/site/content/interop/build.properties Tue Apr 5
09:31:10 2005
@@ -1,9 +1,9 @@
-base.url=http://localhost:8080/wsdm/services/
+base.url=http://localhost:8080/muse/services/
# Uncomment and modify the below lines if you would like to deploy to a
# wsdm webapp located somewhere other than the default location of
-# ../webapps/wsdm (e.g. ${env.CATALINA_HOME}/webapps/wsdm)
+# ../webapps/muse (e.g. ${env.CATALINA_HOME}/webapps/muse)
wsdm.webapp.dir=${env.CATALINA_HOME}/webapps/muse
# Uncomment and modify the below lines if you require a proxy to connect to
external web sites
Modified: incubator/muse/trunk/src/site/content/interop/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/build.xml?view=diff&r1=160192&r2=160193
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/build.xml (original)
+++ incubator/muse/trunk/src/site/content/interop/build.xml Tue Apr 5 09:31:10
2005
@@ -33,7 +33,7 @@
<target name="generate"
depends="init"
- description="generate Axis service classes and XMLBeans types
for the filesystem WSDL">
+ description="generate service classes and XMLBeans types for the
Interop WSDLs...Note this has already been done and claases have been
implemented.">
<property name="tmp.dir" location="${wsdm.webapp.dir}/_tmp_" />
<mkdir dir="${tmp.dir}" />
@@ -77,7 +77,7 @@
<target name="deploy"
depends="init"
- description="deploys the JobPort service to the wsdm webapp">
+ description="deploys the services to the muse webapp">
<copy todir="${wsdm.webapp.dir}/WEB-INF/classes/wsdl" overwrite="true"
verbose="true">
<fileset dir="${wsdl.dir}" includes="**/*.wsdl"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]