Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-17 09:37:53 +0000
committerEike Stepper2010-10-17 09:37:53 +0000
commit18034fc7a12c3da77cae1fd33b3ef003141ae767 (patch)
tree446fa43056193341337a53a68a6cf4919d41af5b /plugins/org.eclipse.emf.cdo.location/META-INF
parent2f15752f0778140797f6b6e37852f41febfd19fc (diff)
downloadcdo-18034fc7a12c3da77cae1fd33b3ef003141ae767.tar.gz
cdo-18034fc7a12c3da77cae1fd33b3ef003141ae767.tar.xz
cdo-18034fc7a12c3da77cae1fd33b3ef003141ae767.zip
[327405] Provide an offline CDOWorkspace with Checkout/Update/Commit workflows
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327405
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.location/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..ef559b458c
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.location/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.eclipse.emf.cdo.location
+Bundle-Version: 4.0.0.qualifier
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.eclipse.emf.cdo.internal.location.bundle.OM$Activator
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)";resolution:=optional,
+ org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
+Import-Package: org.osgi.framework;version="[1.3.0,2.0.0)";resolution:=optional
+Export-Package: org.eclipse.emf.cdo.internal.location;version="4.0.0";x-friends:="org.eclipse.emf.cdo.tests",
+ org.eclipse.emf.cdo.internal.location.bundle;version="4.0.0";x-internal:=true,
+ org.eclipse.emf.cdo.location;version="4.0.0"

Back to the top