Author: [email protected]
Date: Wed Oct 12 12:25:39 2011
New Revision: 1485

Log:
AMDATU-446 modified the pom to inline the API instead of embedding it

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

Modified: trunk/amdatu-web/rest-jaxrs/pom.xml
==============================================================================
--- trunk/amdatu-web/rest-jaxrs/pom.xml (original)
+++ trunk/amdatu-web/rest-jaxrs/pom.xml Wed Oct 12 12:25:39 2011
@@ -50,13 +50,9 @@
         <configuration>
           <instructions>
             
<Bundle-SymbolicName>org.amdatu.web.rest.jaxrs</Bundle-SymbolicName>
-            <Embed-Dependency>*;scope=compile</Embed-Dependency>
-            <Embed-Transitive>true</Embed-Transitive>
-            <_exportcontents>
-              javax.ws.rs.*;version=${jsr311-api.version},
-              javax.annotation.security;version=1.0
-            </_exportcontents>
             <Export-Package>
+              javax.ws.rs.*;version=${jsr311-api.version},
+              javax.annotation.security;version=1.0,
               org.amdatu.web.rest.jaxrs;version=1.0.0
             </Export-Package>
           </instructions>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to