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 2011/10/12 16:21:35 UTC

svn commit: r1182391 - /geronimo/server/trunk/plugins/wink/wink-deployer/src/main/plan/plan.xml

Author: xuhaihong
Date: Wed Oct 12 14:21:34 2011
New Revision: 1182391

URL: http://svn.apache.org/viewvc?rev=1182391&view=rev
Log:
By default, add jax-rs API as import packages

Modified:
    geronimo/server/trunk/plugins/wink/wink-deployer/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/wink/wink-deployer/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/wink/wink-deployer/src/main/plan/plan.xml?rev=1182391&r1=1182390&r2=1182391&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/wink/wink-deployer/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/wink/wink-deployer/src/main/plan/plan.xml Wed Oct 12 14:21:34 2011
@@ -40,7 +40,10 @@
                 are wired immediately the application bundle is resolved
                 -->
                 <import-package>org.apache.wink.server.internal.resources</import-package>
-                <import-package>org.apache.wink.common.internal.runtime</import-package>                  
+                <import-package>org.apache.wink.common.internal.runtime</import-package>
+                <import-package>javax.ws.rs;version="1.1"</import-package>
+                <import-package>javax.ws.rs.core;version="1.1"</import-package>
+                <import-package>javax.ws.rs.ext;version="1.1"</import-package>
             </environment>
         </xml-attribute>
     </gbean>