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:24:27 UTC

svn commit: r1026993 - in /tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb: ./ pom.xml

Author: nash
Date: Mon Oct 25 09:24:26 2010
New Revision: 1026993

URL: http://svn.apache.org/viewvc?rev=1026993&view=rev
Log:
Merge r998247 Generate a build.xml file from the maven build

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb/   (props changed)
    tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml

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

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml?rev=1026993&r1=1026992&r2=1026993&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml Mon Oct 25 09:24:26 2010
@@ -101,6 +101,23 @@
                 <filtering>true</filtering>
             </resource>
         </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-maven-ant-generator</artifactId>
+                <version>1.6.1-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <configuration>
+                            <pathToRootDir>../../..</pathToRootDir>
+                        </configuration>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
     </build>
 
 </project>