From 3b9ca91c4fdb0b1541b6c344d3afd882b8852103 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 4 Jun 2009 16:35:40 +0000 Subject: [PATCH] Specific MANIFESTs for test jars. Integration tests for demo. git-svn-id: https://svn.argeo.org/slc/trunk@2465 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.support.equinox/.classpath | 1 + runtime/org.argeo.slc.support.equinox/pom.xml | 2 +- .../src/test/resources/META-INF/MANIFEST.MF | 2 ++ .../src/test/resources/META-INF/MANIFEST.MF | 3 +++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 runtime/org.argeo.slc.support.equinox/src/test/resources/META-INF/MANIFEST.MF create mode 100644 runtime/org.argeo.slc.support.simple/src/test/resources/META-INF/MANIFEST.MF diff --git a/runtime/org.argeo.slc.support.equinox/.classpath b/runtime/org.argeo.slc.support.equinox/.classpath index 6e4caca31..3e386d407 100644 --- a/runtime/org.argeo.slc.support.equinox/.classpath +++ b/runtime/org.argeo.slc.support.equinox/.classpath @@ -3,6 +3,7 @@ + diff --git a/runtime/org.argeo.slc.support.equinox/pom.xml b/runtime/org.argeo.slc.support.equinox/pom.xml index 5c664c7ae..88c5beb91 100644 --- a/runtime/org.argeo.slc.support.equinox/pom.xml +++ b/runtime/org.argeo.slc.support.equinox/pom.xml @@ -23,7 +23,7 @@ - target/test-classes/META-INF/MANIFEST.MF + src/test/resources/META-INF/MANIFEST.MF diff --git a/runtime/org.argeo.slc.support.equinox/src/test/resources/META-INF/MANIFEST.MF b/runtime/org.argeo.slc.support.equinox/src/test/resources/META-INF/MANIFEST.MF new file mode 100644 index 000000000..949933dcc --- /dev/null +++ b/runtime/org.argeo.slc.support.equinox/src/test/resources/META-INF/MANIFEST.MF @@ -0,0 +1,2 @@ +Bundle-SymbolicName: org.argeo.slc.support.equinox.tests +Fragment-Host: org.argeo.slc.support.equinox \ No newline at end of file diff --git a/runtime/org.argeo.slc.support.simple/src/test/resources/META-INF/MANIFEST.MF b/runtime/org.argeo.slc.support.simple/src/test/resources/META-INF/MANIFEST.MF new file mode 100644 index 000000000..63c428c92 --- /dev/null +++ b/runtime/org.argeo.slc.support.simple/src/test/resources/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Bundle-SymbolicName: org.argeo.slc.support.simple.tests +Fragment-Host: org.argeo.slc.support.simple + -- 2.39.2