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

svn commit: r648618 - /incubator/tuscany/java/sca/distribution/pom.xml

Author: antelder
Date: Wed Apr 16 01:31:13 2008
New Revision: 648618

URL: http://svn.apache.org/viewvc?rev=648618&view=rev
Log:
Remove distro copies

Modified:
    incubator/tuscany/java/sca/distribution/pom.xml

Modified: incubator/tuscany/java/sca/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?rev=648618&r1=648617&r2=648618&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/pom.xml Wed Apr 16 01:31:13 2008
@@ -253,34 +253,6 @@
             </plugin>
             -->
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-
-                <dependencies>
-                    <dependency>
-                        <groupId>ant</groupId>
-                        <artifactId>ant-trax</artifactId>
-                        <version>1.6.5</version>
-                    </dependency>
-                </dependencies>
-
-                <executions>
-                    <execution>
-                        <id>save-distribution</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <copy file="${basedir}/target/apache-tuscany-sca-2.0-incubating-SNAPSHOT.zip" tofile="${basedir}/target-last-successful/apache-tuscany-sca-2.0-incubating-SNAPSHOT.zip" overwrite="yes"/>
-                                <copy file="${basedir}/target/apache-tuscany-sca-2.0-incubating-SNAPSHOT.tar.gz" tofile="${basedir}/target-last-successful/apache-tuscany-sca-2.0-incubating-SNAPSHOT.tar.gz" overwrite="yes"/>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
 
     </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org