diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-18 11:33:27 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-18 11:33:27 +0000 |
commit | 65f90a3a577cee5b20a0a76508b4419e9eca518d (patch) | |
tree | 1bfd5dc9c1787b7c176a2abf098fdb6f8a2df07b /sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws | |
parent | 1038ce1a06920824211b4167db8f36b1e23d234c (diff) |
Exclude Tuscany runtime dependencies from the travel sample distribution default build (TUSCANY-3462)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml index b24a2228ec..11e52ba151 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml @@ -47,7 +47,7 @@ <configuration>
<archive>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.creditcard.CreditCardServiceBootstrap</mainClass>
</manifest>
|