Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-01-10 07:15:03 +0000
committerKrzysztof Daniel2012-01-19 17:05:53 +0000
commit598fd6014290120b1a2be0c2cf6fe8851053641f (patch)
treecc634fdfe4f882b9f9e11e825e9584f28b4785de /eclipse-build/eclipse.desktop
parent711504abbf47807b498b732025eff917a3ed45b2 (diff)
downloadorg.eclipse.linuxtools.eclipse-build-598fd6014290120b1a2be0c2cf6fe8851053641f.tar.gz
org.eclipse.linuxtools.eclipse-build-598fd6014290120b1a2be0c2cf6fe8851053641f.tar.xz
org.eclipse.linuxtools.eclipse-build-598fd6014290120b1a2be0c2cf6fe8851053641f.zip
This is the commit that merges changes I have done to in a branch named gettingEclipse38M4 in order to get a recent January Eclipse version to build with eclipse-build
Patch update to 3.8 M4 Removed hack to rebuild plugin from source - it is no longer delivered in a binary format Source building is more error-resistance. While building source multiple times, it is possible that target directory already contains some files, and therefore mv will fail. In this patch mv has been replaced with cp -rf and rm -rf sequence. Existance of some directories is also verified before they are accessed. Implicit build of org.eclipse.equinox.initializer org.eclipse.equinox.initializer is no longer built by Eclipse.org, however, it is still required by eclipse-builder to do native library operations. It needs to be checked out and built by eclipse-builder explicitly. Dependencies has been upgraded. icu requires update in fedora repository felix-gogo dependency has been introduced org.eclipse.jetty* have been introduced org.mortbay.jetty* have been removed. manifests in dependencyManifests were also updated. Almost all patches apply in a clean way. Patches were adjusted to 3.8M4 build. Scripts regenerated for Eclipse 3.8 M4b org.eclipse.help feature patches were merged into one Solving missing dependencies in otg.eclipse.jdt.launching Missing dependencies were caused by the lack of certain el plugins. It was necessary to add apache specific requirements to the jdt feature and jdt.launching plugin Remove jetty5 dependency, adjust patches, build initializer Putting help patch into the repo Fixed broken jdt patch It appears it is enough to patch only JDT feature to get jdt.launching compiling successfully. Temporary support for webkit added. This change should be reverted at some point as the patch was commited to HEAD, so there will be no need to apply it here. Using system jetty 8 Updating to a recent M4 build.
Diffstat (limited to 'eclipse-build/eclipse.desktop')
0 files changed, 0 insertions, 0 deletions

Back to the top