You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/01/27 21:27:53 UTC

svn commit: r903820 - in /geronimo/external/trunk: tomcat-archetype/jasper/pom.xml tomcat-parent-7.0.0/jasper/pom.xml

Author: gawor
Date: Wed Jan 27 20:27:52 2010
New Revision: 903820

URL: http://svn.apache.org/viewvc?rev=903820&view=rev
Log:
imports needed for tld parsing

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

Modified: geronimo/external/trunk/tomcat-archetype/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-archetype/jasper/pom.xml?rev=903820&r1=903819&r2=903820&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-archetype/jasper/pom.xml (original)
+++ geronimo/external/trunk/tomcat-archetype/jasper/pom.xml Wed Jan 27 20:27:52 2010
@@ -86,7 +86,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <!--<Export-Package>javax.security.auth.message*;version=1.0</Export-Package>-->
+                        <Import-Package>javax.servlet.resources,javax.servlet.jsp.resources,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml?rev=903820&r1=903819&r2=903820&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml Wed Jan 27 20:27:52 2010
@@ -81,7 +81,9 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions>                        
+                        <Import-Package>javax.servlet.resources,javax.servlet.jsp.resources,*</Import-Package>
+                    </instructions>
                 </configuration>
             </plugin>
         </plugins>