You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/12/14 19:22:27 UTC

svn commit: r487293 - /geronimo/server/branches/2.0-M1/applications/geronimo-dojo/pom.xml

Author: hogstrom
Date: Thu Dec 14 10:22:26 2006
New Revision: 487293

URL: http://svn.apache.org/viewvc?view=rev&rev=487293
Log:
Added LICENSE files required for release mirroring commit r486510 for branches/1.2

Modified:
    geronimo/server/branches/2.0-M1/applications/geronimo-dojo/pom.xml

Modified: geronimo/server/branches/2.0-M1/applications/geronimo-dojo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M1/applications/geronimo-dojo/pom.xml?view=diff&rev=487293&r1=487292&r2=487293
==============================================================================
--- geronimo/server/branches/2.0-M1/applications/geronimo-dojo/pom.xml (original)
+++ geronimo/server/branches/2.0-M1/applications/geronimo-dojo/pom.xml Thu Dec 14 10:22:26 2006
@@ -110,7 +110,15 @@
                                 <include>*.html</include>
                                 <include>*.swf</include>
                                 <include>LICENSE</include>
-                            </includes>   
+                            </includes>
+                        </resource>
+                        <resource>
+                            <directory>${pom.basedir}/target/classes</directory>
+                            <includes>
+                                <include>META-INF/LICENSE*</include>
+                                <include>META-INF/NOTICE*</include>
+                                <include>META-INF/DISCLAIMER*</include>
+                            </includes>
                         </resource>
                     </webResources>
                     <webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>