Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 229284 Details for
Bug 404806
Fix building against Kepler M6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch fixing the problem.
0001-Fix-build-against-Kepler-M6.patch (text/plain), 3.22 KB, created by
Alexander Kurtakov
on 2013-04-03 08:38:04 EDT
(
hide
)
Description:
Patch fixing the problem.
Filename:
MIME Type:
Creator:
Alexander Kurtakov
Created:
2013-04-03 08:38:04 EDT
Size:
3.22 KB
patch
obsolete
>From 8a4ef579350ad7da272be4d707bfa66b2ee86f2b Mon Sep 17 00:00:00 2001 >From: Alexander Kurtakov <akurtako@redhat.com> >Date: Wed, 3 Apr 2013 15:32:30 +0300 >Subject: [PATCH] Fix build against Kepler M6. > >* ICU4J range is bigger now due to 5.x becoming 50.x. >* Updated target platform as old builds were dropped for M6. >* Build with tycho 0.17. >--- > org.eclipse.draw2d.doc.isv/META-INF/MANIFEST.MF | 2 +- > org.eclipse.gef.releng/pom.xml | 2 +- > org.eclipse.gef.target/KEPLER_4_3.target | 2 +- > org.eclipse.zest.doc.isv/META-INF/MANIFEST.MF | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/org.eclipse.draw2d.doc.isv/META-INF/MANIFEST.MF b/org.eclipse.draw2d.doc.isv/META-INF/MANIFEST.MF >index c801c08..10e2857 100644 >--- a/org.eclipse.draw2d.doc.isv/META-INF/MANIFEST.MF >+++ b/org.eclipse.draw2d.doc.isv/META-INF/MANIFEST.MF >@@ -6,6 +6,6 @@ Bundle-Version: 3.8.1.qualifier > Bundle-Vendor: %Plugin.providerName > Bundle-Localization: plugin > Eclipse-LazyStart: true >-Require-Bundle: com.ibm.icu;bundle-version="[4.0.0,5.0.0)";resolution:=optional, >+Require-Bundle: com.ibm.icu;bundle-version="[4.0.0,51.0.0)";resolution:=optional, > org.eclipse.swt;bundle-version="[3.2.0,4.0.0)";resolution:=optional, > org.eclipse.platform.doc.isv;bundle-version="[3.2.0,5.0.0)";resolution:=optional >diff --git a/org.eclipse.gef.releng/pom.xml b/org.eclipse.gef.releng/pom.xml >index 2e26d06..365f299 100644 >--- a/org.eclipse.gef.releng/pom.xml >+++ b/org.eclipse.gef.releng/pom.xml >@@ -10,7 +10,7 @@ > > <!-- this is the parent POM from which all modules inherit common settings --> > <properties> >- <tycho-version>0.14.0</tycho-version> >+ <tycho-version>0.17.0</tycho-version> > <antrun-version>1.6</antrun-version> > <maven.test.failure.ignore>true</maven.test.failure.ignore> > </properties> >diff --git a/org.eclipse.gef.target/KEPLER_4_3.target b/org.eclipse.gef.target/KEPLER_4_3.target >index da2f054..a7a3c5b 100644 >--- a/org.eclipse.gef.target/KEPLER_4_3.target >+++ b/org.eclipse.gef.target/KEPLER_4_3.target >@@ -4,7 +4,7 @@ > <target name="KEPLER_4_3" sequenceNumber="34"> > <locations> > <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> >-<unit id="org.eclipse.sdk.ide" version="4.3.0.I20121031-2000"/> >+<unit id="org.eclipse.sdk.ide" version="4.3.0.I20130314-1330"/> > <repository location="http://download.eclipse.org/eclipse/updates/4.3milestones"/> > </location> > </locations> >diff --git a/org.eclipse.zest.doc.isv/META-INF/MANIFEST.MF b/org.eclipse.zest.doc.isv/META-INF/MANIFEST.MF >index 56b01ce..df7881c 100644 >--- a/org.eclipse.zest.doc.isv/META-INF/MANIFEST.MF >+++ b/org.eclipse.zest.doc.isv/META-INF/MANIFEST.MF >@@ -6,7 +6,7 @@ Bundle-Version: 1.5.0.qualifier > Bundle-Vendor: %Plugin.providerName > Bundle-Localization: plugin > Eclipse-LazyStart: true >-Require-Bundle: com.ibm.icu;bundle-version="[4.0.0,5.0.0)";resolution:=optional, >+Require-Bundle: com.ibm.icu;bundle-version="[4.0.0,51.0.0)";resolution:=optional, > org.eclipse.swt;bundle-version="[3.2.0,4.0.0)";resolution:=optional, > org.eclipse.draw2d;bundle-version="[3.8.0,4.0.0)";resolution:=optional, > org.eclipse.platform.doc.isv;bundle-version="[3.2.0,5.0.0)";resolution:=optional >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 404806
:
229284