summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 09:24:26 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 09:24:26 +0000
commitfd0453f5dd18cc780169d53bcd7ba88e35b8fdd5 (patch)
treec8e6115ee8e6536c8b4068922e3c7297878e5118 /sca-java-1.x/trunk/tutorials
parent7a009e8362d5186f06f422a51c7685bf04f9ac73 (diff)
Merge r998247 Generate a build.xml file from the maven build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
index a8ee2076c1..21792c591e 100644
--- a/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/store/catalog-ejb/pom.xml
@@ -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>