You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/11 06:16:16 UTC

svn commit: r725583 - /tuscany/branches/sca-java-1.4/samples/domain-management/pom.xml

Author: ramkumar
Date: Wed Dec 10 21:16:16 2008
New Revision: 725583

URL: http://svn.apache.org/viewvc?rev=725583&view=rev
Log:
Fixes for TUSCANY-2736

Modified:
    tuscany/branches/sca-java-1.4/samples/domain-management/pom.xml

Modified: tuscany/branches/sca-java-1.4/samples/domain-management/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/samples/domain-management/pom.xml?rev=725583&r1=725582&r2=725583&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/samples/domain-management/pom.xml (original)
+++ tuscany/branches/sca-java-1.4/samples/domain-management/pom.xml Wed Dec 10 21:16:16 2008
@@ -172,22 +172,9 @@
     </dependencies>
 
     <build>
-       	<finalName>${artifactId}</finalName>
+        <finalName>${artifactId}</finalName>
         <plugins>
             <plugin>
-                <groupId>org.apache.tuscany.sca</groupId>
-                <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.4</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>