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:
parent
065fe69546
commit
06ed9ba858
2 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue