You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/25 11:33:50 UTC

svn commit: r1026999 - in /tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier: ./ build.xml pom.xml

Author: nash
Date: Mon Oct 25 09:33:49 2010
New Revision: 1026999

URL: http://svn.apache.org/viewvc?rev=1026999&view=rev
Log:
Merge r998250 Replace generated build.xml file by a handwritten one

Added:
    tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/build.xml
      - copied unchanged from r998250, tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/build.xml
Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/   (props changed)
    tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml

Propchange: tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Oct 25 09:33:49 2010
@@ -1,17 +1,19 @@
 target
+work
+dojo
 *.iws
 *.ipr
 *.iml
-.project
-.classpath
+derby.log
 maven.log
+maven-eclipse.xml
+build-dependency.xml
 velocity.log*
 junit*.properties
 surefire*.properties
+.project
+.classpath
 .settings
 .deployables
 .wtpmodules
-build.xml
-work
-derby.log
-
+.externalToolBuilders

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml?rev=1026999&r1=1026998&r2=1026999&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/store-supplier/pom.xml Mon Oct 25 09:33:49 2010
@@ -60,22 +60,6 @@
        </resources>
        <plugins>
             <plugin>
-                <groupId>org.apache.tuscany.sca</groupId>
-                <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.7-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <configuration>
-                            <pathToRootDir>../../..</pathToRootDir>
-                        </configuration>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
                 <version>1.3</version>