Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-11-15 07:35:50 +0000
committerHenrik Rentz-Reichert2012-11-15 07:36:50 +0000
commitfadac33df1d4d4af3a68f73a3d94f47c50f0bfa9 (patch)
tree1bb7c30010a0df698a999f38c0be99cd46046db3 /tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF
parentcee5a6f76524b0a1412f48ff759c95da41d06c62 (diff)
downloadorg.eclipse.etrice-fadac33df1d4d4af3a68f73a3d94f47c50f0bfa9.tar.gz
org.eclipse.etrice-fadac33df1d4d4af3a68f73a3d94f47c50f0bfa9.tar.xz
org.eclipse.etrice-fadac33df1d4d4af3a68f73a3d94f47c50f0bfa9.zip
[*] updated eTrice versions in manifestsv_0.3.0.M1
Diffstat (limited to 'tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF
index 273048fdd..887893d1d 100644
--- a/tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Config DSL Tests
Bundle-Vendor: eTrice (Incubation)
-Bundle-Version: 0.2.0.qualifier
+Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.config.tests; singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.etrice.core.config,
- org.eclipse.etrice.core.config.ui,
+Require-Bundle: org.eclipse.etrice.core.config;bundle-version="0.3.0",
+ org.eclipse.etrice.core.config.ui;bundle-version="0.3.0",
org.eclipse.core.runtime,
org.eclipse.xtext,
org.eclipse.xtext.junit4,

Back to the top