Blame SPECS/eclipse.spec

0f5e1f
# Set to build Eclipse without circular dependency to eclipse-pde, API
0f5e1f
# generation and docs will not be built and a second run will be required, but
0f5e1f
# this is a way to bootstrap Eclipse on secondary archs.
0f5e1f
%bcond_with bootstrap
0f5e1f
0f5e1f
# Set this to avoid building contributor tools
0f5e1f
%bcond_without contrib_tools
0f5e1f
0f5e1f
Epoch:                  1
0f5e1f
0f5e1f
%global eb_commit       b056b40d26d052b788b790f27ead774ff804ab55
0f5e1f
%global eclipse_rel     %{version}
0f5e1f
%global eclipse_tag     R-%{eclipse_rel}-202006040540
0f5e1f
0f5e1f
%global _jetty_version  9.4.30
0f5e1f
%global _lucene_version 8.4.1
0f5e1f
%global _batik_version 1.11
0f5e1f
0f5e1f
%ifarch %{ix86}
0f5e1f
    %global eclipse_arch x86
0f5e1f
%endif
0f5e1f
%ifarch %{arm}
0f5e1f
    %global eclipse_arch arm
0f5e1f
%endif
0f5e1f
%ifarch s390x x86_64 aarch64 ppc64le
0f5e1f
    %global eclipse_arch %{_arch}
