Author: sergeyb
Date: Thu Oct 29 17:14:35 2009
New Revision: 831035
URL: http://svn.apache.org/viewvc?rev=831035&view=rev
Log:
Updating the single bundle pom to export javax.jws.* and
javax.xml.bind.annotation.*
Modified:
cxf/dosgi/trunk/distribution/single-bundle/pom.xml
Modified: cxf/dosgi/trunk/distribution/single-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/pom.xml?rev=831035&r1=831034&r2=831035&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/pom.xml Thu Oct 29 17:14:35 2009
@@ -238,6 +238,8 @@
<_exportcontents>
javax.xml.ws.*;version="2.1.0",
javax.ws.rs.*;version="1.0.0",
+ javax.jws.*;version="2.0.0",
+ javax.xml.bind.annotation.*;version="2.1",
javax.servlet.*;version="2.5.0",
org.apache.cxf.dosgi.*;version="${pom.version}",
org.apache.cxf.*;version="${cxf.version}",