You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/17 23:50:22 UTC

svn commit: r1696346 - in /commons/proper/bcel/trunk/src: assembly/bin.xml assembly/src.xml main/assembly/

Author: sebb
Date: Mon Aug 17 21:50:21 2015
New Revision: 1696346

URL: http://svn.apache.org/r1696346
Log:
Remove obsolete assembly descriptors; add missing files to current ones

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

Modified: commons/proper/bcel/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/assembly/bin.xml?rev=1696346&r1=1696345&r2=1696346&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/assembly/bin.xml (original)
+++ commons/proper/bcel/trunk/src/assembly/bin.xml Mon Aug 17 21:50:21 2015
@@ -27,6 +27,7 @@
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>README.txt</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>
@@ -37,6 +38,9 @@
             </includes>
         </fileSet>
         <fileSet>
+            <directory>src/examples</directory>
+        </fileSet>
+        <fileSet>
             <directory>target/site/apidocs</directory>
             <outputDirectory>apidocs</outputDirectory>
         </fileSet>

Modified: commons/proper/bcel/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/assembly/src.xml?rev=1696346&r1=1696345&r2=1696346&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/assembly/src.xml (original)
+++ commons/proper/bcel/trunk/src/assembly/src.xml Mon Aug 17 21:50:21 2015
@@ -36,5 +36,8 @@
         <fileSet>
             <directory>src</directory>
         </fileSet>
+        <fileSet>
+            <directory>docs</directory>
+        </fileSet>
     </fileSets>
 </assembly>