Package: eclipse / 3.8.1-10

Metadata

Package Version Patches format
eclipse 3.8.1-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
forceContextQualifier.patch | (download)

build.properties | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 forcecontextqualifier


eclipse manpage.patch | (download)

build.xml | 5 5 + 0 - 0 !
eclipse.1.xml | 616 616 + 0 - 0 !
2 files changed, 621 insertions(+)

 eclipse-manpage


compile IPluginDescriptor.patch | (download)

build.xml | 33 32 + 1 - 0 !
stubs/org/eclipse/core/runtime/CoreException.java | 4 4 + 0 - 0 !
stubs/org/eclipse/core/runtime/IExtension.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/IExtensionPoint.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/ILibrary.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/IPath.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/IPluginPrerequisite.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/Plugin.java | 2 2 + 0 - 0 !
stubs/org/eclipse/core/runtime/PluginVersionIdentifier.java | 2 2 + 0 - 0 !
9 files changed, 50 insertions(+), 1 deletion(-)

 compile-iplugindescriptor


add o.e.equinox.concurrent.patch | (download)

eclipse/features/org.eclipse.platform/feature.xml | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 add-o.e.equinox.concurrent


ecj gccmain java.patch | (download)

eclipse/plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/GCCMain.java | 502 502 + 0 - 0 !
eclipse/plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties | 5 5 + 0 - 0 !
2 files changed, 507 insertions(+)

 ecj-gccmain-java


fix help contents.patch | (download)

eclipse/plugins/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JspClassLoader.java | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 fix-help-contents


pdebuild path copy platform.patch | (download)

pdebuild/eclipse-pdebuild.sh | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 pdebuild-path-copy-platform


pdebuild script.patch | (download)

pdebuild/eclipse-pdebuild.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pdebuild-script


remove unnecessary files.patch | (download)

build.xml | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 remove-unnecessary-files


strip destDir.patch | (download)

build.xml | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 strip-destdir


clean source.patch | (download)

buildSDKSource.sh | 25 20 + 5 - 0 !
1 file changed, 20 insertions(+), 5 deletions(-)

 clean-source


osgi services.patch | (download)

build.xml | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 osgi-services


eclipse build generatedScripts.patch | (download)

build.xml | 4 2 + 2 - 0 !
pdebuild.xml | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 eclipse-build-generatedscripts


set shared config dir.patch | (download)

build.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 set-shared-config-dir

When uninstalling the initializer, set custom shared config directory
to prevent our ~/.eclipse to pollute the configuration of freshly
built Eclipse.

use distribution swt.patch | (download)

additionalArchs/rename.sh | 3 0 + 3 - 0 !
build.xml | 18 10 + 8 - 0 !
dependencies/dependencies.properties | 1 1 + 0 - 0 !
dependencyManifests/org.eclipse.swt_3.7.1.jar/META-INF/MANIFEST.MF | 21 21 + 0 - 0 !
eclipse/features/org.eclipse.rcp/feature.xml | 55 0 + 55 - 0 !
pdebuild.xml | 7 2 + 5 - 0 !
6 files changed, 34 insertions(+), 71 deletions(-)

 use-distribution-swt


add o.e.equinox.log.patch | (download)

eclipse/features/org.eclipse.rcp/feature.xml | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 add-o.e.equinox.log


bundle info helper.patch | (download)

eclipse/plugins/org.eclipse.equinox.simpleconfigurator/src/org/debian/BundleInfoHelper.java | 261 261 + 0 - 0 !
eclipse/plugins/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java | 9 8 + 1 - 0 !
2 files changed, 269 insertions(+), 1 deletion(-)

 bundle-info-helper

In bundles.info there is a list of bundles load by Equinox simple configurator
on startup. This file is generated when Eclipse is built from sources and its
contents are fixed thereafter. This patch tries to solve a situation when some
of orbit dependencies are upgraded by operating system's package manager.

The bundle's record in bundles.info contains a version number it had at the
jetty compatibility.patch | (download)

dependencies/dependencies.properties | 14 7 + 7 - 0 !
eclipse/plugins/org.eclipse.equinox.http.jetty_3.0.0/META-INF/MANIFEST.MF | 22 9 + 13 - 0 !
eclipse/plugins/org.eclipse.equinox.http.jetty_3.0.0/src/org/eclipse/equinox/http/jetty/internal/EquinoxStdErrLog.java | 7 7 + 0 - 0 !
eclipse/plugins/org.eclipse.equinox.http.jetty_3.0.0/src/org/eclipse/equinox/http/jetty/internal/HttpServerManager.java | 160 66 + 94 - 0 !
4 files changed, 89 insertions(+), 114 deletions(-)

 fixes the compatibility with the latest version of jetty
