You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2013/09/23 15:42:33 UTC

svn commit: r1525589 - in /chemistry/opencmis/trunk: chemistry-opencmis-client/chemistry-opencmis-client-api/ chemistry-opencmis-client/chemistry-opencmis-client-bindings/ chemistry-opencmis-client/chemistry-opencmis-client-impl/ chemistry-opencmis-com...

Author: fmui
Date: Mon Sep 23 13:42:33 2013
New Revision: 1525589

URL: http://svn.apache.org/r1525589
Log:
OSGi clean up

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml?rev=1525589&r1=1525588&r2=1525589&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml Mon Sep 23 13:42:33 2013
@@ -56,11 +56,6 @@
                         <Export-Package>
                           org.apache.chemistry.opencmis.client.api.*;version=${project.version}
                         </Export-Package>
-                        <Import-Package>
-                          org.apache.commons.codec.*;version="[1.4,2.0)",
-                          org.apache.commons.logging.*;version="[1.1,2.0)",
-                          *
-                        </Import-Package>
                         <Bundle-DocURL>${project.url}</Bundle-DocURL>
                     </instructions>
                 </configuration>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml?rev=1525589&r1=1525588&r2=1525589&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml Mon Sep 23 13:42:33 2013
@@ -65,9 +65,10 @@
                           org.apache.chemistry.opencmis.client.bindings.spi.*;version=${project.version}
                         </Export-Package>
                         <Import-Package>
-                          org.apache.commons.codec.*;version="[1.4,2.0)",
-                          org.apache.commons.logging.*;version="[1.1,2.0)",
                           com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional,
+                          org.apache.cxf.*;resolution:=optional,
+						  org.apache.http.*;resolution:=optional,
+						  org.apache.axis2.*;resolution:=optional,
                           *
                         </Import-Package>
                         <Bundle-DocURL>${project.url}</Bundle-DocURL>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml?rev=1525589&r1=1525588&r2=1525589&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml Mon Sep 23 13:42:33 2013
@@ -54,11 +54,6 @@
                 <configuration>
                     <instructions>
                         <Export-Package />
-                        <Import-Package>
-                          org.apache.commons.codec.*;version="[1.4,2.0)",
-                          org.apache.commons.logging.*;version="[1.1,2.0)",
-                          *
-                        </Import-Package>
                         <Bundle-DocURL>${project.url}</Bundle-DocURL>
                         <Bundle-Activator>org.apache.chemistry.opencmis.client.osgi.Activator</Bundle-Activator>
                     </instructions>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml?rev=1525589&r1=1525588&r2=1525589&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml Mon Sep 23 13:42:33 2013
@@ -56,11 +56,6 @@
                         <Export-Package>
                           org.apache.chemistry.opencmis.commons.*;version=${project.version}
                         </Export-Package>
-                        <Import-Package>
-                          org.apache.commons.codec.*;version="[1.4,2.0)",
-                          org.apache.commons.logging.*;version="[1.1,2.0)",
-                          *
-                        </Import-Package>
                         <Bundle-DocURL>${project.url}</Bundle-DocURL>
                     </instructions>
                 </configuration>

Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1525589&r1=1525588&r2=1525589&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Mon Sep 23 13:42:33 2013
@@ -136,8 +136,6 @@
                           org.apache.chemistry.opencmis.commons.impl.*;version=${project.version}
                         </Export-Package>
                         <Import-Package>
-                          org.apache.commons.codec.*;version="[1.4,2.0)",
-                          org.apache.commons.logging.*;version="[1.1,2.0)",
                           org.apache.chemistry.opencmis.commons.*,
                           com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional,
                           *

Modified: chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml?rev=1525589&r1=1525588&r2=1525589&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml Mon Sep 23 13:42:33 2013
@@ -50,6 +50,8 @@
 							com.sun.xml.ws.*;version="[2.1.7,3.0)";resolution:=optional,
 							com.sun.xml.internal.*;resolution:=optional,
 							org.apache.cxf.*;resolution:=optional,
+							org.apache.http.*;resolution:=optional,
+							org.apache.axis2.*;resolution:=optional,
 							*
 						</Import-Package>
 						<_exportcontents>