summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-05 07:31:07 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-05 07:31:07 +0000
commit9f098a95ef2ec812a13dc5b53fa4f3fa06823094 (patch)
tree60ad17c03bfc15ef983824059aeee4aa98555246 /sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba
parent54e5bcf2afc6ab34f28459da925a552eef0f34e7 (diff)
Remove travel sample code needed only for 1.5.1 and update README for 1.6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba')
-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>