Author: jboynes
Date: Sat Oct  9 23:22:49 2010
New Revision: 1006233

URL: http://svn.apache.org/viewvc?rev=1006233&view=rev
Log:
ensure LICENSE and NOTICE file are included in every project jar

Added:
    tomcat/taglibs/standard/trunk/impl/LICENSE.txt
      - copied unchanged from r1005806, 
tomcat/taglibs/standard/trunk/LICENSE.txt
    tomcat/taglibs/standard/trunk/impl/NOTICE.txt   (with props)
    tomcat/taglibs/standard/trunk/spec/LICENSE.txt
      - copied unchanged from r1005806, 
tomcat/taglibs/standard/trunk/LICENSE.txt
    tomcat/taglibs/standard/trunk/spec/NOTICE.txt   (with props)
Modified:
    tomcat/taglibs/standard/trunk/NOTICE.txt
    tomcat/taglibs/standard/trunk/impl/pom.xml

Modified: tomcat/taglibs/standard/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/NOTICE.txt?rev=1006233&r1=1006232&r2=1006233&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/standard/trunk/NOTICE.txt Sat Oct  9 23:22:49 2010
@@ -1,7 +1,5 @@
-Apache Jakarta Standards Taglib
+Apache Tomcat Standard Taglib
 Copyright 2001-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
-
-Includes code from Commons Collections (LRUMap and the classes/interfaces it 
requires).

Added: tomcat/taglibs/standard/trunk/impl/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/NOTICE.txt?rev=1006233&view=auto
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/NOTICE.txt (added)
+++ tomcat/taglibs/standard/trunk/impl/NOTICE.txt Sat Oct  9 23:22:49 2010
@@ -0,0 +1,5 @@
+Apache Tomcat Standard Taglib Implementation
+Copyright 2001-2010 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Propchange: tomcat/taglibs/standard/trunk/impl/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/taglibs/standard/trunk/impl/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/pom.xml?rev=1006233&r1=1006232&r2=1006233&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/impl/pom.xml Sat Oct  9 23:22:49 2010
@@ -129,6 +129,14 @@
   <build>
       <resources>
           <resource>
+            <directory>.</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>NOTICE.txt</include>
+              <include>LICENSE.txt</include>
+            </includes>
+          </resource>
+          <resource>
               <directory>src/main/java</directory>
               <includes>
                   <include>**/*.properties</include>

Added: tomcat/taglibs/standard/trunk/spec/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/spec/NOTICE.txt?rev=1006233&view=auto
==============================================================================
--- tomcat/taglibs/standard/trunk/spec/NOTICE.txt (added)
+++ tomcat/taglibs/standard/trunk/spec/NOTICE.txt Sat Oct  9 23:22:49 2010
@@ -0,0 +1,5 @@
+Apache Tomcat Standard Taglib Specification API
+Copyright 2001-2010 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Propchange: tomcat/taglibs/standard/trunk/spec/NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to