You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/07/15 15:22:16 UTC

svn commit: r964418 - in /velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly: pom.xml src/main/assembly/all.xml src/main/assembly/bin.xml

Author: apetrelli
Date: Thu Jul 15 13:22:15 2010
New Revision: 964418

URL: http://svn.apache.org/viewvc?rev=964418&view=rev
Log:
VELOCITYSB-5
Changed the assembly suffix from "bin" to "all".

Added:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/all.xml
      - copied, changed from r964406, velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/bin.xml
Removed:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/bin.xml
Modified:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml

Modified: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml?rev=964418&r1=964417&r2=964418&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/pom.xml Thu Jul 15 13:22:15 2010
@@ -20,7 +20,7 @@
                 <version>2.2-beta-5</version>
                 <configuration>
                     <descriptors>
-                        <descriptor>src/main/assembly/bin.xml</descriptor>
+                        <descriptor>src/main/assembly/all.xml</descriptor>
                     </descriptors>
                     <finalName>velocity-tools-${version}</finalName>
                     <tarLongFileMode>gnu</tarLongFileMode>
@@ -114,7 +114,7 @@
                         </executions>
                         <configuration>
                             <descriptors>
-                                <descriptor>src/main/assembly/bin.xml</descriptor>
+                                <descriptor>src/main/assembly/all.xml</descriptor>
                             </descriptors>
                             <tarLongFileMode>gnu</tarLongFileMode>
                         </configuration>
@@ -145,9 +145,9 @@
                                             <fileset
                                                 dir="${settings.localRepository}/org/apache/velocity/${project.artifactId}/${project.version}">
                                                 <include
-                                                    name="${project.artifactId}-${project.version}-bin.zip*" />
+                                                    name="${project.artifactId}-${project.version}-all.zip*" />
                                                 <include
-                                                    name="${project.artifactId}-${project.version}-bin.tar.gz*" />
+                                                    name="${project.artifactId}-${project.version}-all.tar.gz*" />
                                             </fileset>
                                             <mapper type="glob"
                                                 from="${project.artifactId}-*"
@@ -158,7 +158,7 @@
                             </execution>
                         </executions>
                     </plugin>
-                    <plugin>
+                    <!-- <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>wagon-maven-plugin</artifactId>
                         <executions>
@@ -176,7 +176,7 @@
                                 </configuration>
                             </execution>
                         </executions>
-                    </plugin>
+                    </plugin> -->
                 </plugins>
             </build>
         </profile>

Copied: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/all.xml (from r964406, velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/bin.xml)
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/all.xml?p2=velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/all.xml&p1=velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/bin.xml&r1=964406&r2=964418&rev=964418&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/bin.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-assembly/src/main/assembly/all.xml Thu Jul 15 13:22:15 2010
@@ -16,7 +16,7 @@
         and limitations under the License.
     -->
 <assembly>
-    <id>bin</id>
+    <id>all</id>
     <formats>
         <format>tar.gz</format>
         <format>zip</format>