You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/07 21:30:09 UTC

svn commit: r429444 - /geronimo/trunk/modules/kernel/pom.xml

Author: jdillon
Date: Mon Aug  7 12:30:09 2006
New Revision: 429444

URL: http://svn.apache.org/viewvc?rev=429444&view=rev
Log:
Fixed logging, src/META-INF/** needs to make it into the jar under META-INF/**
When the modules are cleaned up to use the m2 standard layout this will be cleaned up

Modified:
    geronimo/trunk/modules/kernel/pom.xml

Modified: geronimo/trunk/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/modules/kernel/pom.xml?rev=429444&r1=429443&r2=429444&view=diff
==============================================================================
--- geronimo/trunk/modules/kernel/pom.xml (original)
+++ geronimo/trunk/modules/kernel/pom.xml Mon Aug  7 12:30:09 2006
@@ -100,6 +100,7 @@
             
             <resource>
                 <directory>src/META-INF</directory>
+                <targetPath>META-INF</targetPath>
             </resource>
         </resources>
     </build>