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 17:16:15 UTC

svn commit: r1356783 - /incubator/any23/trunk/service/src/main/assembly/without-deps.xml

Author: simonetripodi
Date: Tue Jul  3 15:16:14 2012
New Revision: 1356783

URL: http://svn.apache.org/viewvc?rev=1356783&view=rev
Log:
resources don't need to be filtered

Modified:
    incubator/any23/trunk/service/src/main/assembly/without-deps.xml

Modified: incubator/any23/trunk/service/src/main/assembly/without-deps.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/without-deps.xml?rev=1356783&r1=1356782&r2=1356783&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/without-deps.xml (original)
+++ incubator/any23/trunk/service/src/main/assembly/without-deps.xml Tue Jul  3 15:16:14 2012
@@ -36,19 +36,16 @@
     </file>
     <file>
       <source>${basedir}/../NOTICE.txt</source>
-      <filtered>true</filtered>
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
     <file>
       <source>${basedir}/../DISCLAIMER.txt</source>
-      <filtered>true</filtered>
       <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
     <file>
       <source>${basedir}/../RELEASE-NOTES.txt</source>
-      <outputDirectory>/</outputDirectory>
       <fileMode>666</fileMode>
     </file>
     <file>