Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-09-21 18:17:24 +0000
committerEike Stepper2018-09-21 18:17:24 +0000
commitfa46ef93cefcc7572129480f247837a7c686a469 (patch)
tree68c22fd7916397092c0c5e5813be1cb9ed7bf6de /plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
parent02f0ed70b2408cd56c193cd48626297672210a80 (diff)
downloadcdo-fa46ef93cefcc7572129480f247837a7c686a469.tar.gz
cdo-fa46ef93cefcc7572129480f247837a7c686a469.tar.xz
cdo-fa46ef93cefcc7572129480f247837a7c686a469.zip
[Releng] Localize Gastro example bundles
Diffstat (limited to 'plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
index 0c35f7a84e..7d15f38c42 100644
--- a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CDO Electronic Restaurant Example RCP Table
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.qualifier
Bundle-Activator: org.gastro.rcp.internal.table.Activator
Require-Bundle: org.gastro.rcp;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Eclipse Modeling Project
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Export-Package: com.swtdesigner;version="4.0.500";x-internal:=true,
- org.gastro.rcp.internal.table;version="4.0.500";x-internal:=true
+ org.gastro.rcp.internal.table;version="4.0.600";x-internal:=true
Automatic-Module-Name: org.gastro.rcp.table

Back to the top