0f5e1f
%endif
0f5e1f
0f5e1f
# Desktop file information
0f5e1f
%global app_name %{?app_name_prefix}%{!?app_name_prefix:Eclipse}
0f5e1f
%global app_exec %{?app_exec_prefix} eclipse
0f5e1f
0f5e1f
# Eclipse is arch-specific, but multilib agnostic
0f5e1f
%global _eclipsedir %{_prefix}/lib/eclipse
0f5e1f
0f5e1f
%if 0%{?fedora} || 0%{?rhel} > 7
0f5e1f
%global use_wayland 1
0f5e1f
%else
0f5e1f
%global use_wayland 0
0f5e1f
%endif
0f5e1f
0f5e1f
# Glassfish EE APIs that moved to jakarta namespace
0f5e1f
%if 0%{?fedora}
0f5e1f
%global _jakarta_annotations jakarta.annotation-api
0f5e1f
%else
0f5e1f
%global _jakarta_annotations javax.annotation-api
0f5e1f
%endif
0f5e1f
0f5e1f
Summary:        An open, extensible IDE
0f5e1f
Name:           eclipse
0f5e1f
Version:        4.16
0f5e1f
Release:        7%{?dist}
0f5e1f
License:        EPL-2.0
0f5e1f
URL:            http://www.eclipse.org/
0f5e1f
0f5e1f
Source0: https://download.eclipse.org/eclipse/downloads/drops4/%{eclipse_tag}/eclipse-platform-sources-%{eclipse_rel}.tar.xz
0f5e1f
0f5e1f
# Can generate locally with:
0f5e1f
# git archive --format=tar --prefix=org.eclipse.linuxtools.eclipse-build-%%{eb_commit}/ \
0f5e1f
#   %%{eb_commit} | xz > org.eclipse.linuxtools.eclipse-build-%%{eb_commit}.tar.xz
0f5e1f
Source1: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/snapshot/org.eclipse.linuxtools.eclipse-build-%{eb_commit}.tar.xz
0f5e1f
0f5e1f
# Toolchain configurations for all EEs needed by Eclipse bundles
0f5e1f
Source2: toolchains.xml
0f5e1f
0f5e1f
# Eclipse should not include source for dependencies that are not supplied by this package
0f5e1f
# and should not include source for bundles that are not relevant to our platform
0f5e1f
Patch0:  eclipse-no-source-for-dependencies.patch
0f5e1f
0f5e1f
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=377515
0f5e1f
Patch1:  eclipse-p2-pick-up-renamed-jars.patch
0f5e1f
0f5e1f
# Patch for this was contributed. Unlikely to be released.
0f5e1f
Patch2:  eclipse-ignore-version-when-calculating-home.patch
0f5e1f
0f5e1f
# Explicit requirement on hamcrest where it is used directly
0f5e1f
Patch3:  explicit-hamcrest.patch
0f5e1f
0f5e1f
# Add support for all arches supported by Fedora
0f5e1f
Patch4:  eclipse-secondary-arches.patch
0f5e1f
0f5e1f
Patch5:  eclipse-debug-symbols.patch
0f5e1f
0f5e1f
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=408138
0f5e1f
Patch12: eclipse-fix-dropins.patch
0f5e1f
0f5e1f
# Feature plugin definitions lock onto version of plugin at build-time.
0f5e1f
# If plugin is external, updating it breaks the feature. (version changes)
0f5e1f
# Workaround : Change <plugin> definition to a 'requirement'
0f5e1f
# Also makes the following BSN changes at the same time:
0f5e1f
# com.sun.el -> com.sun.el.javax.el
0f5e1f
# javax.el -> javax.el-api
0f5e1f
# javax.servlet -> javax.servlet-api
0f5e1f
# org.apache.jasper.glassfish -> org.glassfish.web.javax.servlet.jsp
0f5e1f
# org.w3c.dom.smil -> removed
0f5e1f
Patch13: eclipse-feature-plugins-to-category-ius.patch
0f5e1f
0f5e1f
Patch14: eclipse-support-symlink-bundles.patch
0f5e1f
0f5e1f
# Fix various JDT and PDE tests
0f5e1f
Patch15: eclipse-fix-tests.patch
0f5e1f
0f5e1f
# Droplet fixes
0f5e1f
Patch17: eclipse-pde-tp-support-droplets.patch
0f5e1f
0f5e1f
# Disable uses by default
0f5e1f
Patch18: eclipse-disable-uses-constraints.patch
0f5e1f
0f5e1f
# Droplet fixes
0f5e1f
Patch19: eclipse-make-droplets-runnable.patch
0f5e1f
Patch20: eclipse-disable-droplets-in-dropins.patch
0f5e1f
0f5e1f
# Temporary measure until wayland improves
0f5e1f
Patch21: prefer_x11_backend.patch
0f5e1f
0f5e1f
# Fix errors when building ant launcher
0f5e1f
Patch22: fix_ant_build.patch
0f5e1f
0f5e1f
# Hide the p2 Droplets from cluttering Install Wizard Combo
0f5e1f
Patch23: eclipse-hide-droplets-from-install-wizard.patch
0f5e1f
0f5e1f
# Avoid the need for a javascript interpreter at build time
0f5e1f
Patch24: eclipse-swt-avoid-javascript-at-build.patch
0f5e1f
0f5e1f
# Avoid optional dep used only for tests
0f5e1f
Patch25: eclipse-patch-out-fileupload-dep.patch
0f5e1f
0f5e1f
# Force a clean on the restart after p2 operations
0f5e1f
Patch26: force-clean-after-p2-operations.patch
0f5e1f
0f5e1f
# SCL-specific patches
0f5e1f
Patch100: 0001-Avoid-limitation-with-older-shade-plug-in-versions-w.patch
0f5e1f
Patch101: 0002-Allow-bootstrapping-against-OSGi-Core-R6.patch
0f5e1f
Patch102: 0004-Add-parent-pom-for-old-tycho-pomless.patch
0f5e1f
0f5e1f
# Upstream no longer supports non-64bit arches
0f5e1f
ExclusiveArch: x86_64
0f5e1f
0f5e1f
# Require both JDKs until Eclipse can fully move onto Java 11
0f5e1f
BuildRequires: java-11-openjdk-devel
0f5e1f
BuildRequires: java-1.8.0-openjdk-devel
0f5e1f
0f5e1f
BuildRequires: maven-local
0f5e1f
BuildRequires: tycho
0f5e1f
BuildRequires: tycho-extras
0f5e1f
BuildRequires: cbi-plugins
0f5e1f
BuildRequires: maven-antrun-plugin
0f5e1f
BuildRequires: maven-assembly-plugin
0f5e1f
BuildRequires: maven-dependency-plugin
0f5e1f
BuildRequires: maven-enforcer-plugin
0f5e1f
BuildRequires: maven-install-plugin
0f5e1f
BuildRequires: maven-shade-plugin
0f5e1f
BuildRequires: xml-maven-plugin
0f5e1f
BuildRequires: sonatype-oss-parent
0f5e1f
BuildRequires: rsync
0f5e1f
BuildRequires: make, gcc
0f5e1f
BuildRequires: zip, unzip
0f5e1f
BuildRequires: desktop-file-utils
0f5e1f
BuildRequires: pkgconfig(glib-2.0)
0f5e1f
BuildRequires: pkgconfig(gio-2.0)
0f5e1f
BuildRequires: pkgconfig(nspr)
0f5e1f
BuildRequires: pkgconfig(glu)
0f5e1f
BuildRequires: pkgconfig(gl)
0f5e1f
BuildRequires: pkgconfig(cairo)
0f5e1f
BuildRequires: pkgconfig(xt)
0f5e1f
BuildRequires: pkgconfig(xtst)
0f5e1f
BuildRequires: pkgconfig(libsecret-1)
0f5e1f
BuildRequires: pkgconfig(gtk+-2.0)
0f5e1f
BuildRequires: pkgconfig(gtk+-3.0)
0f5e1f
BuildRequires: pkgconfig(webkit2gtk-4.0)
0f5e1f
BuildRequires: icu4j >= 1:65.1
0f5e1f
BuildRequires: ant >= 1.10.5
0f5e1f
BuildRequires: jsch >= 0:0.1.46-2
0f5e1f
BuildRequires: apache-commons-logging
0f5e1f
BuildRequires: apache-commons-codec
0f5e1f
BuildRequires: apache-commons-jxpath
0f5e1f
BuildRequires: osgi(org.apache.felix.gogo.shell) >= 1.1.0
0f5e1f
BuildRequires: osgi(org.apache.felix.gogo.command) >= 1.0.2
0f5e1f
BuildRequires: osgi(org.apache.felix.gogo.runtime) >= 1.1.0
0f5e1f
BuildRequires: felix-scr >= 2.1.16-4
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.util) >= %{_jetty_version}
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.server) >= %{_jetty_version}
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.http) >= %{_jetty_version}
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.continuation) >= %{_jetty_version}
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.io) >= %{_jetty_version}
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.security) >= %{_jetty_version}
0f5e1f
BuildRequires: osgi(org.eclipse.jetty.servlet) >= %{_jetty_version}
0f5e1f
BuildRequires: lucene-core >= %{_lucene_version}
0f5e1f
BuildRequires: lucene-analysis >= %{_lucene_version}
0f5e1f
BuildRequires: lucene-queryparser >= %{_lucene_version}
0f5e1f
BuildRequires: lucene-analyzers-smartcn >= %{_lucene_version}
0f5e1f
BuildRequires: junit >= 4.12
0f5e1f
BuildRequires: junit5 >= 5.4.0
0f5e1f
BuildRequires: apiguardian
0f5e1f
BuildRequires: hamcrest
0f5e1f
BuildRequires: sat4j
0f5e1f
BuildRequires: objectweb-asm >= 7.0
0f5e1f
BuildRequires: sac
0f5e1f
BuildRequires: batik-css >= %{_batik_version}
0f5e1f
BuildRequires: batik-util >= %{_batik_version}
0f5e1f
BuildRequires: google-gson
0f5e1f
BuildRequires: xmlgraphics-commons >= 2.3
0f5e1f
BuildRequires: xml-commons-apis
0f5e1f
BuildRequires: atinject
0f5e1f
BuildRequires: eclipse-ecf-core >= 3.14.8
0f5e1f
BuildRequires: eclipse-emf-core >= 1:2.22.0
0f5e1f
BuildRequires: eclipse-license2
0f5e1f
BuildRequires: glassfish-annotation-api
0f5e1f
BuildRequires: glassfish-el-api >= 3.0.1
0f5e1f
BuildRequires: glassfish-el >= 3.0.1
0f5e1f
BuildRequires: glassfish-jsp-api >= 2.2.1-4
0f5e1f
BuildRequires: glassfish-jsp >= 2.2.5
0f5e1f
BuildRequires: glassfish-servlet-api >= 3.1.0
0f5e1f
BuildRequires: httpcomponents-core
0f5e1f
BuildRequires: httpcomponents-client
0f5e1f
BuildRequires: jsoup
0f5e1f
BuildRequires: xz-java
0f5e1f
BuildRequires: osgi(osgi.annotation)
0f5e1f
# Build deps that are excluded when bootstrapping
0f5e1f
%if %{without bootstrap}
0f5e1f
# For building docs and apitooling
0f5e1f
BuildRequires: eclipse-pde
0f5e1f
%if %{with contrib_tools}
0f5e1f
# For contributor tools
0f5e1f
BuildRequires: eclipse-egit
0f5e1f
BuildRequires: eclipse-emf-runtime
0f5e1f
%endif
0f5e1f
%endif
0f5e1f
0f5e1f
%description
0f5e1f
The Eclipse platform is designed for building integrated development
0f5e1f
environments (IDEs), server-side applications, desktop applications, and
0f5e1f
everything in between.
0f5e1f
0f5e1f
%package        swt
0f5e1f
Summary:        SWT Library for GTK+
0f5e1f
Requires:       gtk3
0f5e1f
Requires:       webkitgtk4
0f5e1f
0f5e1f
%description swt
0f5e1f
SWT Library for GTK+.
0f5e1f
0f5e1f
%package        equinox-osgi
0f5e1f
Summary:        Eclipse OSGi - Equinox
0f5e1f
Provides:       osgi(system.bundle) = %{epoch}:%{version}
0f5e1f
0f5e1f
%description  equinox-osgi
0f5e1f
Eclipse OSGi - Equinox
0f5e1f
0f5e1f
%package        platform
0f5e1f
Summary:        Eclipse platform common files
0f5e1f
Requires:       java-11-openjdk-devel
0f5e1f
Requires:       javapackages-tools
0f5e1f
0f5e1f
0f5e1f
Requires: ant >= 1.10.5
0f5e1f
Requires: jsch >= 0.1.46-2
0f5e1f
Requires: apache-commons-logging
0f5e1f
Requires: apache-commons-codec
0f5e1f
Requires: apache-commons-jxpath
0f5e1f
Requires: osgi(org.apache.felix.gogo.shell) >= 1.1.0
0f5e1f
Requires: osgi(org.apache.felix.gogo.command) >= 1.0.2
0f5e1f
Requires: osgi(org.apache.felix.gogo.runtime) >= 1.1.0
0f5e1f
Requires: felix-scr >= 2.1.16-4
0f5e1f
Requires: osgi(org.eclipse.jetty.util) >= %{_jetty_version}
0f5e1f
Requires: osgi(org.eclipse.jetty.server) >= %{_jetty_version}
0f5e1f
Requires: osgi(org.eclipse.jetty.http) >= %{_jetty_version}
0f5e1f
Requires: osgi(org.eclipse.jetty.continuation) >= %{_jetty_version}
0f5e1f
Requires: osgi(org.eclipse.jetty.io) >= %{_jetty_version}
0f5e1f
Requires: osgi(org.eclipse.jetty.security) >= %{_jetty_version}
0f5e1f
Requires: osgi(org.eclipse.jetty.servlet) >= %{_jetty_version}
0f5e1f
Requires: lucene-core >= %{_lucene_version}
0f5e1f
Requires: lucene-analysis >= %{_lucene_version}
0f5e1f
Requires: lucene-queryparser >= %{_lucene_version}
0f5e1f
Requires: lucene-analyzers-smartcn >= %{_lucene_version}
0f5e1f
Requires: batik-css >= %{_batik_version}
0f5e1f
Requires: batik-util >= %{_batik_version}
0f5e1f
Requires: xmlgraphics-commons >= 2.3
0f5e1f
Requires: xml-commons-apis
0f5e1f
Requires: atinject
0f5e1f
Requires: eclipse-ecf-core >= 3.14.8
0f5e1f
Requires: eclipse-emf-core >= 1:2.22.0
0f5e1f
Requires: glassfish-annotation-api
0f5e1f
Requires: glassfish-el-api >= 3.0.1
0f5e1f
Requires: glassfish-el >= 3.0.1
0f5e1f
Requires: glassfish-jsp-api >= 2.2.1-4
0f5e1f
Requires: glassfish-jsp >= 2.2.5
0f5e1f
Requires: glassfish-servlet-api >= 3.1.0
0f5e1f
Requires: icu4j >= 1:65.1
0f5e1f
Requires: %{name}-swt = %{epoch}:%{version}-%{release}
0f5e1f
Requires: %{name}-equinox-osgi = %{epoch}:%{version}-%{release}
0f5e1f
Requires: httpcomponents-core
0f5e1f
Requires: httpcomponents-client
0f5e1f
0f5e1f
# Obsoletes added in F31
0f5e1f
Obsoletes: eclipse-epp-logging <= 2.0.8-4
0f5e1f
Obsoletes: eclipse-abrt <= 0.0.3-10
0f5e1f
0f5e1f
%description    platform
0f5e1f
The Eclipse Platform is the base of all IDE plugins.  This does not include the
0f5e1f
Java Development Tools or the Plugin Development Environment.
0f5e1f
0f5e1f
%package        jdt
0f5e1f
Summary:        Eclipse Java Development Tools
0f5e1f
BuildArch:      noarch
0f5e1f
0f5e1f
Provides:       %{name} = %{epoch}:%{version}-%{release}
0f5e1f
Requires:       %{name}-platform = %{epoch}:%{version}-%{release}
0f5e1f
Requires:       java-11-openjdk-src
0f5e1f
Requires:       junit >= 4.12
0f5e1f
Requires:       junit5 >= 5.4.0
0f5e1f
Requires:       osgi(org.hamcrest.core)
0f5e1f
0f5e1f
# Obsoletes added in F30
0f5e1f
Obsoletes: eclipse-recommenders <= 2.5.4-5
0f5e1f
0f5e1f
%description    jdt
0f5e1f
Eclipse Java Development Tools.  This package is required to use Eclipse for
0f5e1f
developing software written in the Java programming language.
0f5e1f
0f5e1f
%package        pde
0f5e1f
Summary:        Eclipse Plugin Development Environment
0f5e1f
0f5e1f
Requires:       %{name}-platform = %{epoch}:%{version}-%{release}
0f5e1f
Requires:       %{name}-jdt = %{epoch}:%{version}-%{release}
0f5e1f
Requires:       objectweb-asm >= 7.0
0f5e1f
0f5e1f
%description    pde
0f5e1f
Eclipse Plugin Development Environment.  This package is required for
0f5e1f
developing Eclipse plugins.
0f5e1f
0f5e1f
%package        p2-discovery
0f5e1f
Summary:        Eclipse p2 Discovery
0f5e1f
BuildArch:      noarch
0f5e1f
0f5e1f
Requires:       %{name}-platform = %{epoch}:%{version}-%{release}
0f5e1f
0f5e1f
%description    p2-discovery
0f5e1f
The p2 Discovery mechanism provides a simplified and branded front-end for the
0f5e1f
p2 provisioning platform. Discovery can be used as a tool to display and
0f5e1f
install from existing P2 repositories or as a framework to build branded
0f5e1f
installer UIs.
0f5e1f
0f5e1f
%if %{without bootstrap} && %{with contrib_tools}
0f5e1f
0f5e1f
%package        contributor-tools
0f5e1f
Summary:        Tools for Eclipse Contributors
0f5e1f
# No longer shipping tests
0f5e1f
Obsoletes:      %{name}-tests < 1:4.14-2
0f5e1f
0f5e1f
Requires:       %{name}-platform = %{epoch}:%{version}-%{release}
0f5e1f
0f5e1f
%description    contributor-tools
0f5e1f
This package contains tools specifically for Eclipse contributors. It includes
0f5e1f
SWT tools, E4 tools, Rel-Eng tools and Eclipse Test frameworks.
0f5e1f
%endif
0f5e1f
0f5e1f
%prep
0f5e1f
%setup -T -c
0f5e1f
0f5e1f
# Extract main source
0f5e1f
tar --strip-components=1 -xf %{SOURCE0}
0f5e1f
0f5e1f
# Extract linuxtools/eclipse-build sources
0f5e1f
tar --strip-components=1 -xf %{SOURCE1}
0f5e1f
0f5e1f
# Delete pre-built binary artifacts except some test data that cannot be generated
0f5e1f
find . ! -path "*/JCL/*" ! -name "rtstubs*.jar" ! -name "java14api.jar" ! -name "j9stubs.jar" ! -name "annotations.jar" \
0f5e1f
   -type f -name *.jar -delete
