Author: angelo.vandersijpt at luminis.eu
Date: Tue Dec 21 13:03:49 2010
New Revision: 520

Log:
AMDATU-216 The Wink bundle now has reasonable imports, and no more exports.

Modified:
   trunk/amdatu-web/rest-wink/pom.xml

Modified: trunk/amdatu-web/rest-wink/pom.xml
==============================================================================
--- trunk/amdatu-web/rest-wink/pom.xml  (original)
+++ trunk/amdatu-web/rest-wink/pom.xml  Tue Dec 21 13:03:49 2010
@@ -69,14 +69,13 @@
             
<Bundle-Activator>org.amdatu.web.rest.wink.osgi.Activator</Bundle-Activator>
             <Bundle-SymbolicName>org.amdatu.web.rest.wink</Bundle-SymbolicName>
             <Embed-Dependency>*;scope=compile</Embed-Dependency>
+            <Export-Package />
             <Import-Package>
-              *;resolution:=optional
+              !org.apache.commons.*,
+              !org.apache.http.*,
+              !org.springframework.*,
+              *
             </Import-Package>   
-            <_exportcontents>
-              org.apache.wink.server.utils,
-              org.apache.wink.common.model.app;version=1.1,
-              org.apache.wink.common.model.synd;version=1.1
-            </_exportcontents>            
           </instructions>
         </configuration>
       </plugin>

Reply via email to