You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2009/12/14 16:55:16 UTC

svn commit: r890383 - in /cocoon/trunk/subprojects/cocoon-xml: NOTICE.txt pom.xml

Author: cziegeler
Date: Mon Dec 14 15:55:15 2009
New Revision: 890383

URL: http://svn.apache.org/viewvc?rev=890383&view=rev
Log:
COCOON-2274 : Include license info in the cocoon-xml bundle

Modified:
    cocoon/trunk/subprojects/cocoon-xml/NOTICE.txt
    cocoon/trunk/subprojects/cocoon-xml/pom.xml

Modified: cocoon/trunk/subprojects/cocoon-xml/NOTICE.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-xml/NOTICE.txt?rev=890383&r1=890382&r2=890383&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-xml/NOTICE.txt (original)
+++ cocoon/trunk/subprojects/cocoon-xml/NOTICE.txt Mon Dec 14 15:55:15 2009
@@ -1,5 +1,5 @@
 Apache Cocoon
-Copyright 1999-2008 The Apache Software Foundation.
+Copyright 1999-2009 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: cocoon/trunk/subprojects/cocoon-xml/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-xml/pom.xml?rev=890383&r1=890382&r2=890383&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-xml/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-xml/pom.xml Mon Dec 14 15:55:15 2009
@@ -31,7 +31,7 @@
   <artifactId>cocoon-xml</artifactId>
   <version>2.0.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>Cocoon XML Utilities</name>
+  <name>Apache Cocoon XML Utilities</name>
   <description>Various XML utilities classes.</description>
   <url>http://cocoon.apache.org/${docs.m.xml-util.relPath}</url>    
   
@@ -79,11 +79,24 @@
           <instructions>
             <Export-Package>
               org.apache.cocoon.xml.sax,
-              org.apache.cocoon.xml.dom
+              org.apache.cocoon.xml.dom;version=2.0
             </Export-Package>
           </instructions>
         </configuration>
       </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+      </resource>
+      <resource>
+      <directory>.</directory>
+      <targetPath>META-INF</targetPath>
+      <includes>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+      </includes>
+    </resource>
+  </resources>
   </build>
 </project>