Merge revision r945287 from 1.0 release branch

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-05-19 22:01:00 +00:00
parent 065fe69546
commit 06ed9ba858
2 changed files with 0 additions and 2 deletions

View file

@ -32,7 +32,6 @@ public class PaymentLauncher {
public static void main(String[] args) throws Exception {
SCANode node = SCANodeFactory.newInstance().createSCANode(null,
locate("payment-groovy"),
locate("creditcard-payment-jaxb"),
locate("emailgateway"));
node.start();

View file

@ -32,7 +32,6 @@ public class PaymentLauncher {
public static void main(String[] args) throws Exception {
SCANode node = SCANodeFactory.newInstance().createSCANode(null,
locate("payment-python"),
locate("creditcard-payment-jaxb"),
locate("emailgateway"));
node.start();