Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-06-10 07:59:19 +0000
committerEike Stepper2011-06-10 07:59:19 +0000
commit7a82cefa9339da270df5907fa5044e2fe6b47cde (patch)
treec0fe423ff7b841950157e993095877fb504ec2df /plugins/org.gastro.rcp.department
parentc9bcc68406a56be589443b9cfa665ca5bea57d50 (diff)
downloadcdo-7a82cefa9339da270df5907fa5044e2fe6b47cde.tar.gz
cdo-7a82cefa9339da270df5907fa5044e2fe6b47cde.tar.xz
cdo-7a82cefa9339da270df5907fa5044e2fe6b47cde.zip
fixed gastro servlet
Diffstat (limited to 'plugins/org.gastro.rcp.department')
-rw-r--r--plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
index 584efb7116..3e0f8d95b0 100644
--- a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Gastro Example RCP Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 4.0.100.qualifier
Bundle-Activator: org.gastro.rcp.internal.department.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
-Export-Package: com.swtdesigner;version="3.0.0";x-internal:=true,
- org.gastro.rcp.internal.department;version="4.0.0";x-internal:=true
+Export-Package: com.swtdesigner;version="4.0.100";x-internal:=true,
+ org.gastro.rcp.internal.department;version="4.0.100";x-internal:=true

Back to the top