]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Specific MANIFESTs for test jars.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 16:35:40 +0000 (16:35 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 16:35:40 +0000 (16:35 +0000)
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
runtime/org.argeo.slc.support.equinox/pom.xml
runtime/org.argeo.slc.support.equinox/src/test/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
runtime/org.argeo.slc.support.simple/src/test/resources/META-INF/MANIFEST.MF [new file with mode: 0644]

index 6e4caca3156f509f886f3a7898b472dc7b25f158..3e386d407d84208e216c085e4f61d3f4267a7045 100644 (file)
@@ -3,6 +3,7 @@
        <classpathentry kind="src" output="target/classes" path="src/main/java"/>
        <classpathentry kind="src" path="src/main/resources"/>
        <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+       <classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
        <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
        <classpathentry kind="output" path="target/classes"/>
index 5c664c7aee83791941de6419bfc5d27453bf60c1..88c5beb9103ccad276f3baf9e2275927fb0869f2 100644 (file)
@@ -23,7 +23,7 @@
                                                </goals>
                                                <configuration>
                                                        <archive>
-                                                               <manifestFile>target/test-classes/META-INF/MANIFEST.MF</manifestFile>
+                                                               <manifestFile>src/test/resources/META-INF/MANIFEST.MF</manifestFile>
                                                        </archive>
                                                </configuration>
                                        </execution>
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 (file)
index 0000000..949933d
--- /dev/null
@@ -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 (file)
index 0000000..63c428c
--- /dev/null
@@ -0,0 +1,3 @@
+Bundle-SymbolicName: org.argeo.slc.support.simple.tests
+Fragment-Host: org.argeo.slc.support.simple
+