Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-07-11 11:15:51 +0000
committerEike Stepper2017-07-11 11:25:03 +0000
commit1e6f785eb70f789fd69cbe2f6f97f02248edfa75 (patch)
tree22817fe041c0a65f1c2459b2d2f62d54af5c4eee /plugins/org.gastro.rcp.department
parent6ac256e6037fd98ecb3b52c4bb0624e82fc9911a (diff)
downloadcdo-1e6f785eb70f789fd69cbe2f6f97f02248edfa75.tar.gz
cdo-1e6f785eb70f789fd69cbe2f6f97f02248edfa75.tar.xz
cdo-1e6f785eb70f789fd69cbe2f6f97f02248edfa75.zip
[Releng] Adjust CDO.setup for Photon development
Diffstat (limited to 'plugins/org.gastro.rcp.department')
-rw-r--r--plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.gastro.rcp.department/src/com/swtdesigner/ResourceManager.java1
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.department/META-INF/MANIFEST.MF
index 4fed648bab..81ad37ee38 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 Electronic Restaurant Example RCP Department
Bundle-SymbolicName: org.gastro.rcp.department; singleton:=true
-Bundle-Version: 4.0.500.qualifier
+Bundle-Version: 4.0.600.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="4.0.300";x-internal:=true,
- org.gastro.rcp.internal.department;version="4.0.500";x-internal:=true
+ org.gastro.rcp.internal.department;version="4.0.600";x-internal:=true
diff --git a/plugins/org.gastro.rcp.department/src/com/swtdesigner/ResourceManager.java b/plugins/org.gastro.rcp.department/src/com/swtdesigner/ResourceManager.java
index 7741200880..d8f151fee9 100644
--- a/plugins/org.gastro.rcp.department/src/com/swtdesigner/ResourceManager.java
+++ b/plugins/org.gastro.rcp.department/src/com/swtdesigner/ResourceManager.java
@@ -157,6 +157,7 @@ public class ResourceManager extends SWTResourceManager
final Point baseImageSize = new Point(bib.width, bib.height);
CompositeImageDescriptor compositImageDesc = new CompositeImageDescriptor()
{
+ @SuppressWarnings("deprecation")
@Override
protected void drawCompositeImage(int width, int height)
{

Back to the top