Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-24 08:02:08 +0000
committerrbrooks2010-07-24 08:02:08 +0000
commit4ed8bddc791fda93940f238c5135556a07041dc0 (patch)
tree64a118285c5006c3a38320dbb2d374e8ea72a061 /plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
parent542cc7344d3f129d64e47f547384297c8e1b1f43 (diff)
downloadorg.eclipse.osee-4ed8bddc791fda93940f238c5135556a07041dc0.tar.gz
org.eclipse.osee-4ed8bddc791fda93940f238c5135556a07041dc0.tar.xz
org.eclipse.osee-4ed8bddc791fda93940f238c5135556a07041dc0.zip
converted all line terminators to unix style
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF60
1 files changed, 30 insertions, 30 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
index 95a8fefcc43..405987084fa 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl/META-INF/MANIFEST.MF
@@ -1,30 +1,30 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: org.eclipse.osee.framework.core.dsl
-Bundle-Version: 0.9.5.qualifier
-Bundle-Vendor: Eclipse.org
-Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl; singleton:=true
-Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.xtext,
- org.eclipse.xtext.generator;resolution:=optional,
- org.apache.commons.logging;resolution:=optional,
- org.eclipse.emf.codegen.ecore;resolution:=optional,
- org.eclipse.emf.mwe.utils;resolution:=optional,
- org.eclipse.emf.mwe2.launch;resolution:=optional,
- com.ibm.icu;resolution:=optional,
- org.eclipse.xtext.xtend;resolution:=optional,
- org.eclipse.xtext.util,
- org.eclipse.emf.ecore,
- org.eclipse.emf.common,
- org.antlr.runtime
-Import-Package: org.apache.log4j
-Export-Package: org.eclipse.osee.framework.core.dsl,
- org.eclipse.osee.framework.core.dsl.services,
- org.eclipse.osee.framework.core.dsl.oseeDsl,
- org.eclipse.osee.framework.core.dsl.oseeDsl.impl,
- org.eclipse.osee.framework.core.dsl.oseeDsl.util,
- org.eclipse.osee.framework.core.dsl.parseTreeConstruction,
- org.eclipse.osee.framework.core.dsl.parser.antlr,
- org.eclipse.osee.framework.core.dsl.parser.antlr.internal,
- org.eclipse.osee.framework.core.dsl.validation
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.osee.framework.core.dsl
+Bundle-Version: 0.9.5.qualifier
+Bundle-Vendor: Eclipse.org
+Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl; singleton:=true
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.xtext,
+ org.eclipse.xtext.generator;resolution:=optional,
+ org.apache.commons.logging;resolution:=optional,
+ org.eclipse.emf.codegen.ecore;resolution:=optional,
+ org.eclipse.emf.mwe.utils;resolution:=optional,
+ org.eclipse.emf.mwe2.launch;resolution:=optional,
+ com.ibm.icu;resolution:=optional,
+ org.eclipse.xtext.xtend;resolution:=optional,
+ org.eclipse.xtext.util,
+ org.eclipse.emf.ecore,
+ org.eclipse.emf.common,
+ org.antlr.runtime
+Import-Package: org.apache.log4j
+Export-Package: org.eclipse.osee.framework.core.dsl,
+ org.eclipse.osee.framework.core.dsl.services,
+ org.eclipse.osee.framework.core.dsl.oseeDsl,
+ org.eclipse.osee.framework.core.dsl.oseeDsl.impl,
+ org.eclipse.osee.framework.core.dsl.oseeDsl.util,
+ org.eclipse.osee.framework.core.dsl.parseTreeConstruction,
+ org.eclipse.osee.framework.core.dsl.parser.antlr,
+ org.eclipse.osee.framework.core.dsl.parser.antlr.internal,
+ org.eclipse.osee.framework.core.dsl.validation
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top