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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to