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 22:32:35 UTC

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

Author: simonetripodi
Date: Tue Mar 26 21:32:35 2013
New Revision: 1461325

URL: http://svn.apache.org/r1461325
Log:
releng: DOAP descriptor not part of the source archive release

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=1461325&r1=1461324&r2=1461325&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:32:35 2013
@@ -31,7 +31,7 @@
         <exclude>**/.classpath</exclude>
         <exclude>**/.project</exclude>
         <exclude>**/.settings/</exclude>
-        <exclude>**/.doap_*.rdf</exclude>
+        <exclude>**/doap_*.rdf</exclude>
         <exclude>**/bin/</exclude>
         <exclude>**/.externalToolBuilders/</exclude>
         <exclude>**/target/</exclude>