You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/05/17 13:16:07 UTC

svn commit: r945084 - /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml

Author: nash
Date: Mon May 17 11:16:06 2010
New Revision: 945084

URL: http://svn.apache.org/viewvc?rev=945084&view=rev
Log:
Add run-policy target

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml?rev=945084&r1=945083&r2=945084&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml Mon May 17 11:16:06 2010
@@ -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>