From 2bdf5388484fb94325cc7eb6cfa8fddf6d679bbc Mon Sep 17 00:00:00 2001 From: nash Date: Mon, 25 Oct 2010 09:33:49 +0000 Subject: Merge r998250 Replace generated build.xml file by a handwritten one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026999 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/tutorials/store/store-supplier/build.xml | 71 ++++++++++++++++++++++ .../trunk/tutorials/store/store-supplier/pom.xml | 16 ----- 2 files changed, 71 insertions(+), 16 deletions(-) create mode 100644 sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml (limited to 'sca-java-1.x/trunk') diff --git a/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml b/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml new file mode 100644 index 0000000000..6e3203cd73 --- /dev/null +++ b/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml b/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml index 6cf77c3c08..a040414646 100644 --- a/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml +++ b/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml @@ -59,22 +59,6 @@ - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.7-SNAPSHOT - - - - ../../.. - - - generate - - - - - org.codehaus.mojo sql-maven-plugin -- cgit v1.2.3