0f5e1f
find . -type f -name *.class -delete
0f5e1f
find . -type f -name *.so -delete
0f5e1f
find . -type f -name *.dll -delete
0f5e1f
find . -type f -name *.jnilib -delete
0f5e1f
0f5e1f
# Remove pre-compiled native launchers
0f5e1f
rm -rf rt.equinox.binaries/org.eclipse.equinox.executable/{bin,contributed}/
0f5e1f
0f5e1f
%patch0
0f5e1f
%patch1
0f5e1f
%patch2 -p1
0f5e1f
%patch3
0f5e1f
%patch4 -p1
0f5e1f
%patch5
0f5e1f
%patch12
0f5e1f
%patch13 -p1
0f5e1f
%patch14
0f5e1f
%patch15
0f5e1f
%patch17 -p1
0f5e1f
%patch18
0f5e1f
%patch19
0f5e1f
%patch20
0f5e1f
%if ! %{use_wayland}
0f5e1f
# Enable wayland by default on F27+
0f5e1f
%patch21
0f5e1f
%endif
0f5e1f
%patch22
0f5e1f
%patch23 -p1
0f5e1f
%patch24 -p1
0f5e1f
%patch25
0f5e1f
%patch26 -p1
0f5e1f
0f5e1f
# SCL-specific patches
0f5e1f
%patch100 -p1
0f5e1f
%patch101 -p1
0f5e1f
%patch102 -p1
0f5e1f
0f5e1f
# Optional (unused) multipart support (see patch 25)
0f5e1f
rm rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupport{Impl,FactoryImpl,Part}.java
0f5e1f
0f5e1f
# No strict bin includes
0f5e1f
sed -i -e '/jgit.dirtyWorkingTree>/a<strictSrcIncludes>false</strictSrcIncludes><strictBinIncludes>false</strictBinIncludes>' eclipse-platform-parent/pom.xml
0f5e1f
0f5e1f
# Remove jgit deps because building from source tarball, not a git repo
0f5e1f
%pom_remove_dep :tycho-buildtimestamp-jgit eclipse-platform-parent
0f5e1f
%pom_remove_dep :tycho-sourceref-jgit eclipse-platform-parent
0f5e1f
%pom_xpath_remove 'pom:configuration/pom:timestampProvider' eclipse-platform-parent
0f5e1f
%pom_xpath_remove 'pom:configuration/pom:sourceReferences' eclipse-platform-parent
0f5e1f
0f5e1f
# Resolving the target platform requires too many changes, so don't use it
0f5e1f
%pom_xpath_remove "pom:configuration/pom:target" eclipse-platform-parent
0f5e1f
0f5e1f
# Disable as many products as possible to make the build faster, we care only for the IDE
0f5e1f
%pom_disable_module platform.sdk eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module rcp eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module rcp.sdk eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module rcp.config eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module sdk eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module equinox-sdk eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module equinox.starterkit.product eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module eclipse.platform.repository eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
0f5e1f
# Disable bundles that we don't ship as part of the remaining products
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.cm.test rt.equinox.bundles
0f5e1f
%pom_disable_module features/org.eclipse.equinox.sdk rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.console.jaas.fragment rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.console.ssh rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.transforms.xslt rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.transforms.hook rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.weaving.caching.j9 rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.weaving.caching rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.weaving.hook rt.equinox.bundles
0f5e1f
%pom_disable_module features/org.eclipse.equinox.compendium.sdk rt.equinox.bundles
0f5e1f
%pom_disable_module features/org.eclipse.equinox.core.sdk rt.equinox.bundles
0f5e1f
%pom_disable_module features/org.eclipse.equinox.p2.sdk rt.equinox.p2
0f5e1f
%pom_disable_module features/org.eclipse.equinox.server.p2 rt.equinox.bundles
0f5e1f
%pom_disable_module features/org.eclipse.equinox.serverside.sdk rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.p2.artifact.optimizers rt.equinox.p2
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.p2.artifact.processors rt.equinox.p2
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle rt.equinox.p2
0f5e1f
0f5e1f
# Don't need annotations for obsolete JDKs
0f5e1f
%pom_disable_module org.eclipse.jdt.annotation_v1 eclipse.jdt.core
0f5e1f
%pom_xpath_remove "plugin[@version='1.1.500.qualifier']" eclipse.jdt/org.eclipse.jdt-feature/feature.xml
0f5e1f
0f5e1f
# javax.annotation -> jakarta.annotation-api
0f5e1f
sed -i -e 's/javax.annotation/%{_jakarta_annotations}/' eclipse-platform-parent/pom.xml \
0f5e1f
  eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml \
0f5e1f
  eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml \
0f5e1f
  eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml \
0f5e1f
  eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml
0f5e1f
0f5e1f
# Fix requirement on junit 4
0f5e1f
sed -i -e 's/4.13.0,5.0.0/4.12.0,5.0.0/' eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport.java
0f5e1f
0f5e1f
# Disable examples
0f5e1f
%pom_disable_module infocenter-web eclipse.platform.ua
0f5e1f
%pom_disable_module examples rt.equinox.p2
0f5e1f
%pom_disable_module examples eclipse.platform.ui
0f5e1f
%pom_disable_module org.eclipse.debug.examples.core eclipse.platform.debug
0f5e1f
%pom_disable_module org.eclipse.debug.examples.memory eclipse.platform.debug
0f5e1f
%pom_disable_module org.eclipse.debug.examples.mixedmode eclipse.platform.debug
0f5e1f
%pom_disable_module org.eclipse.debug.examples.ui eclipse.platform.debug
0f5e1f
%pom_disable_module bundles/org.eclipse.sdk.examples eclipse.platform.releng
0f5e1f
%pom_disable_module features/org.eclipse.sdk.examples-feature eclipse.platform.releng
0f5e1f
%pom_disable_module examples/org.eclipse.swt.examples.ole.win32 eclipse.platform.swt
0f5e1f
%pom_disable_module examples/org.eclipse.compare.examples eclipse.platform.team
0f5e1f
%pom_disable_module examples/org.eclipse.compare.examples.xml eclipse.platform.team
0f5e1f
%pom_disable_module examples/org.eclipse.team.examples.filesystem eclipse.platform.team
0f5e1f
%pom_disable_module org.eclipse.jface.text.examples eclipse.platform.text
0f5e1f
%pom_disable_module org.eclipse.ui.examples.javaeditor eclipse.platform.text
0f5e1f
%pom_disable_module org.eclipse.ui.genericeditor.examples eclipse.platform.text
0f5e1f
%pom_disable_module org.eclipse.ui.intro.quicklinks.examples eclipse.platform.ua
0f5e1f
%pom_disable_module org.eclipse.ui.intro.solstice.examples eclipse.platform.ua
0f5e1f
0f5e1f
# Disable tests
0f5e1f
for pom in eclipse.jdt.core{,.binaries} eclipse.jdt.debug eclipse.jdt.ui eclipse.pde.build eclipse.pde.ui{,/apitools} \
0f5e1f
    eclipse.platform eclipse.platform.debug eclipse.platform.releng eclipse.platform.resources eclipse.platform.runtime \
0f5e1f
    eclipse.platform.swt eclipse.platform.team eclipse.platform.text eclipse.platform.ui eclipse.platform.ua \
0f5e1f
    rt.equinox.bundles rt.equinox.framework rt.equinox.p2 ; do
0f5e1f
  sed -i -e '/<module>.*tests.*<\/module>/d' $pom/pom.xml
0f5e1f
done
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.frameworkadmin.test rt.equinox.p2
0f5e1f
%pom_disable_module eclipse-junit-tests eclipse.platform.releng.tychoeclipsebuilder
0f5e1f
%pom_disable_module ./tests/org.eclipse.e4.tools.test eclipse.platform.ui.tools
0f5e1f
0f5e1f
# Disable test framework if we are not shipping tests
0f5e1f
%pom_disable_module features/org.eclipse.test-feature eclipse.platform.releng
0f5e1f
%pom_disable_module bundles/org.eclipse.test eclipse.platform.releng
0f5e1f
%pom_disable_module bundles/org.eclipse.test.performance eclipse.platform.releng
0f5e1f
%pom_disable_module bundles/org.eclipse.test.performance.win32 eclipse.platform.releng
0f5e1f
%pom_disable_module bundles/org.eclipse.ant.optional.junit eclipse.platform.releng
0f5e1f
0f5e1f
# Disable servletbridge stuff
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.http.servletbridge rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.servletbridge rt.equinox.bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.equinox.servletbridge.template rt.equinox.bundles
0f5e1f
0f5e1f
# Don't need enforcer on RPM builds
0f5e1f
%pom_remove_plugin :maven-enforcer-plugin eclipse-platform-parent
0f5e1f
0f5e1f
# This part generates secondary fragments using primary fragments
0f5e1f
rm -rf eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.{aarch64,s390x}
0f5e1f
rm -rf rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.{aarch64,s390x}
0f5e1f
for dir in rt.equinox.binaries rt.equinox.framework/bundles eclipse.platform.swt.binaries/bundles ; do
0f5e1f
  utils/ensure_arch.sh "$dir" x86_64 aarch64 s390x
