You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/01 14:12:34 UTC

[25/35] jena git commit: Don't import org.apache.xml

Don't import org.apache.xml


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/b2894350
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b2894350
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b2894350

Branch: refs/heads/master
Commit: b2894350e5eada99050a70fa61b89d67217dca5a
Parents: dc63382
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Wed Jan 7 20:41:15 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 12 01:19:17 2015 +0000

----------------------------------------------------------------------
 jena-osgi/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b2894350/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml
index 6e6ffe2..80a2d4a 100644
--- a/jena-osgi/pom.xml
+++ b/jena-osgi/pom.xml
@@ -214,9 +214,9 @@
             <configuration>
                 <instructions>
                     <Export-Package>com.hp.hpl.jena.*,org.apache.jena.*</Export-Package>
-                    <Embed-Dependency>artifactId=jena*;inline=true,artifactId=xercesImpl,artifactId=xml-apis</Embed-Dependency>
+                    <Embed-Dependency>artifactId=jena*;inline=true,artifactId=xercesImpl;inline=true,artifactId=xml-apis;inline=true</Embed-Dependency>
                     <Embed-Transitive>true</Embed-Transitive>
-                    <Import-Package>!sun.io,!org.apache.avalon.framework.logger,!com.ibm.uvm.tools,!com.sun.jdmk.comm,!org.apache.log,*</Import-Package>
+                    <Import-Package>!sun.io,!org.apache.avalon.framework.logger,!com.ibm.uvm.tools,!com.sun.jdmk.comm,!org.apache.log,!org.apache.xml.*,!org.apache.xerces.*,*</Import-Package>
                 </instructions>
             </configuration>
       </plugin>