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:43:25 UTC

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

Author: jsisson
Date: Thu Aug 10 07:43:24 2006
New Revision: 430399

URL: http://svn.apache.org/viewvc?rev=430399&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-ear/LICENSE.txt
      - copied unchanged from r430395, geronimo/branches/1.1.1/applications/console-ear/LICENSE.txt
    geronimo/branches/1.1/applications/console-ear/NOTICE.txt
      - copied unchanged from r430395, geronimo/branches/1.1.1/applications/console-ear/NOTICE.txt
Modified:
    geronimo/branches/1.1/applications/console-ear/project.xml

Modified: geronimo/branches/1.1/applications/console-ear/project.xml
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1/applications/console-ear/project.xml?rev=430399&r1=430398&r2=430399&view=diff
==============================================================================
--- geronimo/branches/1.1/applications/console-ear/project.xml (original)
+++ geronimo/branches/1.1/applications/console-ear/project.xml Thu Aug 10 07:43:24 2006
@@ -97,5 +97,18 @@
         </dependency>
 -->
     </dependencies>
+    
+    <build>
+        <resources>
+          <resource>
+            <directory>${basedir}</directory>
+              <includes>
+                <include>NOTICE.txt</include>
+              </includes>
+              <targetPath>META-INF</targetPath>
+          </resource>
+        </resources>
+    </build>
+    
 </project>