0f5e1f
done
0f5e1f
0f5e1f
# Remove platform-specific stuff that we don't care about to reduce build time
0f5e1f
# (i.e., all bundles that are not applicable to the current build platform --
0f5e1f
# this reduces the build time on arm by around 20 minutes per architecture that
0f5e1f
# we are not currently building)
0f5e1f
TYCHO_ENV="<environment><os>linux</os><ws>gtk</ws><arch>%{eclipse_arch}</arch></environment>"
0f5e1f
%pom_xpath_set "pom:configuration/pom:environments" "$TYCHO_ENV" eclipse-platform-parent
0f5e1f
%pom_xpath_set "pom:configuration/pom:environments" "$TYCHO_ENV" eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk
0f5e1f
for b in `ls eclipse.platform.swt.binaries/bundles | grep -P -e 'org.eclipse.swt\.(?!gtk\.linux.%{eclipse_arch}$)'` ; do
0f5e1f
  module=$(grep ">bundles/$b<" eclipse.platform.swt.binaries/pom.xml || :)
0f5e1f
  if [ -n "$module" ] ; then
0f5e1f
    %pom_disable_module bundles/$b eclipse.platform.swt.binaries
0f5e1f
    %pom_xpath_inject "pom:excludes" "<plugin id='$b'/>" eclipse.platform.ui/features/org.eclipse.e4.rcp
0f5e1f
  fi
0f5e1f
done
0f5e1f
for b in `ls rt.equinox.framework/bundles | grep -P -e 'org.eclipse.equinox.launcher\.(?!gtk\.linux.%{eclipse_arch}$)'` ; do
0f5e1f
  module=$(grep ">bundles/$b<" rt.equinox.framework/pom.xml || :)
0f5e1f
  if [ -n "$module" ] ; then
0f5e1f
    %pom_disable_module bundles/$b rt.equinox.framework
0f5e1f
    %pom_xpath_remove -f "plugin[@id='$b']" rt.equinox.framework/features/org.eclipse.equinox.executable.feature/feature.xml
0f5e1f
  fi
0f5e1f
done
0f5e1f
for b in `(cd rt.equinox.bundles/bundles && ls -d *{macosx,win32,linux}*) | grep -P -e 'org.eclipse.equinox.security\.(?!linux\.%{eclipse_arch}$)'` ; do
0f5e1f
  module=$(grep ">bundles/$b<" rt.equinox.bundles/pom.xml || :)
0f5e1f
  if [ -n "$module" ] ; then
0f5e1f
    %pom_disable_module bundles/$b rt.equinox.bundles
0f5e1f
    %pom_xpath_remove -f "plugin[@id='$b']" rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/feature.xml
0f5e1f
  fi
0f5e1f
done
0f5e1f
for b in `ls eclipse.platform.team/bundles/ | grep -P -e 'org.eclipse.core.net\.(?!linux.%{eclipse_arch}$)'` ; do
0f5e1f
  %pom_disable_module bundles/$b eclipse.platform.team
0f5e1f
done
0f5e1f
for b in `ls eclipse.platform.resources/bundles/ | grep -P -e 'org.eclipse.core.filesystem\.(?!linux\.%{eclipse_arch}$)'` ; do
0f5e1f
  module=$(grep ">bundles/$b<" eclipse.platform.resources/pom.xml || :)
0f5e1f
  if [ -n "$module" ] ; then
0f5e1f
    %pom_disable_module bundles/$b eclipse.platform.resources
0f5e1f
  fi
0f5e1f
done
0f5e1f
%pom_disable_module org.eclipse.jdt.launching.macosx eclipse.jdt.debug
0f5e1f
%pom_disable_module org.eclipse.jdt.launching.ui.macosx eclipse.jdt.debug
0f5e1f
%pom_disable_module bundles/org.eclipse.compare.win32 eclipse.platform.team
0f5e1f
%pom_disable_module org.eclipse.e4.ui.workbench.renderers.swt.cocoa eclipse.platform.ui/bundles
0f5e1f
%pom_disable_module org.eclipse.ui.cocoa eclipse.platform.ui/bundles
0f5e1f
%pom_disable_module org.eclipse.ui.win32 eclipse.platform.ui/bundles
0f5e1f
%pom_disable_module org.eclipse.e4.ui.swt.win32 eclipse.platform.ui/bundles
0f5e1f
%pom_disable_module bundles/org.eclipse.core.resources.win32.x86_64 eclipse.platform.resources
0f5e1f
for f in eclipse.jdt/org.eclipse.jdt-feature/feature.xml \
0f5e1f
         eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml \
0f5e1f
         eclipse.platform.releng/features/org.eclipse.rcp/feature.xml \
0f5e1f
         eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml ; do
0f5e1f
  %pom_xpath_remove -f "plugin[@os='macosx']" $f
0f5e1f
  %pom_xpath_remove -f "plugin[@os='win32']" $f
0f5e1f
  %pom_xpath_remove -f "plugin[@ws='win32']" $f
0f5e1f
  for arch in x86_64 aarch64 ppc64le s390x ; do
0f5e1f
    if [ "$arch" != "%{eclipse_arch}" ] ; then
0f5e1f
      %pom_xpath_remove -f "plugin[@arch='$arch']" $f
0f5e1f
    fi
0f5e1f
  done
0f5e1f
done
0f5e1f
0f5e1f
%if %{with bootstrap} || %{without contrib_tools}
0f5e1f
# Disable contributor tools that have external dependencies during bootstrap
0f5e1f
%pom_disable_module eclipse.platform.ui.tools
0f5e1f
%pom_disable_module features/org.eclipse.swt.tools.feature eclipse.platform.swt
0f5e1f
%pom_disable_module bundles/org.eclipse.swt.tools.base eclipse.platform.swt
0f5e1f
%pom_disable_module bundles/org.eclipse.swt.tools.spies eclipse.platform.swt
0f5e1f
%pom_disable_module bundles/org.eclipse.swt.tools eclipse.platform.swt
0f5e1f
%pom_disable_module features/org.eclipse.releng.tools eclipse.platform.releng
0f5e1f
%pom_disable_module bundles/org.eclipse.releng.tools eclipse.platform.releng
0f5e1f
%endif
0f5e1f
0f5e1f
# Include some extra features with the product that some other projects may need at
0f5e1f
# build time as part of their target platform definitions
0f5e1f
sed -i -e '/<features>/a<feature id="org.eclipse.core.runtime.feature"/>' \
0f5e1f
  eclipse.platform.releng.tychoeclipsebuilder/platform/platform.product
0f5e1f
0f5e1f
# Ensure batch compiler gets installed correctly
0f5e1f
sed -i -e '/org.eclipse.ui.themes/i<plugin id="org.eclipse.jdt.core.compiler.batch" download-size="0" install-size="0" version="0.0.0" unpack="false"/>' \
0f5e1f
  eclipse.platform.releng/features/org.eclipse.platform-feature/feature.xml
0f5e1f
sed -i -e '/<\/excludes>/i<plugin id="org.eclipse.jdt.core.compiler.batch"/>' \
0f5e1f
  eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml
0f5e1f
0f5e1f
# Don't set perms on files for platforms that aren't linux
0f5e1f
for f in rt.equinox.framework/features/org.eclipse.equinox.executable.feature/build.properties; do
0f5e1f
  grep '^root\.linux\.gtk\.%{eclipse_arch}[.=]' $f > tmp
0f5e1f
  sed -i -e '/^root\./d' $f && cat tmp >> $f
0f5e1f
done
0f5e1f
0f5e1f
# Hack - this can go away once upstream grows arm and aarch64 support
0f5e1f
mkdir -p rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/%{eclipse_arch}
0f5e1f
0f5e1f
# Ensure that bundles with native artifacts are dir-shaped, so no *.so is extracted into user.home
0f5e1f
for f in eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.*/META-INF/MANIFEST.MF \
0f5e1f
         eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.*/META-INF/MANIFEST.MF \
0f5e1f
         eclipse.platform.team/bundles/org.eclipse.core.net.linux.*/META-INF/MANIFEST.MF ; do
0f5e1f
    echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
0f5e1f
done
0f5e1f
0f5e1f
# Add dep on Java API stubs when compiling with JDT
0f5e1f
%pom_xpath_inject "pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId='tycho-compiler-plugin']/pom:dependencies" \
0f5e1f
  "<dependency><groupId>org.eclipse</groupId><artifactId>java10api</artifactId><version>10</version></dependency>" eclipse-platform-parent
0f5e1f
0f5e1f
# Build fake ant bundle that contains symlinks to system jars
0f5e1f
dependencies/fake_ant_dependency.sh
0f5e1f
0f5e1f
# Allow usage of javax.servlet.jsp 2.3.
0f5e1f
sed -i '/javax\.servlet\.jsp/ s/2\.3/2\.4/' rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
0f5e1f
0f5e1f
# Use javax.servlet-api (Glassfish) instead of javax.servlet (Tomcat)
0f5e1f
find -name feature.xml | xargs sed -i -e 's|"javax.servlet"|"javax.servlet-api"|'
0f5e1f
sed -i -e "2iRequire-Bundle: javax.servlet-api" rt.equinox.bundles/bundles/org.eclipse.equinox.http.{jetty,servlet}/META-INF/MANIFEST.MF
0f5e1f
0f5e1f
# Fix constraint on gogo runtime
0f5e1f
sed -i -e '/org.apache.felix.service.command/s/;status=provisional//' rt.equinox.bundles/bundles/org.eclipse.equinox.console{,.ssh}/META-INF/MANIFEST.MF
0f5e1f
0f5e1f
# Pre-compiling JSPs does not currently work
0f5e1f
%pom_remove_plugin org.eclipse.jetty:jetty-jspc-maven-plugin eclipse.platform.ua/org.eclipse.help.webapp
0f5e1f
0f5e1f
# Make maven output less noisy due to lack of intenet connection
0f5e1f
sed -i -e '/baselineMode/s/warn/disable/' eclipse-platform-parent/pom.xml
0f5e1f
0f5e1f
# Remove release parameter not needed when using BREE libs
0f5e1f
sed -i -e '/maven.compiler.release/d' \
0f5e1f
  eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/pom.xml
