From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/ant/TUSCANY-217/pom.xml | 52 +++ .../ant/TUSCANY-217/src/main/resources/sca.module | 23 ++ .../src/main/resources/wsdl/AccountService.wsdl | 392 +++++++++++++++++++++ .../TUSCANY-217/src/main/webapp/WEB-INF/web.xml | 21 ++ .../TUSCANY-217/target/TUSCANY-217-SNAPSHOT.war | Bin 0 -> 6494 bytes 5 files changed, 488 insertions(+) create mode 100644 sandbox/ant/TUSCANY-217/pom.xml create mode 100644 sandbox/ant/TUSCANY-217/src/main/resources/sca.module create mode 100644 sandbox/ant/TUSCANY-217/src/main/resources/wsdl/AccountService.wsdl create mode 100644 sandbox/ant/TUSCANY-217/src/main/webapp/WEB-INF/web.xml create mode 100644 sandbox/ant/TUSCANY-217/target/TUSCANY-217-SNAPSHOT.war (limited to 'sandbox/ant/TUSCANY-217') diff --git a/sandbox/ant/TUSCANY-217/pom.xml b/sandbox/ant/TUSCANY-217/pom.xml new file mode 100644 index 0000000000..10d5311fc9 --- /dev/null +++ b/sandbox/ant/TUSCANY-217/pom.xml @@ -0,0 +1,52 @@ + + + + + org.apache.tuscany.samples + tuscany-samples + SNAPSHOT + + + 4.0.0 + TUSCANY-217 + war + TUSCANY-217 + TUSCANY-217 breaks bigbank webclient + SNAPSHOT + + + + org.apache.tuscany + tuscany-core + ${pom.version} + provided + + + tomcat + servlet-api + 5.0.18 + provided + + + tomcat + jsp-api + 5.0.18 + provided + + + + diff --git a/sandbox/ant/TUSCANY-217/src/main/resources/sca.module b/sandbox/ant/TUSCANY-217/src/main/resources/sca.module new file mode 100644 index 0000000000..20cfb88db8 --- /dev/null +++ b/sandbox/ant/TUSCANY-217/src/main/resources/sca.module @@ -0,0 +1,23 @@ + + + + + + + diff --git a/sandbox/ant/TUSCANY-217/src/main/resources/wsdl/AccountService.wsdl b/sandbox/ant/TUSCANY-217/src/main/resources/wsdl/AccountService.wsdl new file mode 100644 index 0000000000..4874d52aea --- /dev/null +++ b/sandbox/ant/TUSCANY-217/src/main/resources/wsdl/AccountService.wsdl @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/TUSCANY-217/src/main/webapp/WEB-INF/web.xml b/sandbox/ant/TUSCANY-217/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000000..c329b3903e --- /dev/null +++ b/sandbox/ant/TUSCANY-217/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,21 @@ + + + + + TUSCANY-217 + + diff --git a/sandbox/ant/TUSCANY-217/target/TUSCANY-217-SNAPSHOT.war b/sandbox/ant/TUSCANY-217/target/TUSCANY-217-SNAPSHOT.war new file mode 100644 index 0000000000..b175aa251b Binary files /dev/null and b/sandbox/ant/TUSCANY-217/target/TUSCANY-217-SNAPSHOT.war differ -- cgit v1.2.3