Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.resource.provider.attribute/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.resource.provider.attribute/META-INF/MANIFEST.MF36
1 files changed, 18 insertions, 18 deletions
diff --git a/plugins/org.eclipse.osee.framework.resource.provider.attribute/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.resource.provider.attribute/META-INF/MANIFEST.MF
index 0e4e8362741..af9d3e3ee4b 100644
--- a/plugins/org.eclipse.osee.framework.resource.provider.attribute/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.resource.provider.attribute/META-INF/MANIFEST.MF
@@ -1,18 +1,18 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Attribute Provider Plug-in
-Bundle-SymbolicName: org.eclipse.osee.framework.resource.provider.attribute;singleton:=true
-Bundle-Version: 0.9.5.qualifier
-Bundle-Activator: org.eclipse.osee.framework.resource.provider.attribute.Activator
-Bundle-Vendor: Eclipse Open System Engineering Environment
-Eclipse-ExtensibleAPI: true
-Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.core.runtime,
- org.eclipse.osee.framework.core.exception,
- org.eclipse.osee.framework.core.server,
- org.eclipse.osee.framework.jdk.core.util,
- org.eclipse.osee.framework.resource.management,
- org.eclipse.osee.framework.resource.management.util,
- org.osgi.framework
-Service-Component: OSGI-INF/attribute.provider.xml
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Attribute Provider Plug-in
+Bundle-SymbolicName: org.eclipse.osee.framework.resource.provider.attribute;singleton:=true
+Bundle-Version: 0.9.5.qualifier
+Bundle-Activator: org.eclipse.osee.framework.resource.provider.attribute.Activator
+Bundle-Vendor: Eclipse Open System Engineering Environment
+Eclipse-ExtensibleAPI: true
+Bundle-ActivationPolicy: lazy
+Import-Package: org.eclipse.core.runtime,
+ org.eclipse.osee.framework.core.exception,
+ org.eclipse.osee.framework.core.server,
+ org.eclipse.osee.framework.jdk.core.util,
+ org.eclipse.osee.framework.resource.management,
+ org.eclipse.osee.framework.resource.management.util,
+ org.osgi.framework
+Service-Component: OSGI-INF/attribute.provider.xml
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top