Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2010-12-22 00:01:56 +0000
committerThomas Schuetz2010-12-22 00:01:56 +0000
commitb1c0f323423984fc5bf8cdbaa1df14cea7e2b62e (patch)
tree5bc92e442e30fd7e5447e4f55ddedf8475e4aab1 /tests/org.eclipse.etrice.integration.tests/META-INF
parent1f25cff04ca110ab6659a2bb3f4b516a23e8e060 (diff)
downloadorg.eclipse.etrice-b1c0f323423984fc5bf8cdbaa1df14cea7e2b62e.tar.gz
org.eclipse.etrice-b1c0f323423984fc5bf8cdbaa1df14cea7e2b62e.tar.xz
org.eclipse.etrice-b1c0f323423984fc5bf8cdbaa1df14cea7e2b62e.zip
integration.tests : repaired HFSM integration test
Diffstat (limited to 'tests/org.eclipse.etrice.integration.tests/META-INF')
-rw-r--r--tests/org.eclipse.etrice.integration.tests/META-INF/MANIFEST.MF43
1 files changed, 22 insertions, 21 deletions
diff --git a/tests/org.eclipse.etrice.integration.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.etrice.integration.tests/META-INF/MANIFEST.MF
index 1e51648d3..bb7705123 100644
--- a/tests/org.eclipse.etrice.integration.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.etrice.integration.tests/META-INF/MANIFEST.MF
@@ -1,21 +1,22 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: eTrice Integration Tests
-Bundle-SymbolicName: org.eclipse.etrice.integration.tests
-Bundle-Version: 0.1.0
-Export-Package: org.eclipse.etrice.integration.tests
-Require-Bundle: org.eclipse.etrice.generator;bundle-version="0.1.0",
- org.eclipse.etrice.generator.java;bundle-version="0.1.0",
- org.eclipse.emf.mwe2.launch;bundle-version="1.0.1";resolution:=optional,
- org.eclipse.emf.mwe.utils;bundle-version="1.0.0";visibility:=reexport,
- org.apache.log4j;bundle-version="1.2.15",
- org.apache.commons.logging;bundle-version="1.0.4",
- org.eclipse.jface.text;bundle-version="3.6.0",
- org.eclipse.jdt.core;bundle-version="3.6.0",
- org.eclipse.xtend.util.stdlib;bundle-version="1.0.0",
- org.eclipse.core.runtime;bundle-version="3.6.0",
- org.eclipse.core.resources;bundle-version="3.6.0",
- org.junit4;bundle-version="4.8.1",
- org.eclipse.xtext.generator;bundle-version="1.0.0"
-Bundle-Vendor: eTrice (Incubation)
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: eTrice Integration Tests
+Bundle-SymbolicName: org.eclipse.etrice.integration.tests
+Bundle-Version: 0.1.0
+Export-Package: org.eclipse.etrice.integration.tests
+Require-Bundle: org.eclipse.etrice.generator;bundle-version="0.1.0",
+ org.eclipse.etrice.modellib;bundle-version="0.1.0",
+ org.eclipse.etrice.generator.java;bundle-version="0.1.0",
+ org.eclipse.emf.mwe2.launch;bundle-version="1.0.1";resolution:=optional,
+ org.eclipse.emf.mwe.utils;bundle-version="1.0.0";visibility:=reexport,
+ org.apache.log4j;bundle-version="1.2.15",
+ org.apache.commons.logging;bundle-version="1.0.4",
+ org.eclipse.jface.text;bundle-version="3.6.0",
+ org.eclipse.jdt.core;bundle-version="3.6.0",
+ org.eclipse.xtend.util.stdlib;bundle-version="1.0.0",
+ org.eclipse.core.runtime;bundle-version="3.6.0",
+ org.eclipse.core.resources;bundle-version="3.6.0",
+ org.junit4;bundle-version="4.8.1",
+ org.eclipse.xtext.generator;bundle-version="1.0.0"
+Bundle-Vendor: eTrice (Incubation)
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top