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 2010/09/01 15:57:38 UTC

svn commit: r991540 - in /incubator/chemistry/opencmis/trunk: LICENSE NOTICE RELEASE-NOTES.txt pom.xml

Author: gabriele
Date: Wed Sep  1 13:57:38 2010
New Revision: 991540

URL: http://svn.apache.org/viewvc?rev=991540&view=rev
Log:
-- Improved WAR legal files inclusion
-- removed top level trunk license and notice, as they were overwriting maven generated ones
-- removed wrong DEPENDENCIES and NOTICE from docs assembly (only left LICENSE and incubator DISCLAIMER)
-- removed RELEASE-NOTES.txt (for now refer to jira, later we can generate release notes automatically using the maven-changes-plugin)

Removed:
    incubator/chemistry/opencmis/trunk/LICENSE
    incubator/chemistry/opencmis/trunk/NOTICE
    incubator/chemistry/opencmis/trunk/RELEASE-NOTES.txt
Modified:
    incubator/chemistry/opencmis/trunk/pom.xml

Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=991540&r1=991539&r2=991540&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Wed Sep  1 13:57:38 2010
@@ -495,7 +495,7 @@
                             <webResources>
                                 <resource>
                                     <!-- this is relative to the pom.xml directory -->
-                                    <directory>${project.build.outputDirectory}</directory>
+                                    <directory>${project.build.directory}/maven-shared-archive-resources</directory>
                                     <includes>
                                         <include>META-INF/*</include>
                                     </includes>