Add fragments to extend Import-Package of some bundles
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 31 Jul 2009 11:09:00 +0000 (11:09 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 31 Jul 2009 11:09:00 +0000 (11:09 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2848 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF [new file with mode: 0644]
modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF [new file with mode: 0644]
modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF [new file with mode: 0644]

diff --git a/modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.ext.bsf/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..e5dafda
--- /dev/null
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Fragment-Host: com.springsource.org.apache.bsf
+Bundle-Version: 0.9.5.SNAPSHOT
+Bundle-SymbolicName: org.argeo.slc.agent.ext.bsf
+Import-Package: bsh.util;resolution:=optional,
+ org.codehaus.groovy.bsf;resolution:=optional
diff --git a/modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.ext.jdbc/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..efc79ca
--- /dev/null
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0\r
+Fragment-Host: org.springframework.jdbc\r
+Bundle-Version: 0.11.5.SNAPSHOT\r
+Bundle-SymbolicName: org.argeo.slc.agent.ext.jdbc\r
+Import-Package: com.mysql.jdbc;resolution:=optional,\r
+ net.sourceforge.jtds.jdbc;resolution:=optional,\r
+ org.hsqldb;resolution:=optional\r
diff --git a/modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.ext.xalan/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..801e6e0
--- /dev/null
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Fragment-Host: com.springsource.org.apache.xalan
+Bundle-Version: 0.9.5.SNAPSHOT
+Bundle-SymbolicName: org.argeo.slc.agent.ext.xalan
+Import-Package: org.w3c.dom.traversal;resolution:=optional