0f5e1f
0f5e1f
# Use system osgi.annotation lib
0f5e1f
ln -s $(build-classpath osgi-annotation) rt.equinox.framework/bundles/org.eclipse.osgi/osgi/
0f5e1f
ln -s $(build-classpath osgi-annotation) rt.equinox.framework/bundles/org.eclipse.osgi.services/lib/
0f5e1f
ln -s $(build-classpath osgi-annotation) rt.equinox.framework/bundles/org.eclipse.osgi.util/lib/
0f5e1f
ln -s $(build-classpath osgi-annotation) rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/osgi/
0f5e1f
ln -s $(build-classpath osgi-annotation) rt.equinox.bundles/bundles/org.eclipse.equinox.coordinator/lib/
0f5e1f
ln -s $(build-classpath osgi-annotation) rt.equinox.bundles/bundles/org.eclipse.equinox.log.stream/osgi/
0f5e1f
0f5e1f
# The order of these mvn_package calls is important
0f5e1f
%mvn_package "::pom::" __noinstall
0f5e1f
%mvn_package ":org.eclipse.pde.tools.versioning" contributor-tools
0f5e1f
%mvn_package "::jar:sources{,-feature}:" sdk
0f5e1f
%mvn_package ":org.eclipse.jdt.doc.isv" sdk
0f5e1f
%mvn_package ":org.eclipse.platform.doc.isv" sdk
0f5e1f
%mvn_package ":org.eclipse.equinox.executable" sdk
0f5e1f
%mvn_package "org.eclipse.jdt{,.feature}:" jdt
0f5e1f
%mvn_package ":org.eclipse.ant.{launching,ui}" jdt
0f5e1f
%mvn_package ":org.eclipse.equinox.p2.discovery.{feature,compatibility}" p2-discovery
0f5e1f
%mvn_package ":org.eclipse.equinox.p2{,.ui}.discovery" p2-discovery
0f5e1f
%mvn_package ":org.eclipse.e4{,.core}.tools*" contributor-tools
0f5e1f
%mvn_package ":org.eclipse.releng.tools" contributor-tools
0f5e1f
%mvn_package ":org.eclipse.swt.tools*" contributor-tools
0f5e1f
%mvn_package "org.eclipse.cvs{,.feature}:" cvs
0f5e1f
%mvn_package "org.eclipse.team:org.eclipse.team.cvs*" cvs
0f5e1f
%mvn_package "org.eclipse.pde{,.ui,.feature}:" pde
0f5e1f
%mvn_package ":org.eclipse.pde.api.tools*" pde
0f5e1f
%mvn_package "org.eclipse.ui:org.eclipse.ui.trace" pde
0f5e1f
%mvn_package "org.eclipse.sdk{,.feature}:" sdk
0f5e1f
%mvn_package ":" __noinstall
0f5e1f
0f5e1f
%build
0f5e1f
# Compiler/linker flags for native parts
0f5e1f
export CFLAGS="%{optflags}"
0f5e1f
export LDFLAGS="%{__global_ldflags}"
0f5e1f
export M_CFLAGS="$CFLAGS"
0f5e1f
export M_ARCH="$LDFLAGS"
0f5e1f
0f5e1f
#This is the lowest value where the build succeeds. 512m is not enough.
0f5e1f
export MAVEN_OPTS="-Xmx1024m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
0f5e1f
export JAVA_HOME=%{_jvmdir}/java-11
0f5e1f
0f5e1f
# TODO: Fix bug in the tycho installation
0f5e1f
xmvn -o install:install-file -Dtycho.mode=maven -Dfile=%{_javadir}/tycho/tycho-lib-detector.jar -DpomFile=%{_mavenpomdir}/tycho/tycho-lib-detector.pom
0f5e1f
0f5e1f
# Pre-build agent jar needed for AdvancedSourceLookupSupport
0f5e1f
sed -i -e '/createSourcesJar/d' -e 's/8\.0\.1/7.0/' eclipse.jdt.debug/org.eclipse.jdt.launching.javaagent/pom.xml
0f5e1f
sed -i -e 's/V15/V11/' -e 's/ASM8/ASM7/' eclipse.jdt.debug/org.eclipse.jdt.launching.javaagent/src/main/java/org/eclipse/jdt/launching/internal/weaving/ClassfileTransformer.java \
0f5e1f
  eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/Util.java
0f5e1f
(cd eclipse.jdt.debug/org.eclipse.jdt.launching.javaagent && xmvn -e -o -B clean verify)
0f5e1f
mv eclipse.jdt.debug/org.eclipse.jdt.launching.javaagent/target/javaagent-shaded.jar \
0f5e1f
  eclipse.jdt.debug/org.eclipse.jdt.launching/lib
0f5e1f
0f5e1f
# Qualifier generated from last modification time of source tarball
0f5e1f
QUALIFIER=$(date -u -d"$(stat --format=%y %{SOURCE0})" +v%Y%m%d-%H%M)
0f5e1f
%mvn_build -j -f -- -e -DforceContextQualifier=$QUALIFIER -DaggregatorBuild=true -Dbuild.compiler="extJavac" \
0f5e1f
%if %{with bootstrap}
0f5e1f
   -Pbree-libs,!api-generation,!build-docs \
0f5e1f
%else
0f5e1f
   -Pbree-libs \
0f5e1f
%endif
0f5e1f
   -Declipse.javadoc=%{_jvmdir}/java-11/bin/javadoc -Dnative=gtk.linux.%{eclipse_arch} \
0f5e1f
   -Dtycho.local.keepTarget --global-toolchains %{SOURCE2} \
0f5e1f
   -Dfedora.p2.repos=$(pwd)/.m2/p2/repo-sdk/plugins -DbuildType=X
