diff options
author | Eike Stepper | 2010-07-07 16:55:10 +0000 |
---|---|---|
committer | Eike Stepper | 2010-07-07 16:55:10 +0000 |
commit | c4d3ed8b70f2118652389b604a48c8846866f0ee (patch) | |
tree | 371a60f9a72c160a7e8ee7868ab2ab6b02a60c21 /plugins/org.gastro.rcp.table | |
parent | e226589b37d964e9d58de60b4ecdc8a66f52a96f (diff) | |
download | cdo-c4d3ed8b70f2118652389b604a48c8846866f0ee.tar.gz cdo-c4d3ed8b70f2118652389b604a48c8846866f0ee.tar.xz cdo-c4d3ed8b70f2118652389b604a48c8846866f0ee.zip |
[319090] Provide a CDOConflictResolver that uses a CDOMerger
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319090
Diffstat (limited to 'plugins/org.gastro.rcp.table')
-rw-r--r-- | plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF | 8 |
1 files changed, 4 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 342dc8eb1f..12c12cdcf1 100644 --- a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF +++ b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: CDO Gastro Example RCP Table Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true -Bundle-Version: 3.0.0.qualifier +Bundle-Version: 4.0.0.qualifier Bundle-Activator: org.gastro.rcp.internal.table.Activator -Require-Bundle: org.gastro.rcp;bundle-version="[3.0.0,4.0.0)";visibility:=reexport +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 -Export-Package: com.swtdesigner;version="3.0.0";x-internal:=true, - org.gastro.rcp.internal.table;version="3.0.0";x-internal:=true +Export-Package: com.swtdesigner;version="4.0.0";x-internal:=true, + org.gastro.rcp.internal.table;version="4.0.0";x-internal:=true |