Author: angelo.vandersijpt at luminis.eu
Date: Tue Dec 21 13:03:47 2010
New Revision: 519
Log:
AMDATU-218 The JSP bundle now has reasonable imports, and no more exports.
Modified:
trunk/amdatu-web/jsp/pom.xml
Modified: trunk/amdatu-web/jsp/pom.xml
==============================================================================
--- trunk/amdatu-web/jsp/pom.xml (original)
+++ trunk/amdatu-web/jsp/pom.xml Tue Dec 21 13:03:47 2010
@@ -58,7 +58,19 @@
<Bundle-SymbolicName> org.amdatu.web.jsp</Bundle-SymbolicName>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
- <Import-Package>*;resolution:=optional</Import-Package>
+ <Export-Package></Export-Package>
+ <Import-Package>
+ !javax.mail.*,
+ !javax.management.*,
+ !org.apache.coyote.*,
+ !org.apache.tomcat.*,
+ !org.apache.tools.ant.*,
+ !org.apache.xalan.*,
+ !org.apache.xml.*,
+ !org.apache.xpath.*,
+ !org.eclipse.*,
+ *
+ </Import-Package>
</instructions>
</configuration>
</plugin>