From 10b53d55fd284ba656ccf59309d3fe03b792dcae Mon Sep 17 00:00:00 2001 From: nash Date: Mon, 17 May 2010 18:47:43 +0000 Subject: Remove unused contribution creditcard-payment-jaxb from payment-groovy and payment-python scenarios git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945303 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/scatours/payment/PaymentTestCase.java | 9 --------- .../src/test/java/scatours/payment/PaymentTestCase.java | 9 --------- .../distribution/src/main/release/README | 6 +++--- 3 files changed, 3 insertions(+), 21 deletions(-) (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0') diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java index 1eb611e5b3..c96fddb6b3 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/src/test/java/scatours/payment/PaymentTestCase.java @@ -35,18 +35,10 @@ import com.tuscanyscatours.payment.Payment; 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(); } diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java index f55f8c7c75..0b61db2bf8 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/src/test/java/scatours/payment/PaymentTestCase.java @@ -35,18 +35,10 @@ import com.tuscanyscatours.payment.Payment; 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(); } diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README b/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README index d300026991..da8922b7b5 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/distribution/src/main/release/README @@ -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 -- cgit v1.2.3