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

svn commit: r1028197 - /geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml

Author: xuhaihong
Date: Thu Oct 28 06:39:23 2010
New Revision: 1028197

URL: http://svn.apache.org/viewvc?rev=1028197&view=rev
Log:
GERONIMO-5667 Tomcat utils module needs to load MBean classes from catalina module

Modified:
    geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml?rev=1028197&r1=1028196&r2=1028197&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml Thu Oct 28 06:39:23 2010
@@ -50,7 +50,9 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions>
+                        <DynamicImport-Package>org.apache.catalina.*</DynamicImport-Package>
+                    </instructions>
                 </configuration>
             </plugin>
         </plugins>