summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-producer/build.xml
diff options
context:
space:
mode:
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>