diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 18:47:43 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 18:47:43 +0000 |
commit | 10b53d55fd284ba656ccf59309d3fe03b792dcae (patch) | |
tree | c000cd2b8e476cd2badb740a64e7e6e484ed9756 /sca-java-1.x/branches | |
parent | 2d22a8be473cd85ec8389cb2e561eaa2e4bf8123 (diff) |
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
Diffstat (limited to '')
3 files changed, 3 insertions, 21 deletions
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
|