summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/binding-notification-producer/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 11:42:26 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 11:42:26 +0000
commit656768a2993db1e51c483afa1487ab1195d5f6e1 (patch)
tree6709b1fcb48ac6370d7b040f7ac24c4af0e238aa /sca-java-1.x/trunk/samples/binding-notification-producer/build.xml
parentd7747d0f08a19d65009f65ddb990bcca1d2632e9 (diff)
Merge r1000266 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@1027072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/samples/binding-notification-producer/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/samples/binding-notification-producer/build.xml b/sca-java-1.x/trunk/samples/binding-notification-producer/build.xml
index d13e4c8a6c..6908a306b8 100644
--- a/sca-java-1.x/trunk/samples/binding-notification-producer/build.xml
+++ b/sca-java-1.x/trunk/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>