Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-04-30 12:55:16 +0000
committerThomas Schuetz2012-04-30 12:55:16 +0000
commite52bc6be93813aada3973f3151eb2844fa8b6f13 (patch)
tree619c74eaf5366777852634385f5871c15552de1c /tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF
parentaab83a79c572bdb1c1cb4d7da64c9c2bcb441b73 (diff)
downloadorg.eclipse.etrice-e52bc6be93813aada3973f3151eb2844fa8b6f13.tar.gz
org.eclipse.etrice-e52bc6be93813aada3973f3151eb2844fa8b6f13.tar.xz
org.eclipse.etrice-e52bc6be93813aada3973f3151eb2844fa8b6f13.zip
[core.config] added XText projects for new config DSL
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.MF18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000..1d3dee48f
--- /dev/null
+++ b/tests/org.eclipse.etrice.core.config.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.etrice.core.config.tests
+Bundle-Vendor: My Company
+Bundle-Version: 1.0.0
+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,
+ org.eclipse.core.runtime,
+ org.eclipse.xtext,
+ org.eclipse.xtext.junit4,
+ org.eclipse.xtext.ui.junit,
+ org.junit4,
+ org.eclipse.ui.workbench;resolution:=optional
+Import-Package: org.apache.log4j,
+ org.apache.commons.logging
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top