find felix gogo.patch | (download)

dependencies/dependencies.properties | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 find-felix-gogo


find tomcat libs.patch | (download)

dependencies/dependencies.properties | 15 8 + 7 - 0 !
dependencyManifests/org.apache.tomcat.api_7.0.21.jar/META-INF/MANIFEST.MF | 12 12 + 0 - 0 !
dependencyManifests/org.apache.tomcat.util_7.0.26.jar/META-INF/MANIFEST.MF | 25 25 + 0 - 0 !
patches/eclipse-equinox-jsp-jasper.patch | 2 1 + 1 - 0 !
4 files changed, 46 insertions(+), 8 deletions(-)

 find-tomcat-libs


eclipse help tomcat.patch | (download)

patches/eclipse-help-feature-adjust-dependencies.patch | 34 21 + 13 - 0 !
1 file changed, 21 insertions(+), 13 deletions(-)

 eclipse-help-tomcat


icu4j no source bundle.patch | (download)

dependencies/sdkdependencies.properties | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 icu4j-no-source-bundle


eclipse help java 1.4.patch | (download)

eclipse/plugins/org.eclipse.help.base/build.properties | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 eclipse-help-java-1.4


eclipse equinox jsp jasper 7.0.26.patch | (download)

patches/eclipse-equinox-jsp-jasper.patch | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 eclipse-equinox-jsp-jasper-7.0.26


use jsch 0.1.42.patch | (download)

dependencyManifests/com.jcraft.jsch_0.1.44.v201101211721.jar/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use-jsch-0.1.42


jdt junit4 fix.patch | (download)

build.xml | 20 0 + 20 - 0 !
dependencies/jdtnonosgidependencies.properties | 7 5 + 2 - 0 !
eclipse/features/org.eclipse.jdt/feature.xml | 2 1 + 1 - 0 !
eclipse/plugins/org.junit4/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
4 files changed, 7 insertions(+), 24 deletions(-)

 jdt-junit4-fix


remove org apache commons el.patch | (download)

dependencies/dependencies.properties | 1 0 + 1 - 0 !
patches/eclipse-help-feature-adjust-dependencies.patch | 9 1 + 8 - 0 !
patches/serverside-patch-additional-imports.patch | 9 1 + 8 - 0 !
3 files changed, 2 insertions(+), 17 deletions(-)

 remove-org-apache-commons-el


bump eclipse version.patch | (download)

build.properties | 4 2 + 2 - 0 !
buildSDKSource.sh | 4 2 + 2 - 0 !
pdebuild.properties | 4 2 + 2 - 0 !
regenerateBootstrapFiles.sh | 2 1 + 1 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-)

 bump-eclipse-version


arch dont copy removed about files.patch | (download)

build.xml | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 arch-dont-copy-removed-about-files


eclipse help feature adjust dependencies lucene vers.patch | (download)

patches/eclipse-help-feature-adjust-dependencies.patch | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 eclipse-help-feature-adjust-dependencies-lucene-version


bump ant version.patch | (download)

dependencies/nonosgidependencies.properties | 56 28 + 28 - 0 !
eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
2 files changed, 29 insertions(+), 29 deletions(-)

 bump-ant-version


refresh eclipse nosourcebundlesfordependencies.patch | (download)

patches/eclipse-nosourcebundlesfordependencies.patch | 30 15 + 15 - 0 !
1 file changed, 15 insertions(+), 15 deletions(-)

 refresh-eclipse-nosourcebundlesfordependencies


install new icons.patch | (download)

build.xml | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 install-new-icons


disable useless patches.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable-useless-patches


generate additional archs.patch | (download)

build.xml | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 generate-additional-archs


eclipse add archs net.patch | (download)

eclipse/features/org.eclipse.platform/feature.xml | 140 140 + 0 - 0 !
1 file changed, 140 insertions(+)

 eclipse-add-archs-net


install libgnomeproxy to jni directory.patch | (download)

eclipse/plugins/org.eclipse.core.net.linux.x86/build.properties | 3 1 + 2 - 0 !
eclipse/plugins/org.eclipse.core.net.linux.x86_64/build.properties | 3 1 + 2 - 0 !
2 files changed, 2 insertions(+), 4 deletions(-)

 install-libgnomeproxy-to-jni-directory


