summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
index 922545e48e..501bbe2ab4 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
@@ -29,20 +29,12 @@
<ant dir="../../services/smsgateway-corba" target="run"/>
</target>
- <!-- When running this sample, the tuscany-host-corba-jse jar needs to be
- present on the classpath. This isn't included in tuscany-sca-manifest
- so it needs to be added to the classpath explicitly. For some reason
- this jar isn't part of the Tuscany binary distribution so you'll need
- to download it from the maven repository http://repo1.maven.org/maven2
- and set the TUSCANY_HOST_CORBA environment variable to the name of
- your local download directory. -->
<target name="run">
<java classname="scatours.NotificationCORBALauncher" fork="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
<path refid="compile-path"/>
<pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
- <fileset dir="${env.TUSCANY_HOST_CORBA}"/>
</classpath>
</java>
</target>