Author: scamp
Date: Thu Mar 3 13:25:38 2005
New Revision: 156090
URL: http://svn.apache.org/viewcvs?view=rev&rev=156090
Log: (empty)
Modified:
incubator/apollo/trunk/src/site/content/example/build.properties
incubator/apollo/trunk/src/site/content/example/build.xml
Modified: incubator/apollo/trunk/src/site/content/example/build.properties
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/build.properties?view=diff&r1=156089&r2=156090
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/build.properties (original)
+++ incubator/apollo/trunk/src/site/content/example/build.properties Thu Mar 3
13:25:38 2005
@@ -1,7 +1,4 @@
base.url=http://localhost:8080/wsrf/services/
-#base.url=http://localhost:8080/wsrf/services/PrinterFactory
-#base.url=http://localhost:8080/wsrf/services/PrinterPort
-#base.url=http://localhost:8080/wsrf/services/JobPort
# Uncomment and modify the below lines if you would like to deploy to a
Modified: incubator/apollo/trunk/src/site/content/example/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/example/build.xml?view=diff&r1=156089&r2=156090
==============================================================================
--- incubator/apollo/trunk/src/site/content/example/build.xml (original)
+++ incubator/apollo/trunk/src/site/content/example/build.xml Thu Mar 3
13:25:38 2005
@@ -8,9 +8,9 @@
<!-- workaround for those IDEs that dont set ant.home as per the ant script
-->
<property name="ant.home" value="env.ANT_HOME"/>
-<!-- <property name="endpoint.url" value="${base.url}/PrinterFactory" /> -->
-<property name="endpoint.url" value="${base.url}/PrinterPort" />
- <!-- <property name="endpoint.url" value="${base.url}/JobPort" />-->
+
+ <property name="endpoint.url" value="${base.url}/PrinterPort" />
+
<property name="classes.dir" location="${basedir}\classes" />
<property name="jar.dir" location="${basedir}\lib" />
<property name="src.dir" location="${basedir}\src\java" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]