Merge revision r945328 from 1.0 release branch

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-05-19 22:04:51 +00:00
parent d4e1de817d
commit d32e9ac7c0
4 changed files with 16 additions and 7 deletions

View file

@ -46,8 +46,8 @@
<java classname="scatours.CurrencyConverterWSClient" fork="true" failonerror="true">
<classpath>
<pathelement location="scatours-client-currency-converter-ws-jaxws.jar"/>
<!-- The following is used to bring in additional dependencies of the JAX-WS runtime. -->
<path refid="scatours.tuscany-manifest"/>
<!-- The following is used to bring in the JAX-WS runtime and its dependencies. -->
<path refid="scatours.jaxws-runtime"/>
</classpath>
</java>
</target>

View file

@ -25,6 +25,8 @@
<path id="scatours.tuscany-node-launcher"/>
<path id="scatours.tuscany-openejb"/>
<path id="scatours.openejb-runtime"/>
<path id="scatours.jaxws-runtime"/>

View file

@ -29,6 +29,13 @@
<fileset dir="${env.TUSCANY_HOME}/modules" includes="tuscany-node-launcher-*.jar"/>
</path>
<path id="scatours.tuscany-openejb">
<!-- We need the following if the jars were built using ant and have no manifest classpath -->
<fileset dir="../openejb"/>
<!-- The openejb directory doesn't include all dependencies, so bring these in from Tuscany -->
<fileset dir="${env.TUSCANY_HOME}/lib"/>
</path>
<path id="scatours.openejb-runtime">
<!-- We need the following if the jars were built using ant and have no manifest classpath -->
<fileset dir="../openejb"/>

View file

@ -204,7 +204,7 @@
<java classname="scatours.NotificationEJBLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="scatours-launcher-notification-ejb.jar"/>
<path refid="scatours.tuscany-manifest"/>
<path refid="scatours.tuscany-openejb"/>
</classpath>
</java>
</target>
@ -275,7 +275,7 @@
<target name="run-payment-java-callback">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="scatours-launcher-payment-java.jar"/>
<pathelement location="scatours-launcher-payment-java-callback.jar"/>
<path refid="scatours.tuscany-manifest"/>
</classpath>
</java>
@ -284,7 +284,7 @@
<target name="run-payment-java-policy">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="scatours-launcher-java-policy.jar"/>
<pathelement location="scatours-launcher-payment-java-policy.jar"/>
<path refid="scatours.tuscany-manifest"/>
</classpath>
</java>
@ -293,7 +293,7 @@
<target name="run-payment-java-reference-pass">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="scatours-launcher-payment-java.jar"/>
<pathelement location="scatours-launcher-payment-java-reference-pass.jar"/>
<path refid="scatours.tuscany-manifest"/>
</classpath>
</java>
@ -311,7 +311,7 @@
<target name="run-payment-spring-scatag">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="scatours-launcher-spring-scatag.jar"/>
<pathelement location="scatours-launcher-payment-spring-scatag.jar"/>
<path refid="scatours.tuscany-manifest"/>
</classpath>
</java>