Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-06-25 10:28:43 +0000
committerEike Stepper2010-06-25 10:28:43 +0000
commitbb14dacbdfd8f604bce104791f7097e36b1bc63a (patch)
tree4708234684f4a8a11fcc17fa9d054f33fe44a843 /plugins/org.gastro.rcp/META-INF
parentef6a276878f4b2ddb7ea601a0ac49885b0f42410 (diff)
downloadcdo-bb14dacbdfd8f604bce104791f7097e36b1bc63a.tar.gz
cdo-bb14dacbdfd8f604bce104791f7097e36b1bc63a.tar.xz
cdo-bb14dacbdfd8f604bce104791f7097e36b1bc63a.zip
releng fixes
Diffstat (limited to 'plugins/org.gastro.rcp/META-INF')
-rw-r--r--plugins/org.gastro.rcp/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
index a6f1f6bc49..22a7c39fe8 100644
--- a/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Gastro Example RCP
Bundle-SymbolicName: org.gastro.rcp; singleton:=true
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.0.100.qualifier
Bundle-Activator: org.gastro.internal.rcp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.net4j;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
@@ -21,8 +21,8 @@ Export-Package: org.eclipse.nebula.animation;version="0.5.2",
org.eclipse.nebula.jface.galleryviewer;version="0.5.2",
org.eclipse.nebula.widgets.gallery;version="0.5.2",
org.eclipse.nebula.widgets.pshelf;version="1.0.0",
- org.gastro.internal.rcp;version="3.0.0";x-internal:=true,
- org.gastro.rcp;version="3.0.0"
+ org.gastro.internal.rcp;version="3.0.100";x-internal:=true,
+ org.gastro.rcp;version="3.0.100"
Bundle-ClassPath: .,
org.eclipse.nebula.widgets.pshelf_1.0.0.HEAD.jar,
org.eclipse.nebula.widgets.gallery_0.5.2.R_0_20090418.jar

Back to the top