Author: simonetripodi
Date: Tue Mar 26 15:25:20 2013
New Revision: 1461185

URL: http://svn.apache.org/r1461185
Log:
releng: as pointed by Manu and Bene, just include the main artifact in the -bin 
archive

Modified:
    commons/proper/fileupload/trunk/src/main/assembly/bin.xml

Modified: commons/proper/fileupload/trunk/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/main/assembly/bin.xml?rev=1461185&r1=1461184&r2=1461185&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/main/assembly/bin.xml (original)
+++ commons/proper/fileupload/trunk/src/main/assembly/bin.xml Tue Mar 26 
15:25:20 2013
@@ -35,7 +35,7 @@
       <directory>target</directory>
       <outputDirectory>lib</outputDirectory>
       <includes>
-        <include>*.jar</include>
+        <include>${project.build.finalName}.jar</include>
       </includes>
     </fileSet>
   </fileSets>


Reply via email to