diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers')
32 files changed, 32 insertions, 32 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml index 7df381d2e1..6324f538bd 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/blog-feed/pom.xml @@ -98,7 +98,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.BlogFeedLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml index 81c13098f4..ea5ba3f930 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/buildingblocks/pom.xml @@ -118,7 +118,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.BuildingBlocksLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml index bf82181763..30650908b9 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-corba/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.CurrencyConverterCORBALauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml index d69d8a5cb1..d30733bf01 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-jms/pom.xml @@ -103,7 +103,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.CurrencyConverterJMSLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml index 2782f72a76..b12cfa44ad 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-rmi/pom.xml @@ -99,7 +99,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.CurrencyConverterRMILauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml index cc57ab3c9e..5ff8984dbf 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter-ws/pom.xml @@ -93,7 +93,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.CurrencyConverterWSLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml index e2dd7cf85b..af29324117 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/currency-converter/pom.xml @@ -78,7 +78,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.CurrencyConverterLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml index 8ebfef67af..7fef1796f7 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/databinding/pom.xml @@ -157,7 +157,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.DatabindingLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml index 5b8a188592..b8067e75f2 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/feed-logger/pom.xml @@ -99,7 +99,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.FeedLoggerLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml index ae69ddd348..95d2077d0e 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-domain/pom.xml @@ -102,7 +102,7 @@ <configuration>
<archive>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.FullAppDomainLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml index fc5f595bdd..34d2007daa 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp-nodes/pom.xml @@ -200,7 +200,7 @@ <configuration> <archive> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.FullAppNodesLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml index 7ece4347be..24b4624912 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/fullapp/pom.xml @@ -196,7 +196,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.FullAppLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml index a501b7849c..dcad902807 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/help-pages/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.HelpPagesLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml index 7cff4aaea7..7e15913e53 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/interaction/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.InteractionLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml index f348ea9456..878f27844c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-client/pom.xml @@ -81,7 +81,7 @@ <configuration>
<archive>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.IntroducingClientLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml index 2a9f3e53fb..c428b4b87f 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/pom.xml @@ -67,7 +67,7 @@ <configuration>
<archive>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.IntroducingDomainLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml index 0391994557..1886b977a4 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-tours/pom.xml @@ -46,7 +46,7 @@ <configuration>
<archive>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.IntroducingToursLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml index 1ef9d06774..9cb30beb3f 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-trips/pom.xml @@ -46,7 +46,7 @@ <configuration>
<archive>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.IntroducingTripsLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml index 5ded853c2a..98c8627d6c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing/pom.xml @@ -78,7 +78,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.IntroducingLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml index 1f3722d993..133ed2a0b7 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/jumpstart/pom.xml @@ -78,7 +78,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.JumpstartLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml index 636a4fe82d..ec5957081f 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.NotificationCORBALauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml index 24540c32c1..e5c3d549a9 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar ../util/scatours-util-openejb-runtime.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.NotificationEJBLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml index 0441ba9cff..dd0a198622 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/pom.xml @@ -136,7 +136,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.NotificationJMSLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml index ecac2d2d18..f6fea913fe 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-rmi/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.NotificationRMILauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml index 19669752cb..4625a6e85c 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path>
</manifestEntries>
<manifest>
- <addClasspath>true</addClasspath>
+ <addClasspath>${scatours.selfContained}</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>scatours.NotificationWSLauncher</mainClass>
</manifest>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml index 272e19f56c..c6d4019da8 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml @@ -116,7 +116,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.payment.PaymentLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml index dfc8134b1d..d3ed71160b 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-groovy/pom.xml @@ -99,7 +99,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.payment.PaymentLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml index 72291917f7..85da7c1f71 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java-policy/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.payment.PaymentLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml index fda70eaf4f..773420e9ca 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-java/pom.xml @@ -92,7 +92,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.payment.PaymentLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml index 943e0affca..5b540aef02 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring-scatag/pom.xml @@ -106,7 +106,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.payment.PaymentLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml index a855ae3d51..c85bf0b14f 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-spring/pom.xml @@ -106,7 +106,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.payment.PaymentLauncher</mainClass> </manifest> diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml index bb2c34a4fb..bd11cebf24 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/pom.xml @@ -99,7 +99,7 @@ <Class-Path>../util/scatours-util-launcher-common.jar</Class-Path> </manifestEntries> <manifest> - <addClasspath>true</addClasspath> + <addClasspath>${scatours.selfContained}</addClasspath> <classpathPrefix>../lib/</classpathPrefix> <mainClass>scatours.PolicyLauncher</mainClass> </manifest> |