You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/03 14:46:52 UTC

svn commit: r1356705 - in /incubator/any23/trunk/service: pom.xml src/main/assembly/bin-with-deps.xml src/main/assembly/bin.xml

Author: simonetripodi
Date: Tue Jul  3 12:46:51 2012
New Revision: 1356705

URL: http://svn.apache.org/viewvc?rev=1356705&view=rev
Log:
better self-explanatory assemblies descriptors

Added:
    incubator/any23/trunk/service/src/main/assembly/bin-with-deps.xml
      - copied, changed from r1356127, incubator/any23/trunk/service/src/main/assembly/bin.xml
Removed:
    incubator/any23/trunk/service/src/main/assembly/bin.xml
Modified:
    incubator/any23/trunk/service/pom.xml

Modified: incubator/any23/trunk/service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1356705&r1=1356704&r2=1356705&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Tue Jul  3 12:46:51 2012
@@ -139,7 +139,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
-            <descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
+            <descriptor>${basedir}/src/main/assembly/bin-with-deps.xml</descriptor>
             <descriptor>${basedir}/src/main/assembly/bin-without-deps.xml</descriptor>
             <descriptor>${basedir}/src/main/assembly/bin-server-embedded.xml</descriptor>
           </descriptors>

Copied: incubator/any23/trunk/service/src/main/assembly/bin-with-deps.xml (from r1356127, incubator/any23/trunk/service/src/main/assembly/bin.xml)
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/bin-with-deps.xml?p2=incubator/any23/trunk/service/src/main/assembly/bin-with-deps.xml&p1=incubator/any23/trunk/service/src/main/assembly/bin.xml&r1=1356127&r2=1356705&rev=1356705&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/bin.xml (original)
+++ incubator/any23/trunk/service/src/main/assembly/bin-with-deps.xml Tue Jul  3 12:46:51 2012
@@ -18,7 +18,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
 
-  <id>bin</id>
+  <id>bin-with-deps</id>
   <formats>
     <format>tar.gz</format>
     <format>zip</format>