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/23 06:34:27 UTC

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

Author: xuhaihong
Date: Fri Apr 23 04:34:27 2010
New Revision: 937149

URL: http://svn.apache.org/viewvc?rev=937149&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=937149&r1=937148&r2=937149&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 Fri Apr 23 04:34:27 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>
                     </instructions>
                 </configuration>
             </plugin>