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 2009/12/18 07:25:27 UTC

svn commit: r892152 - /geronimo/external/trunk/tomcat-archetype/catalina/pom.xml

Author: xuhaihong
Date: Fri Dec 18 06:25:25 2009
New Revision: 892152

URL: http://svn.apache.org/viewvc?rev=892152&view=rev
Log:
Add changes to the template archetype

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

Modified: geronimo/external/trunk/tomcat-archetype/catalina/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-archetype/catalina/pom.xml?rev=892152&r1=892151&r2=892152&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-archetype/catalina/pom.xml (original)
+++ geronimo/external/trunk/tomcat-archetype/catalina/pom.xml Fri Dec 18 06:25:25 2009
@@ -73,8 +73,8 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions>
-                        <!--<Export-Package>javax.security.auth.message*;version=1.0</Export-Package>-->
+                    <instructions>                        
+                        <Import-Package>javax.servlet.resources,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>