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/04/01 07:45:10 UTC

svn commit: r929850 - /geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml

Author: xuhaihong
Date: Thu Apr  1 05:45:10 2010
New Revision: 929850

URL: http://svn.apache.org/viewvc?rev=929850&view=rev
Log:
Not sure why org.apache.juli is added in the imported package list

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

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml?rev=929850&r1=929849&r2=929850&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml Thu Apr  1 05:45:10 2010
@@ -74,7 +74,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>                        
-                        <Import-Package>javax.servlet.resources,javax.servlet.jsp.resources,*</Import-Package>
+                        <Import-Package>javax.servlet.resources,javax.servlet.jsp.resources,!org.apache.juli,*</Import-Package>
                         <Include-Resource>
                             {maven-resources},
                             org/apache/catalina/util/ServerInfo.properties=target/classes/org/apache/catalina/util/ServerInfo.properties