You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/28 11:41:25 UTC

svn commit: r1075272 - /aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml

Author: zoe
Date: Mon Feb 28 10:41:24 2011
New Revision: 1075272

URL: http://svn.apache.org/viewvc?rev=1075272&view=rev
Log:
comment out antrun

Modified:
    aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml?rev=1075272&r1=1075271&r2=1075272&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-distro/pom.xml Mon Feb 28 10:41:24 2011
@@ -28,7 +28,7 @@
 	<groupId>org.apache.aries.proxy</groupId>
 	<artifactId>org.apache.aries.proxy-distro</artifactId>
 	<name>Proxy distribution</name>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.8-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
     <scm>
@@ -63,6 +63,7 @@
 
     <build>
 		<plugins>
+        <!--
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
              <executions>
@@ -70,9 +71,7 @@
                   <phase>package</phase>
                   <configuration>
                   <tasks>
-                  <!--
                      <copy file="src/main/resources/proxy-module-source.zip" tofile="src/main/resources/flibble.zip" />
-                     -->
                      <unzip src="src/main/resources/proxy-module-source.zip" dest="src/main/resources/source" />
                   </tasks>
                   </configuration>
@@ -82,6 +81,7 @@
                </execution>
             </executions>
       </plugin>
+            -->
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
 				<version>2.2-beta-5</version>