]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Fix imports of WS client
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 2 Apr 2009 15:10:33 +0000 (15:10 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 2 Apr 2009 15:10:33 +0000 (15:10 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2317 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.ws.client/pom.xml

index b8721284b6b7b6fbe421fdd12ce9e2f31886cc90..3ffbd8942b5bc10583200ddfd1d090c84ff0e643 100644 (file)
                                                <Export-Package>
                                                        org.argeo.slc.ws.*
                                                </Export-Package>
+                                               <Import-Package>org.w3c.dom;version="0.0.0",
+                                                       javax.xml.*;version="0.0.0",
+                                                       org.xml.*;version="0.0.0",
+                                                       *
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>