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.skynet.core/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.skynet.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/META-INF/MANIFEST.MF156
1 files changed, 78 insertions, 78 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.skynet.core/META-INF/MANIFEST.MF
index 5b024cff601..99ec2ed1198 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.skynet.core/META-INF/MANIFEST.MF
@@ -1,78 +1,78 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Skynet Plug-in (Incubation)
-Bundle-SymbolicName: org.eclipse.osee.framework.skynet.core;singleton:=true
-Bundle-Version: 0.9.5.qualifier
-Eclipse-ExtensibleAPI: true
-Bundle-Activator: org.eclipse.osee.framework.skynet.core.internal.Activator
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources,
- org.eclipse.compare,
- net.jini,
- org.eclipse.osee.framework.jini,
- org.eclipse.osee.framework.jdk.core,
- org.eclipse.osee.framework.messaging.event.skynet,
- org.eclipse.osee.framework.database,
- org.eclipse.osee.framework.messaging.event.res,
- org.eclipse.osee.framework.messaging,
- org.eclipse.osee.framework.lifecycle
-Export-Package: org.eclipse.osee.framework.skynet.core,
- org.eclipse.osee.framework.skynet.core.artifact,
- org.eclipse.osee.framework.skynet.core.artifact.annotation,
- org.eclipse.osee.framework.skynet.core.artifact.factory,
- org.eclipse.osee.framework.skynet.core.artifact.format,
- org.eclipse.osee.framework.skynet.core.artifact.operation,
- org.eclipse.osee.framework.skynet.core.artifact.search,
- org.eclipse.osee.framework.skynet.core.artifact.update,
- org.eclipse.osee.framework.skynet.core.attribute,
- org.eclipse.osee.framework.skynet.core.attribute.providers,
- org.eclipse.osee.framework.skynet.core.attribute.utils,
- org.eclipse.osee.framework.skynet.core.change,
- org.eclipse.osee.framework.skynet.core.commit.actions,
- org.eclipse.osee.framework.skynet.core.conflict,
- org.eclipse.osee.framework.skynet.core.event,
- org.eclipse.osee.framework.skynet.core.event2,
- org.eclipse.osee.framework.skynet.core.event2.artifact,
- org.eclipse.osee.framework.skynet.core.event2.filter,
- org.eclipse.osee.framework.skynet.core.exportImport,
- org.eclipse.osee.framework.skynet.core.httpRequests,
- org.eclipse.osee.framework.skynet.core.importing,
- org.eclipse.osee.framework.skynet.core.importing.operations,
- org.eclipse.osee.framework.skynet.core.importing.parsers,
- org.eclipse.osee.framework.skynet.core.importing.resolvers,
- org.eclipse.osee.framework.skynet.core.linking,
- org.eclipse.osee.framework.skynet.core.preferences,
- org.eclipse.osee.framework.skynet.core.relation,
- org.eclipse.osee.framework.skynet.core.relation.order,
- org.eclipse.osee.framework.skynet.core.revision,
- org.eclipse.osee.framework.skynet.core.transaction,
- org.eclipse.osee.framework.skynet.core.types,
- org.eclipse.osee.framework.skynet.core.utility,
- org.eclipse.osee.framework.skynet.core.validation,
- org.eclipse.osee.framework.skynet.core.word,
- org.eclipse.osee.framework.ui.plugin.event
-Bundle-Vendor: Eclipse Open System Engineering Environment
-Import-Package: org.apache.commons.lang;version="2.4.0",
- org.eclipse.debug.core,
- org.eclipse.osee.framework.core.client,
- org.eclipse.osee.framework.core.client.server,
- org.eclipse.osee.framework.core.data,
- org.eclipse.osee.framework.core.enums,
- org.eclipse.osee.framework.core.exception,
- org.eclipse.osee.framework.core.message,
- org.eclipse.osee.framework.core.model,
- org.eclipse.osee.framework.core.model.access,
- org.eclipse.osee.framework.core.model.cache,
- org.eclipse.osee.framework.core.model.event,
- org.eclipse.osee.framework.core.model.type,
- org.eclipse.osee.framework.core.operation,
- org.eclipse.osee.framework.core.services,
- org.eclipse.osee.framework.core.translation,
- org.eclipse.osee.framework.core.util,
- org.eclipse.osee.framework.lifecycle,
- org.eclipse.osee.framework.logging,
- org.eclipse.osee.framework.messaging.event.res,
- org.eclipse.osee.framework.plugin.core,
- org.eclipse.osee.framework.plugin.core.util
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-ActivationPolicy: lazy
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Skynet Plug-in (Incubation)
+Bundle-SymbolicName: org.eclipse.osee.framework.skynet.core;singleton:=true
+Bundle-Version: 0.9.5.qualifier
+Eclipse-ExtensibleAPI: true
+Bundle-Activator: org.eclipse.osee.framework.skynet.core.internal.Activator
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.compare,
+ net.jini,
+ org.eclipse.osee.framework.jini,
+ org.eclipse.osee.framework.jdk.core,
+ org.eclipse.osee.framework.messaging.event.skynet,
+ org.eclipse.osee.framework.database,
+ org.eclipse.osee.framework.messaging.event.res,
+ org.eclipse.osee.framework.messaging,
+ org.eclipse.osee.framework.lifecycle
+Export-Package: org.eclipse.osee.framework.skynet.core,
+ org.eclipse.osee.framework.skynet.core.artifact,
+ org.eclipse.osee.framework.skynet.core.artifact.annotation,
+ org.eclipse.osee.framework.skynet.core.artifact.factory,
+ org.eclipse.osee.framework.skynet.core.artifact.format,
+ org.eclipse.osee.framework.skynet.core.artifact.operation,
+ org.eclipse.osee.framework.skynet.core.artifact.search,
+ org.eclipse.osee.framework.skynet.core.artifact.update,
+ org.eclipse.osee.framework.skynet.core.attribute,
+ org.eclipse.osee.framework.skynet.core.attribute.providers,
+ org.eclipse.osee.framework.skynet.core.attribute.utils,
+ org.eclipse.osee.framework.skynet.core.change,
+ org.eclipse.osee.framework.skynet.core.commit.actions,
+ org.eclipse.osee.framework.skynet.core.conflict,
+ org.eclipse.osee.framework.skynet.core.event,
+ org.eclipse.osee.framework.skynet.core.event2,
+ org.eclipse.osee.framework.skynet.core.event2.artifact,
+ org.eclipse.osee.framework.skynet.core.event2.filter,
+ org.eclipse.osee.framework.skynet.core.exportImport,
+ org.eclipse.osee.framework.skynet.core.httpRequests,
+ org.eclipse.osee.framework.skynet.core.importing,
+ org.eclipse.osee.framework.skynet.core.importing.operations,
+ org.eclipse.osee.framework.skynet.core.importing.parsers,
+ org.eclipse.osee.framework.skynet.core.importing.resolvers,
+ org.eclipse.osee.framework.skynet.core.linking,
+ org.eclipse.osee.framework.skynet.core.preferences,
+ org.eclipse.osee.framework.skynet.core.relation,
+ org.eclipse.osee.framework.skynet.core.relation.order,
+ org.eclipse.osee.framework.skynet.core.revision,
+ org.eclipse.osee.framework.skynet.core.transaction,
+ org.eclipse.osee.framework.skynet.core.types,
+ org.eclipse.osee.framework.skynet.core.utility,
+ org.eclipse.osee.framework.skynet.core.validation,
+ org.eclipse.osee.framework.skynet.core.word,
+ org.eclipse.osee.framework.ui.plugin.event
+Bundle-Vendor: Eclipse Open System Engineering Environment
+Import-Package: org.apache.commons.lang;version="2.4.0",
+ org.eclipse.debug.core,
+ org.eclipse.osee.framework.core.client,
+ org.eclipse.osee.framework.core.client.server,
+ org.eclipse.osee.framework.core.data,
+ org.eclipse.osee.framework.core.enums,
+ org.eclipse.osee.framework.core.exception,
+ org.eclipse.osee.framework.core.message,
+ org.eclipse.osee.framework.core.model,
+ org.eclipse.osee.framework.core.model.access,
+ org.eclipse.osee.framework.core.model.cache,
+ org.eclipse.osee.framework.core.model.event,
+ org.eclipse.osee.framework.core.model.type,
+ org.eclipse.osee.framework.core.operation,
+ org.eclipse.osee.framework.core.services,
+ org.eclipse.osee.framework.core.translation,
+ org.eclipse.osee.framework.core.util,
+ org.eclipse.osee.framework.lifecycle,
+ org.eclipse.osee.framework.logging,
+ org.eclipse.osee.framework.messaging.event.res,
+ org.eclipse.osee.framework.plugin.core,
+ org.eclipse.osee.framework.plugin.core.util
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy

Back to the top