[jboss-cvs] JBossAS SVN: r89659 - projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 2 06:19:12 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-06-02 06:19:12 -0400 (Tue, 02 Jun 2009)
New Revision: 89659

Modified:
   projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-creditcard.bnd
   projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-paypal.bnd
   projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-pets.bnd
   projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-sports.bnd
Log:
Fix the BND bundle activator declarations

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-creditcard.bnd
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-creditcard.bnd	2009-06-02 10:12:02 UTC (rev 89658)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-creditcard.bnd	2009-06-02 10:19:12 UTC (rev 89659)
@@ -1,7 +1,7 @@
 # bnd build -classpath target/test-classes -output target/test-libs/trailblazer-payment-creditcard.jar src/test/resources/trailblazer/payment-creditcard.bnd
 
 Bundle-SymbolicName: trailblazer-payment-creditcard
-Bundle-Activator: org.jboss.test.osgi.trailblazer.pay.creditcard.ServiceActivator
+Bundle-Activator: org.jboss.test.osgi.trailblazer.pay.creditcard.CreditCardServiceActivator
 
 Private-Package: org.jboss.test.osgi.trailblazer.pay.creditcard
 

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-paypal.bnd
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-paypal.bnd	2009-06-02 10:12:02 UTC (rev 89658)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/pay-paypal.bnd	2009-06-02 10:19:12 UTC (rev 89659)
@@ -1,7 +1,7 @@
 # bnd build -classpath target/test-classes -output target/test-libs/trailblazer-payment-paypal.jar src/test/resources/trailblazer/payment-paypal.bnd
 
 Bundle-SymbolicName: trailblazer-payment-paypal
-Bundle-Activator: org.jboss.test.osgi.trailblazer.pay.paypal.ServiceActivator
+Bundle-Activator: org.jboss.test.osgi.trailblazer.pay.paypal.PayPalServiceActivator
 
 Private-Package: org.jboss.test.osgi.trailblazer.pay.paypal
 

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-pets.bnd
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-pets.bnd	2009-06-02 10:12:02 UTC (rev 89658)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-pets.bnd	2009-06-02 10:19:12 UTC (rev 89659)
@@ -1,7 +1,7 @@
 # bnd build -classpath target/test-classes -output target/test-libs/trailblazer-shop-pets.jar src/test/resources/trailblazer/shop-pets.bnd
 
 Bundle-SymbolicName: trailblazer-shop-pets
-Bundle-Activator: org.jboss.test.osgi.trailblazer.shop.pets.ServiceActivator
+Bundle-Activator: org.jboss.test.osgi.trailblazer.shop.pets.PetStoreActivator
 
 Private-Package: org.jboss.test.osgi.trailblazer.shop.pets
 

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-sports.bnd
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-sports.bnd	2009-06-02 10:12:02 UTC (rev 89658)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/src/test/resources/trailblazer/shop-sports.bnd	2009-06-02 10:19:12 UTC (rev 89659)
@@ -1,7 +1,7 @@
 # bnd build -classpath target/test-classes -output target/test-libs/trailblazer-shop-sports.jar src/test/resources/trailblazer/shop-sports.bnd
 
 Bundle-SymbolicName: trailblazer-shop-sports
-Bundle-Activator: org.jboss.test.osgi.trailblazer.shop.sports.ServiceActivator
+Bundle-Activator: org.jboss.test.osgi.trailblazer.shop.sports.ClimbingStoreActivator
 
 Private-Package: org.jboss.test.osgi.trailblazer.shop.sports
 




More information about the jboss-cvs-commits mailing list