You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/04/26 00:16:43 UTC

svn commit: r651717 - in /incubator/tuscany/java/sca/samples/domain-management: ./ pom.xml

Author: jsdelfino
Date: Fri Apr 25 15:16:43 2008
New Revision: 651717

URL: http://svn.apache.org/viewvc?rev=651717&view=rev
Log:
Added generation of build.xml.

Modified:
    incubator/tuscany/java/sca/samples/domain-management/   (props changed)
    incubator/tuscany/java/sca/samples/domain-management/pom.xml

Propchange: incubator/tuscany/java/sca/samples/domain-management/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr 25 15:16:43 2008
@@ -13,4 +13,5 @@
 .settings
 .deployables
 .wtpmodules
+build.xml
 

Modified: incubator/tuscany/java/sca/samples/domain-management/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/domain-management/pom.xml?rev=651717&r1=651716&r2=651717&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/domain-management/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/domain-management/pom.xml Fri Apr 25 15:16:43 2008
@@ -189,6 +189,19 @@
        	<finalName>${artifactId}</finalName>
         <plugins>
             <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-maven-ant-generator</artifactId>
+                <version>2.0-incubating-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>