You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2012/04/15 15:20:09 UTC

svn commit: r1326323 - /chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml

Author: gabriele
Date: Sun Apr 15 13:20:08 2012
New Revision: 1326323

URL: http://svn.apache.org/viewvc?rev=1326323&view=rev
Log:
 fixed NOTICE file in docs package, that blocked 0.7.0 RC1

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml?rev=1326323&r1=1326322&r2=1326323&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml Sun Apr 15 13:20:08 2012
@@ -47,8 +47,16 @@
             <outputDirectory>/</outputDirectory>
             <excludes>
                 <exclude>DEPENDENCIES</exclude>
-                <exclude>NOTICE</exclude>
+		<exclude>NOTICE</exclude>
             </excludes>
         </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/src/main/resources</directory>
+            <outputDirectory>/</outputDirectory>
+            <includes>
+                <include>DEPENDENCIES</include>
+                <include>NOTICE</include>
+            </includes>
+        </fileSet>
     </fileSets>
 </assembly>