From be416349326d1f74cc964a2bd52a55068c05465b Mon Sep 17 00:00:00 2001 From: nash Date: Tue, 28 Sep 2010 09:46:08 +0000 Subject: Use hand-built build.xml file containing code to create the sample database git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002075 13f79535-47bb-0310-9956-ffa450edef68 --- .../tutorials/store/store-eu/build.xml | 51 ++++++++++++++++++++++ .../tutorials/store/store-eu/pom.xml | 26 +---------- 2 files changed, 52 insertions(+), 25 deletions(-) create mode 100644 sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml (limited to 'sca-java-1.x') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml new file mode 100644 index 0000000000..da2942e979 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/build.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/pom.xml index 18f6ed5128..d35cf1fc26 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-eu/pom.xml @@ -35,14 +35,6 @@ - - - org.apache.tuscany.sca - tuscany-sca-api - 1.6.1-SNAPSHOT - - - ${artifactId} ${basedir} @@ -53,28 +45,12 @@ **/*.java **/.*/** pom.xml - build.xml + build*.xml target/** - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.6.1-SNAPSHOT - - - - ../../.. - - - generate - - - - - org.codehaus.mojo sql-maven-plugin -- cgit v1.2.3