You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/26 16:32:13 UTC

svn commit: r1461190 - /commons/proper/fileupload/trunk/src/main/assembly/bin.xml

Author: simonetripodi
Date: Tue Mar 26 15:32:12 2013
New Revision: 1461190

URL: http://svn.apache.org/r1461190
Log:
trivial: just avoid to hardcode the build directory that can potentially be modified in the pom

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=1461190&r1=1461189&r2=1461190&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:32:12 2013
@@ -32,7 +32,7 @@
       </includes>
     </fileSet>
     <fileSet>
-      <directory>target</directory>
+      <directory>${project.build.directory}</directory>
       <outputDirectory>lib</outputDirectory>
       <includes>
         <include>${project.build.finalName}.jar</include>