summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-22 22:38:37 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-22 22:38:37 +0000
commitbcd92f7cf90efad0e81942e3930dafe81be8ad9f (patch)
treedbe618938439e750c8cd8f90b2d9fc04625a6ec8 /sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml
parent6cc93eacf62daf69da1434ccca610855a66790d4 (diff)
Fix notification sample build.xml and README files to provide clear instructions that work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml
index d13e4c8a6c..6908a306b8 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml
@@ -51,7 +51,7 @@
<pathelement path="target/classes"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
</classpath>
- <sysproperty key="notification.httpPort" value="8083"/>
+ <sysproperty key="notification.httpPort" value="8081"/>
<arg value="end"/>
</java>
</target>
@@ -63,7 +63,7 @@
<pathelement path="target/${test.jar}"/>
<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
</classpath>
- <sysproperty key="notification.httpPort" value="8082"/>
+ <sysproperty key="notification.httpPort" value="8081"/>
</java>
</target>