0f5e1f
0f5e1f
# Location that the product is materialised
0f5e1f
product="eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}"
0f5e1f
0f5e1f
# Re-symlink ant bundle to use system jars
0f5e1f
dependencies/fake_ant_dependency.sh $product/eclipse/plugins/org.apache.ant_*
0f5e1f
0f5e1f
# Symlink necessary plugins that are provided by other packages
0f5e1f
dependencies/replace_platform_plugins_with_symlinks.sh $product/eclipse %{_javadir} %{_jnidir}
0f5e1f
0f5e1f
pushd $product/eclipse
0f5e1f
0f5e1f
#clean up
0f5e1f
rm -rf configuration/org.eclipse.core.runtime
0f5e1f
rm -rf configuration/org.eclipse.equinox.app
0f5e1f
rm -rf configuration/org.eclipse.update
0f5e1f
rm -rf configuration/org.eclipse.osgi
0f5e1f
rm -rf p2/org.eclipse.equinox.p2.core/cache/*
0f5e1f
# no icon needed
0f5e1f
rm -f icon.xpm
0f5e1f
0f5e1f
# EMF and ECF are packaged separately
0f5e1f
rm -rf features/org.eclipse.emf.* plugins/org.eclipse.emf.* \
0f5e1f
  features/org.eclipse.ecf.* plugins/org.eclipse.ecf.* plugins/org.eclipse.ecf_*
0f5e1f
0f5e1f
#delete all local repositories. We want to have only "original" by default.
0f5e1f
pushd p2/org.eclipse.equinox.p2.engine/.settings
0f5e1f
    sed -i "/repositories\/file/d" *.prefs ../profileRegistry/SDKProfile.profile/.data/.settings/*.prefs
0f5e1f
    sed -i "/repositories\/memory/d" *.prefs ../profileRegistry/SDKProfile.profile/.data/.settings/*.prefs
0f5e1f
popd
0f5e1f
0f5e1f
# ini file adjustements
0f5e1f
sed -i "s|-Xms40m|-Xms512m|g" eclipse.ini
0f5e1f
sed -i "s|-Xmx512m|-Xmx1024m|g" eclipse.ini
0f5e1f
sed -i '1i-protect\nroot' eclipse.ini
0f5e1f
sed -i '/-vmargs/i-vm\n%{_jvmdir}/java-11/bin/java' eclipse.ini
0f5e1f
0f5e1f
# Temporary fix until https://bugs.eclipse.org/294877 is resolved
0f5e1f
cat >> eclipse.ini <
0f5e1f
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
0f5e1f
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=%{_datadir}/eclipse/dropins
0f5e1f
-Dp2.fragments=%{_eclipsedir}/droplets,%{_datadir}/eclipse/droplets
0f5e1f
-Declipse.p2.skipMovedInstallDetection=true
0f5e1f
-Dosgi.resolver.usesMode=ignore
0f5e1f
EOF
0f5e1f
0f5e1f
popd #eclipse
0f5e1f
0f5e1f
%install
0f5e1f
%mvn_install
0f5e1f
0f5e1f
# Some directories we need
0f5e1f
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}
0f5e1f
install -d -m 755 $RPM_BUILD_ROOT%{_jnidir}
0f5e1f
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/eclipse
0f5e1f
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
0f5e1f
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
0f5e1f
0f5e1f
# Install icons
0f5e1f
install -D eclipse.platform/platform/org.eclipse.platform/eclipse32.png \
0f5e1f
    $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/%{name}.png
0f5e1f
install -D eclipse.platform/platform/org.eclipse.platform/eclipse48.png \
0f5e1f
    $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/apps/%{name}.png
0f5e1f
install -D eclipse.platform/platform/org.eclipse.platform/eclipse256.png \
0f5e1f
    $RPM_BUILD_ROOT/usr/share/icons/hicolor/256x256/apps/%{name}.png
0f5e1f
install -d $RPM_BUILD_ROOT/usr/share/pixmaps
0f5e1f
ln -s /usr/share/icons/hicolor/256x256/apps/%{name}.png \
0f5e1f
    $RPM_BUILD_ROOT/usr/share/pixmaps/%{name}.png
0f5e1f
0f5e1f
# Install desktop file
0f5e1f
sed -i -e 's/Exec=eclipse/Exec=%{app_exec}/g' desktopintegration/eclipse.desktop
0f5e1f
sed -i -e 's/Name=Eclipse/Name=%{app_name}/g' desktopintegration/eclipse.desktop
0f5e1f
sed -i -e 's/Icon=eclipse/Icon=%{name}/g' desktopintegration/eclipse.desktop
0f5e1f
install -m644 -D desktopintegration/eclipse.desktop $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop
0f5e1f
desktop-file-validate $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop
0f5e1f
0f5e1f
# Install appstream appdata
0f5e1f
install -m644 -D desktopintegration/eclipse.appdata.xml      $RPM_BUILD_ROOT%{_datadir}/appdata/eclipse.appdata.xml
0f5e1f
install -m644 -D desktopintegration/eclipse-jdt.metainfo.xml $RPM_BUILD_ROOT%{_datadir}/appdata/eclipse-jdt.metainfo.xml
0f5e1f
install -m644 -D desktopintegration/eclipse-pde.metainfo.xml $RPM_BUILD_ROOT%{_datadir}/appdata/eclipse-pde.metainfo.xml
0f5e1f
0f5e1f
LOCAL_PWD=`pwd`
0f5e1f
#change the installation p2 files
0f5e1f
pushd eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile/
0f5e1f
for i in `ls | grep "profile.gz"` ; do  \
0f5e1f
        echo $i ; \
0f5e1f
        gunzip $i ; \
0f5e1f
        sed -i -e "s@${LOCAL_PWD}/eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse@%{_eclipsedir}@g" *.profile ; \
0f5e1f
        gzip *.profile ; \
0f5e1f
    done 
0f5e1f
popd 
0f5e1f
0f5e1f
#installation itself - copy it into right location
0f5e1f
rsync -vrpl eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse \
0f5e1f
    %{buildroot}%{_prefix}/lib
0f5e1f
0f5e1f
# Symlink eclipse binary
0f5e1f
pushd %{buildroot}%{_bindir}
0f5e1f
    ln -s %{_eclipsedir}/eclipse
0f5e1f
popd
0f5e1f
0f5e1f
# Symlink eclipse ini
0f5e1f
pushd %{buildroot}/%{_sysconfdir}/
0f5e1f
    ln -s %{_eclipsedir}/eclipse.ini
0f5e1f
popd
0f5e1f
0f5e1f
# List jars to be symlinked into javadir
0f5e1f
pushd %{buildroot}%{_eclipsedir}/plugins
0f5e1f
EQUINOX_JARS=$(ls . | grep -P '^org.eclipse.equinox(?!.*\.ui[\._])' | sed -e 's|^org\.eclipse\.\(.*\)_.*|\1|')
0f5e1f
OSGI_JARS=$(ls . | grep '^org.eclipse.osgi' | sed -e 's|^org\.eclipse\.\(.*\)_.*|\1|')
0f5e1f
popd
0f5e1f
0f5e1f
# Symlink jars into javadir
0f5e1f
location=%{_eclipsedir}/plugins
0f5e1f
while [ "$location" != "/" ] ; do
0f5e1f
    location=$(dirname $location)
0f5e1f
    updir="$updir../"
0f5e1f
done
0f5e1f
pushd %{buildroot}%{_javadir}/eclipse
0f5e1f
for J in $EQUINOX_JARS core.contenttype core.jobs core.net core.runtime ; do
0f5e1f
  DIR=$updir%{_eclipsedir}/plugins
0f5e1f
  if [ "$J" != "equinox.http.servlet" ] ; then
0f5e1f
    [ -e "`ls $DIR/org.eclipse.${J}_*.jar`" ] && ln -s $DIR/org.eclipse.${J}_*.jar ${J}.jar
0f5e1f
  fi
0f5e1f
done
0f5e1f
popd
0f5e1f
0f5e1f
# Generate addition Maven metadata
0f5e1f
rm -rf .xmvn/ .xmvn-reactor
0f5e1f
%mvn_package "org.eclipse.osgi:" equinox-osgi
0f5e1f
%mvn_package "org.eclipse.swt:" swt
0f5e1f
0f5e1f
# Install Maven metadata for OSGi jars
0f5e1f
for J in $OSGI_JARS ; do
0f5e1f
  JAR=%{buildroot}%{_eclipsedir}/plugins/org.eclipse.${J}_*.jar
0f5e1f
  VER=$(echo $JAR | sed -e "s/.*${J}_\(.*\)\.jar/\1/")
0f5e1f
  %mvn_artifact "org.eclipse.osgi:$J:jar:$VER" $JAR
0f5e1f
  %mvn_alias "org.eclipse.osgi:$J" "org.eclipse.osgi:org.eclipse.$J" "org.eclipse.platform:org.eclipse.$J"
0f5e1f
done
0f5e1f
0f5e1f
# Install Maven metadata for SWT
0f5e1f
JAR=%{buildroot}%{_eclipsedir}/plugins/org.eclipse.swt_*.jar
0f5e1f
VER=$(echo $JAR | sed -e "s/.*_\(.*\)\.jar/\1/")
0f5e1f
%mvn_artifact "org.eclipse.swt:org.eclipse.swt:jar:$VER" ./eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}/target/org.eclipse.swt.gtk.linux.%{eclipse_arch}-*-SNAPSHOT.jar
0f5e1f
%mvn_alias "org.eclipse.swt:org.eclipse.swt" "org.eclipse.swt:swt"
0f5e1f
%mvn_file "org.eclipse.swt:org.eclipse.swt" swt
0f5e1f
0f5e1f
%mvn_install
0f5e1f
0f5e1f
# Symlink SWT jar
0f5e1f
pushd %{buildroot}/%{_eclipsedir}/
0f5e1f
    ln -s $(abs2rel %{_jnidir}/swt.jar %{_eclipsedir})
0f5e1f
popd
0f5e1f
0f5e1f
#fix so permissions
0f5e1f
find $RPM_BUILD_ROOT/%{_eclipsedir} -name *.so -exec chmod a+x {} \;
0f5e1f
0f5e1f
# Usage marker
0f5e1f
install -d -m 755 %{buildroot}%{_eclipsedir}/.pkgs
0f5e1f
echo "%{version}-%{release}" > %{buildroot}%{_eclipsedir}/.pkgs/Distro%{?dist}
0f5e1f
0f5e1f
%files swt -f .mfiles-swt
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.swt_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.swt.gtk.linux.*
0f5e1f
%{_eclipsedir}/swt.jar
0f5e1f
%{_jnidir}/swt.jar
0f5e1f
0f5e1f
%files platform
0f5e1f
%{_bindir}/eclipse
0f5e1f
%{_eclipsedir}/eclipse
0f5e1f
%{_eclipsedir}/.eclipseproduct
0f5e1f
%{_eclipsedir}/.pkgs
0f5e1f
%config %{_eclipsedir}/eclipse.ini
0f5e1f
%config %{_sysconfdir}/eclipse.ini
0f5e1f
/usr/share/applications/*
0f5e1f
/usr/share/pixmaps/*
0f5e1f
/usr/share/icons/*/*/apps/*
0f5e1f
%{_datadir}/appdata/eclipse.appdata.xml
0f5e1f
%dir %{_eclipsedir}/configuration/
0f5e1f
%dir %{_eclipsedir}/configuration/org.eclipse.equinox.simpleconfigurator/
0f5e1f
%{_eclipsedir}/configuration/config.ini
0f5e1f
%{_eclipsedir}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
0f5e1f
%{_eclipsedir}/features/org.eclipse.core.runtime.feature_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.e4.rcp_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.equinox.core.feature_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.equinox.p2.core.feature_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.equinox.p2.extras.feature_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.equinox.p2.rcp.feature_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.equinox.p2.user.ui_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.help_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.platform_*
0f5e1f
%{_eclipsedir}/features/org.eclipse.rcp_*
0f5e1f
%{_eclipsedir}/plugins/com.ibm.icu_*
0f5e1f
%{_eclipsedir}/plugins/com.jcraft.jsch_*
0f5e1f
%{_eclipsedir}/plugins/com.sun.el.javax.el_*
0f5e1f
%{_eclipsedir}/plugins/javax.*
0f5e1f
%if 0%{?fedora}
0f5e1f
%{_eclipsedir}/plugins/jakarta.*
0f5e1f
%endif
0f5e1f
%{_eclipsedir}/plugins/org.apache.*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ant.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.compare_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.compare.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.commands_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.contenttype_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.databinding.beans_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.databinding.observable_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.databinding.property_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.databinding_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.expressions_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.externaltools_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.filebuffers_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.filesystem*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.jobs_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.net*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.resources_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.runtime_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.core.variables_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.debug.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.debug.ui_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.commands_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.contexts_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.di_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.di.annotations_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.di.extensions_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.di.extensions.supplier_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.core.services_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.emf.xpath_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.bindings_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.css.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.css.swt_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.css.swt.theme_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.di_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.dialogs_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.ide_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.model.workbench_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.services_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.swt.gtk_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.widgets_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.workbench_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.workbench3_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.workbench.addons.swt_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.workbench.renderers.swt_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.e4.ui.workbench.swt_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.app_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.bidi_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.common_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.concurrent_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.console_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.ds_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.event_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.frameworkadmin_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.frameworkadmin.equinox_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.http.jetty_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.http.registry_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.http.servlet_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.jsp.jasper_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.jsp.jasper.registry_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.launcher_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.launcher.gtk.linux.*_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.artifact.repository_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.console_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.director_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.director.app_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.directorywatcher_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.engine_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.extensionlocation_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.garbagecollector_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.jarprocessor_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.metadata_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.metadata.repository_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.operations_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.publisher_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.publisher.eclipse_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.reconciler.dropins_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.repository_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.repository.tools_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.touchpoint.natives_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.transport.ecf_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.ui_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.ui.importexport_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.ui.sdk_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.updatechecker_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.p2.updatesite_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.preferences_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.registry_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.security*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.simpleconfigurator_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.help_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.help.base_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.help.ui_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.help.webapp_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jdt.core.compiler.batch_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jetty.*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jface_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jface.databinding_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jface.text_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jface.notifications_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jsch.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.jsch.ui_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ltk.core.refactoring_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ltk.ui.refactoring_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.platform_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.platform.doc.user_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.rcp_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.search_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.team.core_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.team.genericeditor.diff.extension_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.team.ui_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.text_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.text.quicksearch_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.browser_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.cheatsheets_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.console_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.editors_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.externaltools_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.forms_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.genericeditor_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.ide_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.ide.application_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.intro_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.intro.quicklinks_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.intro.universal_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.monitoring_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.navigator_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.navigator.resources_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.net_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.themes_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.views_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.views.log_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.views.properties.tabbed_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.workbench_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.ui.workbench.texteditor_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.update.configurator_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.urischeme_*
0f5e1f
%{_eclipsedir}/plugins/org.glassfish.web.javax.servlet.jsp_*
0f5e1f
%{_eclipsedir}/plugins/org.sat4j.core_*
0f5e1f
%{_eclipsedir}/plugins/org.sat4j.pb_*
0f5e1f
%{_eclipsedir}/plugins/org.tukaani.xz_*
0f5e1f
%{_eclipsedir}/plugins/org.w3c.css.sac_*
0f5e1f
%{_eclipsedir}/plugins/org.w3c.dom.svg_*
0f5e1f
%doc %{_eclipsedir}/readme
0f5e1f
%{_eclipsedir}/artifacts.xml
0f5e1f
%{_eclipsedir}/p2
0f5e1f
%{_javadir}/%{name}/core*
0f5e1f
%{_javadir}/%{name}/equinox*
0f5e1f
0f5e1f
%files jdt -f .mfiles-jdt
0f5e1f
%{_datadir}/appdata/eclipse-jdt.metainfo.xml
0f5e1f
0f5e1f
%files pde -f .mfiles-pde -f .mfiles-cvs -f .mfiles-sdk
0f5e1f
%{_datadir}/appdata/eclipse-pde.metainfo.xml
0f5e1f
0f5e1f
%files p2-discovery -f .mfiles-p2-discovery
0f5e1f
0f5e1f
%if %{without bootstrap} && %{with contrib_tools}
0f5e1f
0f5e1f
%files contributor-tools -f .mfiles-contributor-tools
0f5e1f
%endif
0f5e1f
0f5e1f
%files equinox-osgi -f .mfiles-equinox-osgi
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.osgi_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.osgi.compatibility.state_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.osgi.services_*
0f5e1f
%{_eclipsedir}/plugins/org.eclipse.osgi.util_*
0f5e1f
0f5e1f
%changelog
0f5e1f
* Fri Oct 23 2020 Alexander Kurtakov <akurtako@redhat.com> 1:4.16-8
0f5e1f
- Add java-11-openjdk-devel - without it /usr/lib/jvm/java-11 is not created.
0f5e1f
0f5e1f
* Thu Oct 22 2020 Alexander Kurtakov <akurtako@redhat.com> 1:4.16-7
0f5e1f
- Add additonal Java 11 dependencies to ensure all parts are installed.
0f5e1f
0f5e1f
* Tue Jul 21 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-6
0f5e1f
- Require Java 11 explicitly
0f5e1f
- Drop hotspot exclusions from the JDK 6 era
0f5e1f
0f5e1f
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1:4.16-5
0f5e1f
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
0f5e1f
0f5e1f
* Mon Jun 29 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-4
0f5e1f
- Update linux-build snapshot and fix adding junit classpath containers to java
0f5e1f
  projects
0f5e1f
0f5e1f
* Tue Jun 23 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-3
0f5e1f
- Make a bit more portable and fix bootstrap mode
0f5e1f
0f5e1f
* Fri Jun 19 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-2
0f5e1f
- Non-bootstrap build
0f5e1f
0f5e1f
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 1:4.16-1
0f5e1f
- Update to latest upstream release
0f5e1f
0f5e1f
* Thu Apr 02 2020 Mat Booth <mat.booth@redhat.com> - 1:4.15-5
0f5e1f
- Make the requirement on felix-scr more strict
0f5e1f
0f5e1f
* Thu Apr 02 2020 Mat Booth <mat.booth@redhat.com> - 1:4.15-4
0f5e1f
- Allow library detector to build on Java 11
0f5e1f
0f5e1f
* Sun Mar 29 2020 Mat Booth <mat.booth@redhat.com> - 1:4.15-3
0f5e1f
- Don't build and ship the test framework. We are not shipping any actual tests
0f5e1f
  anyway and this allows to drop the dependency on mockito and friends.
0f5e1f
0f5e1f
* Mon Mar 23 2020 Mat Booth <mat.booth@redhat.com> - 1:4.15-2
0f5e1f
- Set compiler release to Java 8 on certain bundles
0f5e1f
0f5e1f
* Sat Mar 21 2020 Mat Booth <mat.booth@redhat.com> - 1:4.15-1
0f5e1f
- Update to latest upstream release
0f5e1f
0f5e1f
* Tue Jan 28 2020 Mat Booth <mat.booth@redhat.com> - 1:4.14-5
0f5e1f
- Backport patch to fix build against GCC 10
0f5e1f
0f5e1f
* Thu Jan 23 2020 Mat Booth <mat.booth@redhat.com> - 1:4.14-4
0f5e1f
- Remove BR on bouncycastle
0f5e1f
0f5e1f
* Thu Jan 23 2020 Mat Booth <mat.booth@redhat.com> - 1:4.14-3
0f5e1f
- Remove references to kxml/xpp3
0f5e1f
0f5e1f
* Thu Dec 19 2019 Mat Booth <mat.booth@redhat.com> - 1:4.14-2
0f5e1f
- Full build
0f5e1f
- Drop tests sub-package
0f5e1f
0f5e1f
* Thu Dec 19 2019 Mat Booth <mat.booth@redhat.com> - 1:4.14-1
0f5e1f
- Update to latest upstream release
0f5e1f
0f5e1f
* Thu Dec 19 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-7
0f5e1f
- Bump requirements on EMF/ECF
0f5e1f
0f5e1f
* Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-6
0f5e1f
- Remove unnecessary dep on apache-commons-el
0f5e1f
- Enable bootstrap mode
0f5e1f
0f5e1f
* Wed Nov 20 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-5
0f5e1f
- Obsolete retired packages
0f5e1f
0f5e1f
* Mon Sep 23 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-4
0f5e1f
- Add patch for ebz#550606
0f5e1f
0f5e1f
* Mon Sep 23 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-3
0f5e1f
- Fix explicit hamcrest reqs
0f5e1f
0f5e1f
* Mon Sep 16 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-2
0f5e1f
- Fix PDE installation
0f5e1f
0f5e1f
* Mon Sep 09 2019 Mat Booth <mat.booth@redhat.com> - 1:4.13-1
0f5e1f
- Update to latest upstream release
0f5e1f
0f5e1f
* Wed Jul 24 2019 Mat Booth <mat.booth@redhat.com> - 1:4.12-6
0f5e1f
- Reenable normal debuginfo generation for the launcher binary on Fedora
0f5e1f
0f5e1f
* Thu Jun 27 2019 Mat Booth <mat.booth@redhat.com> - 1:4.12-5
0f5e1f
- Fix NoClassDefFoundError regression in ant support
0f5e1f
0f5e1f
* Thu Jun 20 2019 Mat Booth <mat.booth@redhat.com> - 1:4.12-4
0f5e1f
- Fix deps on batik stack
0f5e1f
0f5e1f
* Thu Jun 20 2019 Mat Booth <mat.booth@redhat.com> - 1:4.12-3
0f5e1f
- Disable more examples and allow contrib-tools mode to build properly
0f5e1f
0f5e1f
* Wed Jun 19 2019 Mat Booth <mat.booth@redhat.com> - 1:4.12-2
0f5e1f
- Additional fixes for ebz548211
0f5e1f
0f5e1f
* Mon Jun 17 2019 Mat Booth <mat.booth@redhat.com> - 1:4.12-1
0f5e1f
- Update to 2019-06 release
0f5e1f
0f5e1f
* Sun Jun 16 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-15
0f5e1f
- Rebuild against new Jetty, ECF and EMF
0f5e1f
0f5e1f
* Wed Jun 12 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-14
0f5e1f
- Full rebuild
0f5e1f
0f5e1f
* Wed Jun 12 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-13
0f5e1f
- Add patch for lucene 8 and rebootstrap
0f5e1f
0f5e1f
* Thu May 30 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-12
0f5e1f
- Avoid requirement on optional test dependency commons-fileupload
0f5e1f
0f5e1f
* Fri May 24 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-11
0f5e1f
- Clean up unused maven metadata
0f5e1f
0f5e1f
* Fri May 24 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-10
0f5e1f
- Add missing BR on google-gson
0f5e1f
0f5e1f
* Thu May 23 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-9
0f5e1f
- Bump deps on batik and xmlgraphics
0f5e1f
0f5e1f
* Tue May 07 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-8
0f5e1f
- Re-instate junit5 dep since dependent modules were fixed
0f5e1f
0f5e1f
* Wed May 01 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-7
0f5e1f
- Bump requirements on Jetty
0f5e1f
- Avoid reliance on Javascript in SWT build
0f5e1f
0f5e1f
* Tue Apr 30 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-6
0f5e1f
- Disable hard requirement on ant-junit5
0f5e1f
0f5e1f
* Thu Apr 25 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-5
0f5e1f
- Fix bootstrap mode to use bcond flags
0f5e1f
- Bump requirements on Jetty, SCR and ICU4j
0f5e1f
0f5e1f
* Wed Apr 10 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-4
0f5e1f
- Obsolete recommenders package, rhbz#1698504
0f5e1f
0f5e1f
* Tue Mar 19 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-3
0f5e1f
- Pre-strip debuginfo from the launcher binary to avoid conflicts with other RCP
0f5e1f
  applications, which will use identical launcher binaries
0f5e1f
0f5e1f
* Thu Mar 14 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-2
0f5e1f
- Full build
0f5e1f
0f5e1f
* Mon Mar 11 2019 Mat Booth <mat.booth@redhat.com> - 1:4.11-1
0f5e1f
- Update to 2019-03 release
0f5e1f
- Drop support for 32-bit architectures
0f5e1f
0f5e1f
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.10.0-3
0f5e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0f5e1f
0f5e1f
* Thu Jan 10 2019 Mat Booth <mat.booth@redhat.com> - 1:4.10.0-2
0f5e1f
- No longer recommend Code Recommenders
0f5e1f
0f5e1f
* Tue Dec 11 2018 Mat Booth <mat.booth@redhat.com> - 1:4.10.0-1
0f5e1f
- Update to 2018-12 release
0f5e1f
- Update eclipse-build snapshot
0f5e1f
0f5e1f
* Thu Dec 06 2018 Mat Booth <mat.booth@redhat.com> - 1:4.10.0-0.3
0f5e1f
- Update to latest I-build
0f5e1f
- Build against latest jetty, mockito packages
0f5e1f
- Update requirements on EMF and ECF
0f5e1f
0f5e1f
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 1:4.10.0-0.2
0f5e1f
- Allow building on Fedora 29
0f5e1f
0f5e1f
* Thu Nov 29 2018 Mat Booth <mat.booth@redhat.com> - 1:4.10.0-0.1
0f5e1f
- Update to latest I-build
0f5e1f
- Enable bootstrap mode
0f5e1f
0f5e1f
* Fri Sep 28 2018 Jeff Johnston <jjohnstn@redhat.com> - 1:4.9.0-2
0f5e1f
- Add org.eclipse.equinox.executable for building RCP apps
0f5e1f
0f5e1f
* Wed Sep 12 2018 Mat Booth <mat.booth@redhat.com> - 1:4.9.0-1
0f5e1f
- Update to final bits for 4.9
0f5e1f
- Fix NPE due to missing agent jar
0f5e1f
0f5e1f
* Thu Aug 23 2018 Mat Booth <mat.booth@redhat.com> - 1:4.9.0-0.4
0f5e1f
- Update to latest I-build
0f5e1f
- Full non-bootstrap build
0f5e1f
0f5e1f
* Wed Aug 22 2018 Mat Booth <mat.booth@redhat.com> - 1:4.9.0-0.3
0f5e1f
- Fix prefer x11 patch used on RHEL
0f5e1f
0f5e1f
* Mon Aug 20 2018 Mat Booth <mat.booth@redhat.com> - 1:4.9.0-0.2
0f5e1f
- Fix secondary arch build
0f5e1f
0f5e1f
* Sun Aug 19 2018 Mat Booth <mat.booth@redhat.com> - 1:4.9.0-0.1
0f5e1f
- Update to latest I-build
0f5e1f
- Update license
0f5e1f
0f5e1f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.8.0-4
0f5e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0f5e1f
0f5e1f
* Mon Jun 25 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-3
0f5e1f
- Add patch to use gsettings instead of gconf
0f5e1f
0f5e1f
* Wed Jun 13 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-2
0f5e1f
- Backport patches for ebz#533655 and ebz#535392
0f5e1f
0f5e1f
* Tue Jun 12 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-1
0f5e1f
- Update to Photon release
0f5e1f
0f5e1f
* Thu Jun 07 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.8
0f5e1f
- Update to last RC of Photon
0f5e1f
0f5e1f
* Mon May 21 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.7
0f5e1f
- Updated I-build
0f5e1f
- Switch to using upstream tarball
0f5e1f
- Disable unused annotation bundle
0f5e1f
0f5e1f
* Mon May 21 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.6
0f5e1f
- Rebuild to correct permissions
0f5e1f
0f5e1f
* Tue May 15 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.5
0f5e1f
- Rebuild against Photon EMF and ECF versions
0f5e1f
- Updated I-build
0f5e1f
0f5e1f
* Thu May 03 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.4
0f5e1f
- Updated I-build
0f5e1f
- Attempt to fix arm platform launchers
0f5e1f
0f5e1f
* Wed May 02 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.3
0f5e1f
- Non-bootstrap build
0f5e1f
0f5e1f
* Sat Apr 28 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.2
0f5e1f
- Update to latest I-build and fix build on 32bit intel platform
0f5e1f
- Tighten deps on batik to prevent runtime bundle resolution errors
0f5e1f
0f5e1f
* Tue Apr 24 2018 Mat Booth <mat.booth@redhat.com> - 1:4.8.0-0.1
0f5e1f
- Update to Photon I-build
0f5e1f
- Remove conditional for webkit2 (always use it now)
0f5e1f
- Bump requirement on lucene
0f5e1f
0f5e1f
* Tue Apr 10 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3a-4
0f5e1f
- Ensure patches apply cleanly
0f5e1f
- Use java API stubs from ecj package
0f5e1f
0f5e1f
* Mon Apr 09 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3a-3
0f5e1f
- Package java 10 API stubs jar
0f5e1f
0f5e1f
* Mon Apr 09 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3a-2
0f5e1f
- Backport patches to fix broken table editing
0f5e1f
0f5e1f
* Mon Apr 09 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3a-1
0f5e1f
- Update to Oxygen.3a release for java 10 support
0f5e1f
0f5e1f
* Wed Mar 21 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3-2
0f5e1f
- Bump jetty dependency
0f5e1f
0f5e1f
* Thu Mar 15 2018 Mat Booth <mat.booth@redhat.com> - 1:4.7.3-1
0f5e1f
- Update to Oxygen.3 release
0f5e1f
0f5e1f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.7.2-3
0f5e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0f5e1f
0f5e1f
* Tue Jan 09 2018 Merlin Mathesius <mmathesi@redhat.com> - 1:4.7.2-2
0f5e1f
- Cleanup spec file conditionals
0f5e1f
0f5e1f
* Wed Nov 29 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.2-1
0f5e1f
- Update to last RC/final release of Oxygen.2
0f5e1f
- Fix x11 crash when running on wayland
0f5e1f
0f5e1f
* Fri Nov 24 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.2-0.2
0f5e1f
- Update to latest RC of Oxygen.2
0f5e1f
0f5e1f
* Tue Nov 21 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.2-0.1
0f5e1f
- Update to latest RC of Oxygen.2
0f5e1f
0f5e1f
* Fri Nov 17 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-8
0f5e1f
- Make java 9 api stubs available for use
0f5e1f
- Migrate away from deprecated maven depmap macros
0f5e1f
0f5e1f
* Wed Oct 18 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-7
0f5e1f
- Update to 4.7.1a release
0f5e1f
0f5e1f
* Mon Oct 02 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-6
0f5e1f
- Use the jit on 32bit arm to speed up the build
0f5e1f
0f5e1f
* Mon Oct 02 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-5
0f5e1f
- Drop workaround for metainfo problem
0f5e1f
- Add patch for javascript/webkit2 bug ebz#525340
0f5e1f
- Add missing mocking deps for contributor-tools
0f5e1f
0f5e1f
* Tue Sep 19 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-4
0f5e1f
- Add workaround for appstream metainfo bug in RPM on F27
0f5e1f
0f5e1f
* Tue Sep 19 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-3
0f5e1f
- Obsolete e4-importer that was moved into platform
0f5e1f
- Add recommends on recommenders from JDT
0f5e1f
0f5e1f
* Fri Sep 15 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-2
0f5e1f
- Debootstrap build
0f5e1f
0f5e1f
* Fri Sep 15 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.1-1
0f5e1f
- Update to Oxygen.1 release
0f5e1f
- Relax restriction on objectweb-asm
0f5e1f
0f5e1f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.7.0-4
0f5e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0f5e1f
0f5e1f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.7.0-3
0f5e1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0f5e1f
0f5e1f
* Tue Jul 04 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-2
0f5e1f
- Use 'protect root' instead of 'protect master'
0f5e1f
0f5e1f
* Fri Jun 30 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-1
0f5e1f
- Update to final Oxygen release
0f5e1f
- Bump jetty requirement
0f5e1f
0f5e1f
* Thu Jun 15 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.14
0f5e1f
- Update to latest release candidate build
0f5e1f
- Rebuild for latest EMF and ECF
0f5e1f
- Drop nashorn extension mechanism
0f5e1f
0f5e1f
* Wed May 31 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:4.7.0-0.13
0f5e1f
- Add missing build-requires on Maven plugins
0f5e1f
- Run xmvn in batch mode
0f5e1f
0f5e1f
* Thu May 18 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.12
0f5e1f
- Enable Wayland backend by default on F27+
0f5e1f
- Bump some dependency requirements
0f5e1f
0f5e1f
* Tue May 16 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.11
0f5e1f
- Update to latest I-build
0f5e1f
- Rebuild for latest EMF
0f5e1f
0f5e1f
* Tue May 09 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.10
0f5e1f
- Rebuild for new ECF
0f5e1f
- Obsolete core NLS package
0f5e1f
- Fix cycle introduced between tests and contributor-tools
0f5e1f
0f5e1f
* Sat May 06 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.9
0f5e1f
- Fix build against new felix-gogo
0f5e1f
- Update to latest I-build
0f5e1f
0f5e1f
* Wed May 03 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.8
0f5e1f
- Package missing PDE generic editor extension
0f5e1f
0f5e1f
* Tue May 02 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.7
0f5e1f
- Rebuild for s390x
0f5e1f
- Don't require JDK directly
0f5e1f
0f5e1f
* Fri Apr 28 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.6
0f5e1f
- Non-bootstrap build
0f5e1f
0f5e1f
* Tue Apr 25 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.5
0f5e1f
- Update to latest I-build
0f5e1f
- Update generated ant bundle to 1.10.1
0f5e1f
- Fix missing launcher bundle on s390, rhbz#1445162
0f5e1f
- Add missing BR on libsecret
0f5e1f
0f5e1f
* Fri Apr 21 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.4
0f5e1f
- Fix secondary arch build
0f5e1f
0f5e1f
* Thu Apr 20 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.3
0f5e1f
- Simplify test installation and move machinery out of javadir now
0f5e1f
  that java stuff is installed in its own place
0f5e1f
- Enable bootstrap mode
0f5e1f
0f5e1f
* Wed Apr 19 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.2
0f5e1f
- Update to latest I-build
0f5e1f
0f5e1f
* Tue Apr 04 2017 Mat Booth <mat.booth@redhat.com> - 1:4.7.0-0.1
0f5e1f
- Update to Oxygen I-build
0f5e1f
- Don't build unsupported GTK2 backend for SWT
0f5e1f
- Move installation to a multilib agnostic location /usr/lib