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:31 UTC

[22/35] jena git commit: inline jena*

inline jena*

..so that jena-osgi works on the classpath as well


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

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

----------------------------------------------------------------------
 jena-osgi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/dc633829/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/jena-osgi/pom.xml b/jena-osgi/pom.xml
index e354691..6e6ffe2 100644
--- a/jena-osgi/pom.xml
+++ b/jena-osgi/pom.xml
@@ -214,7 +214,7 @@
             <configuration>
                 <instructions>
                     <Export-Package>com.hp.hpl.jena.*,org.apache.jena.*</Export-Package>
-                    <Embed-Dependency>artifactId=jena*,artifactId=xercesImpl,artifactId=xml-apis</Embed-Dependency>
+                    <Embed-Dependency>artifactId=jena*;inline=true,artifactId=xercesImpl,artifactId=xml-apis</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>
                 </instructions>