summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 11:16:06 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 11:16:06 +0000
commitbb391c4fe4244baa649227f54f6ce23b3d424537 (patch)
tree75a100b5667aa00532a29a58ad6aa802e2713e96 /sca-java-1.x/branches/sca-java-travelsample-1.0
parent4cd64b43c3270562ba71d51fc2ce3c67c5cab4d4 (diff)
Add run-policy target
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
index 4bdd8b580d..e0f4ebd4c4 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
@@ -317,6 +317,15 @@
</java>
</target>
+ <target name="run-policy">
+ <java classname="scatours.PolicyLauncher" fork="true" failonerror="true">
+ <classpath>
+ <pathelement location="scatours-launcher-policy.jar"/>
+ <path refid="scatours.tuscany-manifest"/>
+ </classpath>
+ </java>
+ </target>
+
<target name="run-usingsca">
<java classname="scatours.UsingLauncher" fork="true" failonerror="true">
<classpath>