eclipse help fix jsp precompilation.patch | (download)

eclipse/plugins/org.eclipse.help.webapp/buildJSPs.xml | 20 18 + 2 - 0 !
1 file changed, 18 insertions(+), 2 deletions(-)

 eclipse-help-fix-jsp-precompilation


use deb build compiler flags.patch | (download)

build.xml | 2 1 + 1 - 0 !
eclipse/features/org.eclipse.equinox.executable/library/gtk/make_linux.mak | 6 3 + 3 - 0 !
eclipse/plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile | 6 3 + 3 - 0 !
eclipse/plugins/org.eclipse.core.net/natives/unix/linux/makefile | 8 4 + 4 - 0 !
4 files changed, 11 insertions(+), 11 deletions(-)

 use-deb-build-compiler-flags


fix gnu kfreebsd build.patch | (download)

build.xml | 11 8 + 3 - 0 !
eclipse/features/org.eclipse.equinox.executable/library/eclipseCommon.c | 7 2 + 5 - 0 !
eclipse/features/org.eclipse.equinox.executable/library/gtk/build.sh | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.core.filesystem/natives/unix/unixfile.c | 13 3 + 10 - 0 !
eclipse/plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/unix/UnixFileFlags.java | 6 0 + 6 - 0 !
eclipse/plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/unix/UnixFileNatives.java | 26 20 + 6 - 0 !
6 files changed, 34 insertions(+), 31 deletions(-)

 fix-gnu-kfreebsd-build

- don't test for valid env.JAVA_HOME (not supported on kFreeBSD and Hurd)
- make org.eclipse.equinox.executable/library/gtk/build.sh aware of
  BSD and Hurd kernels
- don't use PATH_MAX macro (not defined on GNU Hurd)

gnomeproxy glib 2.32 compat.patch | (download)

eclipse/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 gnomeproxy-glib-2.32-compat


eclipse add archs filesystem.patch | (download)

patches/eclipse-add-archs-filesystem.patch | 32 31 + 1 - 0 !
1 file changed, 31 insertions(+), 1 deletion(-)

 eclipse-add-archs-filesystem


equinox jsp jasper tomcat 7.0.40.patch | (download)

eclipse/plugins/org.eclipse.equinox.jsp.jasper/.settings/org.eclipse.jdt.core.prefs | 3 0 + 3 - 0 !
eclipse/plugins/org.eclipse.equinox.jsp.jasper/build.properties | 3 2 + 1 - 0 !
patches/eclipse-equinox-jsp-jasper.patch | 24 20 + 4 - 0 !
3 files changed, 22 insertions(+), 8 deletions(-)

 equinox-jsp-jasper-tomcat-7.0.40


eclipse add aarch64 ppc64el.patch | (download)

eclipse-build-config/productFiles/rcpConfig/build.properties | 4 4 + 0 - 0 !
patches/eclipse-add-archs-executable.patch | 32 29 + 3 - 0 !
patches/eclipse-add-ppc64-sparc64-s390-s390x.patch | 14 10 + 4 - 0 !
3 files changed, 43 insertions(+), 7 deletions(-)

 eclipse-add-aarch64-ppc64el


fix s390 s390x build.patch | (download)

eclipse-build-config/productFiles/rcpConfig/build.properties | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix-s390-s390x-build


target java 1.5.patch | (download)

eclipse/plugins/org.eclipse.equinox.event/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.core/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.metadata/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.publisher/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.repository.tools/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.repository/build.properties | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.osgi/build.properties | 2 1 + 1 - 0 !
8 files changed, 8 insertions(+), 8 deletions(-)

 target-java-1.5


use icu4j 49.patch | (download)

dependencies/dependencies.properties | 2 1 + 1 - 0 !
dependencyManifests/com.ibm.icu_4.4.2.v20110823.jar/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.compare.core/META-INF/MANIFEST.MF | 4 2 + 2 - 0 !
eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.help.webapp/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.help/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.jdt.junit/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.jdt.ui/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.pde.api.tools.ui/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
eclipse/plugins/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF | 2 1 + 1 - 0 !
10 files changed, 11 insertions(+), 11 deletions(-)

 use-icu4j-49


java8 compatibility.patch | (download)

eclipse/plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodVerifier15.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 ignore the duplicate method errors caused by the java 8 default methods
servlet3.1 compatibility.patch | (download)

eclipse/plugins/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF | 4 2 + 2 - 0 !
eclipse/plugins/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF | 8 4 + 4 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fixes the compatibility with the servlet api 3.1