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 20:47:43 UTC

svn commit: r945303 - in /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0: contributions/payment-groovy/src/test/java/scatours/payment/ contributions/payment-python/src/test/java/scatours/payment/ distribution/src/main/release/

Author: nash
Date: Mon May 17 18:47:43 2010
New Revision: 945303

URL: http://svn.apache.org/viewvc?rev=945303&view=rev
Log:
Remove unused contribution creditcard-payment-jaxb from payment-groovy and payment-python scenarios

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java?rev=945303&r1=945302&r2=945303&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java Mon May 17 18:47:43 2010
@@ -35,18 +35,10 @@ import com.tuscanyscatours.payment.Payme
 public class PaymentTestCase {
 
     private static SCANode paymentNode;
-    private static SCANode creditCardNode;
     private static SCANode emailGatewayNode;
 
     @BeforeClass
     public static void setUpBeforeClass() throws Exception {
-        creditCardNode =
-            SCANodeFactory.newInstance()
-                .createSCANode("creditcard.composite",
-                               new SCAContribution("creditcard", "../creditcard-payment-jaxb/target/classes"));
-
-        creditCardNode.start();
-
         emailGatewayNode =
             SCANodeFactory.newInstance().createSCANode("emailgateway.composite",
                                                        new SCAContribution("emailgateway",
@@ -79,7 +71,6 @@ public class PaymentTestCase {
     @AfterClass
     public static void tearDownAfterClass() throws Exception {
         paymentNode.stop();
-        creditCardNode.stop();
         emailGatewayNode.stop();
     }
 

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java?rev=945303&r1=945302&r2=945303&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java Mon May 17 18:47:43 2010
@@ -35,18 +35,10 @@ import com.tuscanyscatours.payment.Payme
 public class PaymentTestCase {
 
     private static SCANode paymentNode;
-    private static SCANode creditCardNode;
     private static SCANode emailGatewayNode;
 
     @BeforeClass
     public static void setUpBeforeClass() throws Exception {
-        creditCardNode =
-            SCANodeFactory.newInstance()
-                .createSCANode("creditcard.composite",
-                               new SCAContribution("creditcard", "../creditcard-payment-jaxb/target/classes"));
-
-        creditCardNode.start();
-
         emailGatewayNode =
             SCANodeFactory.newInstance().createSCANode("emailgateway.composite",
                                                        new SCAContribution("emailgateway",
@@ -79,7 +71,6 @@ public class PaymentTestCase {
     @AfterClass
     public static void tearDownAfterClass() throws Exception {
         paymentNode.stop();
-        creditCardNode.stop();
         emailGatewayNode.stop();
     }
 

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README?rev=945303&r1=945302&r2=945303&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README Mon May 17 18:47:43 2010
@@ -251,7 +251,7 @@ Launchers: payment-bpel
 17b) implementation.script written in Groovy
 
 Description: The Payment service is implemented using a Groovy script.
-Contributions: creditcard-payment-jaxb, emailgateway, payment-groovy
+Contributions: emailgateway, payment-groovy
 Launchers: payment-groovy
 
 17c) implementation.java
@@ -271,7 +271,7 @@ Launchers: payment-java-policy
 17e) implementation.script written in Python
 
 Description: The Payment service is implemented using a Python script.
-Contributions: creditcard-payment-jaxb, emailgateway, payment-python
+Contributions: emailgateway, payment-python
 Launchers: payment-python
 
 17f) implementation.spring
@@ -809,7 +809,7 @@ contributions/buildingblocks-client  5
 contributions/calendar  6
 contributions/car  7, 8
 contributions/common  6, 7, 8, 15
-contributions/creditcard-payment-jaxb  17a, 17b, 17c, 17e, 17f, 17g, 16
+contributions/creditcard-payment-jaxb  17a, 17c, 17f, 17g, 16
 contributions/creditcard-payment-jaxb-policy  7, 8, 15, 17d
 contributions/creditcard-payment-sdo  14
 contributions/creditcard-payment-webapp  16