You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/08/10 16:41:23 UTC

svn commit: r430397 - in /geronimo/branches/1.1/applications/console-core: LICENSE.txt NOTICE.txt project.xml

Author: jsisson
Date: Thu Aug 10 07:41:21 2006
New Revision: 430397

URL: http://svn.apache.org/viewvc?rev=430397&view=rev
Log:
GERONIMO-2308 ensure NOTICE.txt file is included in jar (merged from 1.1.1 branch)

Added:
    geronimo/branches/1.1/applications/console-core/LICENSE.txt
      - copied unchanged from r430394, geronimo/branches/1.1.1/applications/console-core/LICENSE.txt
    geronimo/branches/1.1/applications/console-core/NOTICE.txt
      - copied unchanged from r430394, geronimo/branches/1.1.1/applications/console-core/NOTICE.txt
Modified:
    geronimo/branches/1.1/applications/console-core/project.xml

Modified: geronimo/branches/1.1/applications/console-core/project.xml
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/applications/console-core/project.xml?rev=430397&r1=430396&r2=430397&view=diff
==============================================================================
--- geronimo/branches/1.1/applications/console-core/project.xml (original)
+++ geronimo/branches/1.1/applications/console-core/project.xml Thu Aug 10 07:41:21 2006
@@ -122,6 +122,15 @@
                 <include>**/*Test.java</include>
             </includes>
         </unitTest>
-
+        
+        <resources>
+          <resource>
+            <directory>${basedir}</directory>
+              <includes>
+                <include>NOTICE.txt</include>
+              </includes>
+              <targetPath>META-INF</targetPath>
+          </resource>
+        </resources>
     </build>
 </project>