Author: simonetripodi
Date: Tue Mar 26 21:34:33 2013
New Revision: 1461327

URL: http://svn.apache.org/r1461327
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/src.xml

Modified: commons/proper/fileupload/trunk/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/main/assembly/src.xml?rev=1461327&r1=1461326&r2=1461327&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/fileupload/trunk/src/main/assembly/src.xml Tue Mar 26 
21:34:33 2013
@@ -34,7 +34,7 @@
         <exclude>**/doap_*.rdf</exclude>
         <exclude>**/bin/</exclude>
         <exclude>**/.externalToolBuilders/</exclude>
-        <exclude>**/target/</exclude>
+        <exclude>**/${project.build.directory}/</exclude>
         <exclude>**/download*.cgi</exclude>
       </excludes>
     </fileSet>


Reply via email to