Blame SPECS/eclipse.spec

10f0d1
%{?scl:%scl_package eclipse}
10f0d1
%{!?scl:%global pkg_name %{name}}
066e0a
%{?java_common_find_provides_and_requires}
10f0d1
10f0d1
# Set to 1 to build Eclipse without dependency to eclipse-pde
10f0d1
# Some parts (help) will not be built, and second run will be required,
10f0d1
# but this is a way to bootstrap Eclipse on secondary archs.
10f0d1
%global bootstrap       0
10f0d1
10f0d1
10f0d1
Epoch:                  1
10f0d1
10f0d1
%global eclipse_major   4
10f0d1
%global eclipse_minor   4
066e0a
%global eclipse_micro   2
066e0a
%global eb_commit       2135919f7f0f11f3c43901b8e70819c9a4911ac3
066e0a
%global eclipse_tag     R4_4_2
10f0d1
%global eclipse_version %{eclipse_major}.%{eclipse_minor}.%{eclipse_micro}
10f0d1
%global _jetty_version  9.0.3
10f0d1
10f0d1
%ifarch %{ix86}
10f0d1
    %define eclipse_arch x86
10f0d1
%endif
10f0d1
%ifarch %{arm}
10f0d1
    %define eclipse_arch arm
066e0a
%endif
10f0d1
%ifarch ppc64 ppc64p7
10f0d1
    %define eclipse_arch ppc64
10f0d1
%endif
10f0d1
%ifarch s390 s390x ppc x86_64 aarch64 ppc64le
10f0d1
    %define eclipse_arch %{_arch}
10f0d1
%endif
10f0d1
10f0d1
# See fedora-devel-java-list discussion in September 2008.
10f0d1
#
10f0d1
# Prevent brp-java-repack-jars from being run.
10f0d1
%define __jar_repack %{nil}
10f0d1
10f0d1
Summary:        An open, extensible IDE
10f0d1
Name:           %{?scl_prefix}eclipse
10f0d1
Version:        %{eclipse_version}
e794fa
Release:        4%{?dist}
10f0d1
License:        EPL
10f0d1
Group:          Development/Tools
10f0d1
URL:            http://www.eclipse.org/
10f0d1
10f0d1
# Tarball generated by calling ./get-eclipse.sh
10f0d1
Source0:        R4_platform-aggregator-%{eclipse_tag}.tar.xz
10f0d1
Source1:        http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/snapshot/org.eclipse.linuxtools.eclipse-build-%{eb_commit}.tar.bz2
10f0d1
10f0d1
# -com.sun.el
10f0d1
# +javax.el
10f0d1
# -org.apache.jasper.glassfish
10f0d1
# +org.glassfish.web.javax.servlet.jsp
10f0d1
Patch0:         %{pkg_name}-help-doc-adjust-dependencies.patch
10f0d1
10f0d1
# -org.w3c.dom.smil
10f0d1
# -javax.annotation
10f0d1
# +org.apache.geronimo.specs.geronimo-annotation_1.1_spec
10f0d1
Patch1:         %{pkg_name}-remove-w3c-smil-and-use-geronimo.patch
10f0d1
10f0d1
# Eclipse should not include source for dependencies that are not supplied by this package
10f0d1
# and should not include source for bundles that are not relevant to our platform
10f0d1
Patch2:         %{pkg_name}-no-source-for-dependencies.patch
10f0d1
10f0d1
# This has too many dependencies. We will not build it.
10f0d1
Patch3:         %{pkg_name}-remove-weaving.patch
10f0d1
10f0d1
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=377515
10f0d1
Patch4:        %{pkg_name}-p2-pick-up-renamed-jars.patch
10f0d1
10f0d1
# Patch for this was contributed. Unlikely to be released.
10f0d1
Patch5:        %{pkg_name}-ignore-version-when-calculating-home.patch
10f0d1
10f0d1
# CBI uses timestamps generated from the git commits. We don't have the repo,
10f0d1
# just source, and we don't want additional dependencies.
10f0d1
Patch6:        %{pkg_name}-remove-jgit-provider.patch
10f0d1
10f0d1
# This is for Fedora purposes to have working eclipse-pdebuild script.
10f0d1
Patch7:        %{pkg_name}-pdebuild-add-target.patch
10f0d1
10f0d1
# Strict Fedora purpose, too. We can't build entire product, just base
10f0d1
# and JDT and SDK as update sites, then we can assemble our own packages.
10f0d1
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=386670
10f0d1
# additional poms are a part of e-b
10f0d1
Patch8:        %{pkg_name}-change-build-packagings.patch
10f0d1
10f0d1
Patch9:        %{pkg_name}-test-support.patch
10f0d1
10f0d1
Patch10:        %{pkg_name}-secondary-arches.patch
10f0d1
10f0d1
Patch11:        %{pkg_name}-debug-symbols.patch
10f0d1
10f0d1
Patch12:        %{pkg_name}-fix-comaptibility-class.patch
10f0d1
10f0d1
Patch13:        %{pkg_name}-bug-903537.patch
10f0d1
10f0d1
Patch14:        %{pkg_name}-jetty-9.patch
10f0d1
10f0d1
Patch15:        %{pkg_name}-fix-startup-class-refresh.patch
10f0d1
10f0d1
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=408138
10f0d1
Patch16:        %{pkg_name}-fix-dropins.patch
10f0d1
10f0d1
Patch17:        %{pkg_name}-bug-386377.patch
10f0d1
Patch18:        %{pkg_name}-servlet-3.1.patch
10f0d1
Patch19:        %{pkg_name}-lucene-4.patch
10f0d1
Patch20:        %{pkg_name}-no-target-platform.patch
10f0d1
10f0d1
# org.mockito -> org.mockito.mockito-core
10f0d1
Patch21:        %{pkg_name}-mockito.patch
10f0d1
10f0d1
Patch22:        %{pkg_name}-policy-comparators.patch
066e0a
066e0a
#Patch23:        %{pkg_name}-webkit2-support.patch
066e0a
066e0a
Patch25:        %{pkg_name}-support-symlink-bundles.patch
066e0a
066e0a
# Feature plugin definitions lock onto version of plugin at build-time.
066e0a
# If plugin is external, updating it breaks the feature. (version changes)
066e0a
# Workaround : Change <plugin> definition to a 'requirement' and list
066e0a
# the plugin in the top-level category so it still gets bundled.
066e0a
Patch26:        %{pkg_name}-feature-plugins-to-category-ius.patch
066e0a
066e0a
# Patches for DTS
066e0a
Patch28:        eclipse-disable-mockito-tests.patch
066e0a
Patch29:        eclipse-disable-jdt-annotation-java8.patch
066e0a
Patch30:        eclipse-antrun-to-exec.patch
066e0a
Patch31:        eclipse-webkit-disable-favicon-db-sooner.patch
066e0a
Patch32:        eclipse-support-scls-for-symlink-script.patch
e794fa
Patch33:        eclipse-remove-xml-maven-plugin.patch
10f0d1
10f0d1
BuildRequires: rsync
10f0d1
BuildRequires: make, gcc
10f0d1
BuildRequires: gtk2-devel
066e0a
%if 0%{?rhel} >= 7
10f0d1
BuildRequires: gtk3-devel
066e0a
%endif
10f0d1
BuildRequires: glib2-devel
10f0d1
BuildRequires: gcc-c++
10f0d1
BuildRequires: nspr-devel
10f0d1
BuildRequires: libXtst-devel
10f0d1
BuildRequires: mesa-libGL-devel
10f0d1
BuildRequires: mesa-libGLU-devel
10f0d1
BuildRequires: cairo >= 1.0
10f0d1
BuildRequires: unzip
10f0d1
BuildRequires: desktop-file-utils
10f0d1
BuildRequires: java-1.7.0-openjdk-devel
10f0d1
BuildRequires: libXt-devel
066e0a
%if 0%{?rhel} >= 7
10f0d1
BuildRequires: webkitgtk3
066e0a
BuildRequires: webkitgtk3-devel
066e0a
%else
066e0a
BuildRequires: webkitgtk
066e0a
BuildRequires: webkitgtk-devel
066e0a
%endif
066e0a
BuildRequires: %{?scl_prefix_java_common}geronimo-annotation >= 1.0-7
066e0a
BuildRequires: %{?scl_prefix}icu4j >= 1:54.1.1-2
066e0a
BuildRequires: %{?scl_prefix_java_common}ant-antlr %{?scl_prefix_java_common}ant-apache-bcel %{?scl_prefix_java_common}ant-apache-log4j %{?scl_prefix_java_common}ant-apache-oro %{?scl_prefix_java_common}ant-apache-regexp %{?scl_prefix_java_common}ant-apache-resolver %{?scl_prefix_java_common}ant-commons-logging %{?scl_prefix_java_common}ant-apache-bsf %{?scl_prefix_java_common}ant-commons-net
066e0a
BuildRequires: %{?scl_prefix_java_common}ant-javamail %{?scl_prefix_java_common}ant-jdepend %{?scl_prefix_java_common}ant-junit %{?scl_prefix_java_common}ant-swing %{?scl_prefix_java_common}ant-jsch %{?scl_prefix_java_common}ant-testutil %{?scl_prefix_java_common}ant-apache-xalan2 %{?scl_prefix_java_common}ant-jmf
10f0d1
BuildRequires: %{?scl_prefix}apache-commons-el >= 1.0-22
066e0a
BuildRequires: %{?scl_prefix_java_common}apache-commons-logging
066e0a
BuildRequires: %{?scl_prefix_java_common}apache-commons-codec >= 1.6-2
10f0d1
BuildRequires: %{?scl_prefix}felix-gogo-command >= 0.12
10f0d1
BuildRequires: %{?scl_prefix}felix-gogo-shell >= 0.10.0-3
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-util >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-server >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-http >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-continuation >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-io >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-security >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jetty-servlet >= %{_jetty_version}
066e0a
BuildRequires: %{?scl_prefix_java_common}jsch >= 0.1.46-2
066e0a
BuildRequires: %{?scl_prefix_java_common}lucene-core >= 4.8.0
066e0a
BuildRequires: %{?scl_prefix_java_common}lucene-analysis >= 4.8.0
066e0a
BuildRequires: %{?scl_prefix_java_common}junit >= 4.10-5
066e0a
BuildRequires: %{?scl_prefix_java_common}hamcrest >= 0:1.1-11
10f0d1
BuildRequires: %{?scl_prefix}sat4j >= 2.3.5-1
066e0a
BuildRequires: %{?scl_prefix_java_common}objectweb-asm5 >= 5.0.1-1
10f0d1
BuildRequires: zip
066e0a
BuildRequires: sac >= 1.3
066e0a
BuildRequires: %{?scl_prefix_java_common}batik >= 1.8
066e0a
BuildRequires: %{?scl_prefix_java_common}xml-commons-apis >= 1.4.01-12
066e0a
BuildRequires: %{?scl_prefix_java_common}atinject >= 1-6
066e0a
BuildRequires: %{?scl_prefix}tycho >= 0.22
066e0a
BuildRequires: %{?scl_prefix}tycho-extras >= 0.22
066e0a
BuildRequires: %{?scl_prefix}eclipse-ecf-core >= 3.9.1-2.5
066e0a
BuildRequires: %{?scl_prefix}eclipse-emf-core >= 1:2.10.2-2
066e0a
BuildRequires: %{?scl_prefix_java_common}glassfish-jsp-api >= 2.2.1-4
066e0a
BuildRequires: %{?scl_prefix_java_common}glassfish-jsp >= 2.2.5
066e0a
BuildRequires: %{?scl_prefix}glassfish-el >= 3.0.0
10f0d1
BuildRequires: %{?scl_prefix}glassfish-servlet-api >= 3.1.0
10f0d1
BuildRequires: %{?scl_prefix}cbi-plugins
066e0a
BuildRequires: %{?scl_prefix_maven}exec-maven-plugin
066e0a
BuildRequires: %{?scl_prefix_java_common}httpcomponents-core
066e0a
BuildRequires: %{?scl_prefix_java_common}httpcomponents-client
10f0d1
BuildRequires: %{?scl_prefix}mockito
10f0d1
%if ! %{bootstrap}
10f0d1
BuildRequires: %{?scl_prefix}eclipse-pde
10f0d1
%endif
10f0d1
BuildRequires: %{?scl_prefix}eclipse-license
10f0d1
10f0d1
%description
10f0d1
The Eclipse platform is designed for building integrated development
10f0d1
environments (IDEs), server-side applications, desktop applications, and
10f0d1
everything in between.
10f0d1
10f0d1
%package     swt
10f0d1
Summary:        SWT Library for GTK+
10f0d1
Group:          Development/Tools
066e0a
Requires:       java-1.7.0-openjdk
066e0a
Requires:       %{?scl_prefix_java_common}javapackages-tools
066e0a
%if 0%{?rhel} >= 7
10f0d1
Requires:       gtk3
10f0d1
Requires:       webkitgtk3
066e0a
%else
066e0a
Requires:       gtk2
066e0a
Requires:       webkitgtk
066e0a
%endif
10f0d1
10f0d1
%description swt
10f0d1
SWT Library for GTK+.
10f0d1
10f0d1
%package      equinox-osgi
10f0d1
Summary:        Eclipse OSGi - Equinox
066e0a
Requires:       java-1.7.0-openjdk
066e0a
Requires:       %{?scl_prefix_java_common}javapackages-tools
10f0d1
Provides:       osgi(system.bundle) = %{epoch}:%{eclipse_version}
10f0d1
10f0d1
%description  equinox-osgi
10f0d1
Eclipse OSGi - Equinox
10f0d1
10f0d1
%package        platform
10f0d1
Summary:        Eclipse platform common files
10f0d1
Group:          Development/Tools
066e0a
Requires: %{?scl_prefix_java_common}ant-antlr %{?scl_prefix_java_common}ant-apache-bcel %{?scl_prefix_java_common}ant-apache-log4j %{?scl_prefix_java_common}ant-apache-oro %{?scl_prefix_java_common}ant-apache-regexp %{?scl_prefix_java_common}ant-apache-resolver %{?scl_prefix_java_common}ant-commons-logging %{?scl_prefix_java_common}ant-apache-bsf %{?scl_prefix_java_common}ant-commons-net
066e0a
Requires: %{?scl_prefix_java_common}ant-javamail %{?scl_prefix_java_common}ant-jdepend %{?scl_prefix_java_common}ant-junit %{?scl_prefix_java_common}ant-swing %{?scl_prefix_java_common}ant-jsch %{?scl_prefix_java_common}ant-testutil %{?scl_prefix_java_common}ant-apache-xalan2 %{?scl_prefix_java_common}ant-jmf
10f0d1
Requires: %{?scl_prefix}apache-commons-el >= 1.0-23
066e0a
Requires: %{?scl_prefix_java_common}apache-commons-logging
066e0a
Requires: %{?scl_prefix_java_common}apache-commons-codec >= 1.6-2
10f0d1
Requires: %{?scl_prefix}felix-gogo-command >= 0.12
10f0d1
Requires: %{?scl_prefix}felix-gogo-shell >= 0.10.0-3
066e0a
Requires: %{?scl_prefix_java_common}jetty-util >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jetty-server >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jetty-http >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jetty-continuation >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jetty-io >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jetty-security >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jetty-servlet >= %{_jetty_version}
066e0a
Requires: %{?scl_prefix_java_common}jsch >= 0.1.46-2
066e0a
Requires: %{?scl_prefix_java_common}lucene-core >= 4.8.0
066e0a
Requires: %{?scl_prefix_java_common}lucene-analysis >= 4.8.0
10f0d1
Requires: %{?scl_prefix}sat4j >= 2.3.5-1
066e0a
Requires: sac >= 1.3
066e0a
Requires: %{?scl_prefix_java_common}batik >= 1.8
066e0a
Requires: %{?scl_prefix_java_common}xml-commons-apis >= 1.4.01-12
066e0a
Requires: %{?scl_prefix_java_common}atinject >= 1-6
066e0a
Requires: %{?scl_prefix_java_common}geronimo-annotation >= 1.0-7
066e0a
Requires: %{?scl_prefix}eclipse-ecf-core >= 3.9.1-2.5
066e0a
Requires: %{?scl_prefix}eclipse-emf-core >= 1:2.10.2-2
066e0a
Requires: %{?scl_prefix_java_common}glassfish-jsp-api >= 2.2.1-4
066e0a
Requires: %{?scl_prefix_java_common}glassfish-jsp >= 2.2.5
066e0a
Requires: %{?scl_prefix}glassfish-el >= 3.0.0
10f0d1
Requires: %{?scl_prefix}glassfish-servlet-api >= 3.1.0
066e0a
Requires: %{?scl_prefix}icu4j >= 1:54.1.1-2
10f0d1
Requires: %{name}-swt = %{epoch}:%{eclipse_version}-%{release}
10f0d1
Requires: %{name}-equinox-osgi = %{epoch}:%{eclipse_version}-%{release}
066e0a
Requires: %{?scl_prefix_java_common}httpcomponents-core
066e0a
Requires: %{?scl_prefix_java_common}httpcomponents-client
10f0d1
%{?scl:Requires: %scl_runtime}
10f0d1
Obsoletes: %{name}-rcp < 1:4.3.0
10f0d1
Provides: %{name}-rcp = 1:%{eclipse_version}-%{release}
10f0d1
10f0d1
%description    platform
10f0d1
The Eclipse Platform is the base of all IDE plugins.  This does not include the
10f0d1
Java Development Tools or the Plugin Development Environment.
10f0d1
10f0d1
%package        jdt
10f0d1
Summary:        Eclipse Java Development Tools
10f0d1
Group:          Development/Tools
10f0d1
Requires:       %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
066e0a
Requires:       %{?scl_prefix_java_common}junit >= 4.10-5
066e0a
Requires:       %{?scl_prefix_java_common}hamcrest >= 0:1.1-11
10f0d1
10f0d1
%description    jdt
10f0d1
Eclipse Java Development Tools.  This package is required to use Eclipse for
10f0d1
developing software written in the Java programming language.
10f0d1
10f0d1
%package        pde
10f0d1
Summary:        Eclipse Plugin Development Environment
10f0d1
Group:          Development/Tools
10f0d1
Provides:       %{name} = %{epoch}:%{eclipse_version}-%{release}
10f0d1
Requires:       %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
10f0d1
Requires:       %{name}-jdt = %{epoch}:%{eclipse_version}-%{release}
066e0a
Requires:       %{?scl_prefix_java_common}objectweb-asm5 >= 5.0.1-1
10f0d1
# For PDE Build wrapper script + creating jars
10f0d1
Requires:       zip
10f0d1
Requires:       bash
10f0d1
10f0d1
%description    pde
10f0d1
Eclipse Plugin Development Environment.  This package is required for
10f0d1
developing Eclipse plugins.
10f0d1
066e0a
%package        p2-discovery
066e0a
Summary:        Eclipse p2 Discovery
066e0a
Group:          Development/Tools
066e0a
Requires:       %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
066e0a
Obsoletes:      %{name}-p2-discovery < 1:4.4.0
066e0a
066e0a
%description    p2-discovery
066e0a
The p2 Discovery mechanism provides a simplified and branded front-end for the
066e0a
p2 provisioning platform. Discovery can be used as a tool to display and
066e0a
install from existing P2 repositories or as a framework to build branded
066e0a
installer UIs.
066e0a
10f0d1
%package        tests
10f0d1
Summary:        Eclipse Tests
10f0d1
Group:          Development/Tools
10f0d1
Requires:       %{name}-pde = %{epoch}:%{eclipse_version}-%{release}
066e0a
Requires:       %{?scl_prefix_java_common}easymock3
10f0d1
Requires:       %{?scl_prefix}mockito
10f0d1
10f0d1
%description    tests
10f0d1
Eclipse Tests.
10f0d1
10f0d1
%prep
10f0d1
%setup -q %{SOURCE0} -n R4_platform-aggregator-%{eclipse_tag}
10f0d1
10f0d1
tar --strip-components=1 -xf %{SOURCE1} 
10f0d1
10f0d1
%patch0 -p1
10f0d1
%patch1
10f0d1
%patch2
10f0d1
%patch3
10f0d1
%patch4
10f0d1
%patch5
10f0d1
%patch6
10f0d1
%patch7
10f0d1
%patch8
10f0d1
%patch9
10f0d1
%patch10 -p1
10f0d1
%patch11
10f0d1
%patch12
10f0d1
%patch13
10f0d1
%patch14
10f0d1
%patch15
10f0d1
%patch16
10f0d1
%patch17
10f0d1
%patch18
10f0d1
%patch19 -p1
10f0d1
%patch20
10f0d1
%patch21
10f0d1
%patch22
066e0a
#%patch23
10f0d1
%patch25
066e0a
%patch26
066e0a
%patch28
066e0a
%patch29
066e0a
%patch30
066e0a
%patch31
066e0a
%patch32
e794fa
%patch33
066e0a
066e0a
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
066e0a
set -x
10f0d1
10f0d1
#Disable as many things as possible to make the build faster. We care only for Eclipse.
10f0d1
%pom_disable_module platform.sdk eclipse.platform.releng.tychoeclipsebuilder
10f0d1
%pom_disable_module rcp eclipse.platform.releng.tychoeclipsebuilder
10f0d1
%pom_disable_module rcp.sdk eclipse.platform.releng.tychoeclipsebuilder
10f0d1
%pom_disable_module sdk eclipse.platform.releng.tychoeclipsebuilder
10f0d1
%pom_disable_module equinox-sdk eclipse.platform.releng.tychoeclipsebuilder
10f0d1
%pom_disable_module equinox.starterkit.product eclipse.platform.releng.tychoeclipsebuilder
10f0d1
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.region.tests rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.weaving.aspectj rt.equinox.bundles
10f0d1
%pom_disable_module features/org.eclipse.equinox.weaving.sdk rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.cm.test rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.console.ssh rt.equinox.bundles
10f0d1
%pom_disable_module features/org.eclipse.equinox.sdk rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.console.jaas.fragment rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.ip rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.transforms.xslt rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.transforms.hook rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.weaving.caching.j9 rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.weaving.caching rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.weaving.hook rt.equinox.bundles
10f0d1
%pom_disable_module features/org.eclipse.equinox.compendium.sdk rt.equinox.bundles
10f0d1
%pom_disable_module features/org.eclipse.equinox.core.sdk rt.equinox.bundles
10f0d1
%pom_disable_module features/org.eclipse.equinox.p2.sdk rt.equinox.p2
10f0d1
%pom_disable_module features/org.eclipse.equinox.server.p2 rt.equinox.bundles
10f0d1
%pom_disable_module features/org.eclipse.equinox.serverside.sdk rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.p2.tests.reconciler.product rt.equinox.p2
10f0d1
%pom_disable_module org.eclipse.ua.tests eclipse.platform.ua
10f0d1
10f0d1
# We don't need releng tools
10f0d1
%pom_disable_module bundles/org.eclipse.releng.tests eclipse.platform.releng
10f0d1
%pom_disable_module bundles/org.eclipse.releng.tools eclipse.platform.releng
10f0d1
%pom_disable_module features/org.eclipse.releng.tools eclipse.platform.releng
10f0d1
10f0d1
# We don't need support for Eclipse 2.x style plugins
10f0d1
%pom_disable_module features/org.eclipse.osgi.compatibility.plugins.feature rt.equinox.framework
10f0d1
%pom_disable_module bundles/org.eclipse.osgi.compatibility.plugins rt.equinox.framework
10f0d1
10f0d1
# Disable Java 8 bundle
10f0d1
%pom_disable_module org.eclipse.jdt.annotation eclipse.jdt.core
10f0d1
10f0d1
# Remove platform-specific stuff that we don't care about to reduce build time
10f0d1
# (i.e., all bundles that are only applicable on non-linux platforms)
10f0d1
for b in `ls eclipse.platform.swt.binaries/bundles | grep -P -e 'org.eclipse.swt\.(?!gtk\.linux)'` ; do
10f0d1
  module=$(grep ">bundles/$b<" eclipse.platform.swt.binaries/pom.xml || :)
10f0d1
  if [ -n "$module" ] ; then
10f0d1
    %pom_disable_module bundles/$b eclipse.platform.swt.binaries
10f0d1
  fi
10f0d1
done
10f0d1
for b in `ls rt.equinox.framework/bundles | grep -P -e 'org.eclipse.equinox.launcher\.(?!gtk\.linux)'` ; do
10f0d1
  module=$(grep ">bundles/$b<" rt.equinox.framework/pom.xml || :)
10f0d1
  if [ -n "$module" ] ; then
10f0d1
    %pom_disable_module bundles/$b rt.equinox.framework
10f0d1
  fi
10f0d1
done
10f0d1
%pom_disable_module org.eclipse.jdt.launching.macosx eclipse.jdt.debug
10f0d1
%pom_disable_module org.eclipse.jdt.launching.ui.macosx eclipse.jdt.debug
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.security.macosx rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.security.win32.x86 rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.equinox.security.win32.x86_64 rt.equinox.bundles
10f0d1
%pom_disable_module bundles/org.eclipse.compare.win32 eclipse.platform.team
10f0d1
%pom_disable_module bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86 eclipse.platform.team
10f0d1
%pom_disable_module bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64 eclipse.platform.team
10f0d1
%pom_disable_module bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa eclipse.platform.ui
10f0d1
%pom_disable_module bundles/org.eclipse.ui.cocoa eclipse.platform.ui
10f0d1
%pom_disable_module bundles/org.eclipse.ui.win32 eclipse.platform.ui
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem.hpux.ia64 eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem.macosx eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem.solaris.sparc eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem.win32.x86 eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem.win32.x86_64 eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.aix.ppc eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.aix.ppc64 eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9 eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.resources.win32.x86 eclipse.platform.resources
10f0d1
%pom_disable_module bundles/org.eclipse.core.resources.win32.x86_64 eclipse.platform.resources
10f0d1
%pom_disable_module examples/org.eclipse.swt.examples.ole.win32 eclipse.platform.swt
10f0d1
10f0d1
# This part generates secondary fragments using primary fragments
10f0d1
for dir in eclipse.platform.swt.binaries/bundles \
10f0d1
           rt.equinox.framework/bundles rt.equinox.binaries ; do
10f0d1
  utils/ensure_arch.sh "$dir" x86 arm
066e0a
  utils/ensure_arch.sh "$dir" x86_64 aarch64
10f0d1
done
10f0d1
10f0d1
# Don't mirror stuff to the repo that we haven't built
10f0d1
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-build-emf']]" \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
10f0d1
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-build-ecf']]" \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
10f0d1
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-org.eclipse.rcp']]" \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
10f0d1
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-org.eclipse.rcp.source']]" \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
10f0d1
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-org.eclipse.releng.tools']]" \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
10f0d1
066e0a
10f0d1
# Remove the SWT build sections from every linux arch that is not currently being built
10f0d1
# (this is not really necessary but further reduces the build time on arm by around 20
10f0d1
# minutes per architecture that we are not currently building, over 2.5 hours in total)
10f0d1
for b in `ls eclipse.platform.swt.binaries/bundles | grep -P -e 'org.eclipse.swt.gtk.linux.(?!%{eclipse_arch})'` ; do
10f0d1
  %pom_xpath_remove "/pom:project/pom:build" eclipse.platform.swt.binaries/bundles/$b
10f0d1
done
10f0d1
10f0d1
# Don't set perms on files for platforms that aren't linux
10f0d1
sed -i -e '/^root\.[^l]/d' \
10f0d1
  rt.equinox.framework/features/org.eclipse.equinox.executable.feature/build.properties \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
10f0d1
066e0a
# Hack - this can go away once upstream grows arm and aarch64 support
10f0d1
mkdir -p rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/%{eclipse_arch}
10f0d1
10f0d1
#pdebuild script should point to dropins
10f0d1
sed -i -e "s|@DATADIR@|%{_datadir}|g" eclipse.pde.build/org.eclipse.pde.build/templates/package-build/build.properties
10f0d1
066e0a
# Ensure that bundles with native artifacts are dir-shaped, so no *.so is extracted into user.home
10f0d1
for f in `find eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.* -name MANIFEST.MF` ; do 
10f0d1
    echo -e "Eclipse-BundleShape: dir\n\n" >> $f; 
10f0d1
done
10f0d1
for f in `find eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.* -name MANIFEST.MF` ; do 
10f0d1
    echo -e "Eclipse-BundleShape: dir\n\n" >> $f; 
10f0d1
done
10f0d1
for f in `find eclipse.platform.team/bundles/org.eclipse.core.net/fragments -name MANIFEST.MF` ; do 
10f0d1
    echo -e "Eclipse-BundleShape: dir\n\n" >> $f; 
10f0d1
done
10f0d1
10f0d1
%if 0%{?rhel} < 7
066e0a
sed -i 's/<argument>-Dmachine_gtk3=1<\/argument>//' eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}/pom.xml
10f0d1
10f0d1
# Manually place rhino at correction location in reactor cache
10f0d1
mkdir -p .m2/rhino/js/1.7R2
10f0d1
pushd .m2/rhino/js/1.7R2
10f0d1
cp %{_root_datadir}/java/rhino.jar js-1.7R2.jar
066e0a
echo '
10f0d1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
10f0d1
10f0d1
    <modelVersion>4.0.0</modelVersion>
10f0d1
    <groupId>rhino</groupId>
10f0d1
    <artifactId>js</artifactId>
10f0d1
    <version>1.7R2</version>
10f0d1
    <packaging>jar</packaging>
10f0d1
    <name>Rhino</name>
066e0a
</project>' > js-1.7R2.pom
10f0d1
popd
066e0a
10f0d1
%endif
10f0d1
10f0d1
#fake dependencies that don't exist in fedora
066e0a
./dependencies/./fake_ant_dependency.sh .m2/p2/repo-sdk/plugins/org.apache.ant_* \
066e0a
  %{_javadir_java_common} %{_bindir_java_common} -makejar
10f0d1
10f0d1
# Use org.eclipse.tycho:org.eclipse.jdt.core (ecj)
10f0d1
sed -i -e 's@>org.eclipse.jdt<@>org.eclipse.tycho<@' eclipse-platform-parent/pom.xml
10f0d1
10f0d1
# Allow usage of javax.servlet.jsp 2.3.
10f0d1
sed -i '/javax\.servlet\.jsp/ s/2\.3/2\.4/' rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
10f0d1
066e0a
# Use com.sun.el.java.el (Glassfish) instead of javax.el (Tomcat)
066e0a
sed -i 's/javax\.el/com\.sun\.el\.javax\.el/' \
066e0a
  eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml \
066e0a
  eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml
066e0a
066e0a
# Use javax.servlet-api (Glassfish) instead of javax.servlet (Tomcat)
066e0a
find -name feature.xml | xargs sed -i -e 's|"javax.servlet"|"javax.servlet-api"|'
066e0a
10f0d1
# Bump javax.servlet Import-Package statements
10f0d1
sed -i '/javax\.servlet/ s/3\.1/3\.2/' rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
10f0d1
sed -i '/javax\.servlet/ s/3\.1/3\.2/' rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
10f0d1
066e0a
# Bump Import-Package to accept only javax.servlet 3.1
066e0a
sed -i '/javax\.servlet/ s/2\.4\.0/3\.1\.0/' eclipse.platform.ua/org.eclipse.help.webapp/META-INF/MANIFEST.MF
066e0a
10f0d1
%pom_remove_plugin  org.mortbay.jetty:jetty-jspc-maven-plugin  eclipse.platform.ua/org.eclipse.help.webapp
10f0d1
10f0d1
sed -i -e 's@Dhelp.lucene.tokenizer=standard@XX:MaxPermSize=384M@g' eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml
10f0d1
066e0a
# Remove generated files not present during bootstrap build
066e0a
# org.eclipse.platform.doc.isv, org.eclipse.jdt.doc.isv,
066e0a
# org.eclipse.pde.doc.user, org.eclipse.platform.doc.isv,
066e0a
# org.eclipse.jdt.doc.isv, org.eclipse.pde.doc.user
066e0a
%if %{bootstrap}
066e0a
sed -i '18,47d' eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/assembly/assembly.xml
066e0a
%endif
066e0a
066e0a
%{?scl:EOF}
066e0a
10f0d1
%build
066e0a
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
066e0a
set -x
10f0d1
#This is the lowest value where the build succeeds. 512m is not enough.
10f0d1
export MAVEN_OPTS="-Xmx1000m -XX:MaxPermSize=256m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
10f0d1
export JAVA_HOME=%{java_home}
10f0d1
066e0a
export GTK_VERSION=3.0
10f0d1
xmvn -o clean verify \
10f0d1
%if %{bootstrap}
10f0d1
   -P !api-generation,!build-docs \
10f0d1
%endif
10f0d1
   -Declipse.javadoc=/usr/bin/javadoc \
10f0d1
   -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} \
066e0a
   -Dtycho.local.keepTarget -Ddirector.running.env.only=true \
066e0a
   -Dfedora.p2.repos=`pwd`/.m2/p2/repo-sdk \
066e0a
   -Dtargets=install -DbuildType=Z
10f0d1
%{?scl:EOF}
10f0d1
10f0d1
#ant again
10f0d1
dependencies/fake_ant_dependency.sh \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse/plugins/org.apache.ant_* \
066e0a
  %{_javadir_java_common} %{_bindir_java_common}
10f0d1
10f0d1
# JDT and PDE are built as update sites.
10f0d1
# Initialize them and move into dropins.
10f0d1
utils/move_JDT_PDE_to_dropins.sh \
10f0d1
  eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/ \
066e0a
  `pwd`/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository \
066e0a
  "jdt cvs equinox.p2.discovery.feature sdk"
10f0d1
066e0a
# Fix path for objectweb-asm (must use compat version in dts scl)
066e0a
sed -i 's|objectweb-asm/\(.*\).jar|objectweb-asm5/\1-5.jar|' dependencies/replace_platform_plugins_with_symlinks.sh
066e0a
# Fix path for Glassfish JSP API
066e0a
sed -i 's|glassfish-jsp-api/javax\.servlet\.jsp-api\.jar|glassfish-jsp-api\.jar|' dependencies/replace_platform_plugins_with_symlinks.sh
066e0a
# Fix path for Glassfish EL (must use the compat version in dts scl)
066e0a
sed -i 's|glassfish-el|glassfish-el-3.0.0|' dependencies/replace_platform_plugins_with_symlinks.sh
10f0d1
066e0a
# Symlink necessary plugins that are provided by other packages
066e0a
dependencies/replace_platform_plugins_with_symlinks.sh \
066e0a
  eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse \
066e0a
%{_javadir_java_common} \
066e0a
%{_javadir} \
066e0a
%{_root_datadir}/java
10f0d1
066e0a
pushd eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse
10f0d1
10f0d1
#clean up
10f0d1
rm -rf configuration/org.eclipse.core.runtime
10f0d1
rm -rf configuration/org.eclipse.equinox.app
10f0d1
rm -rf configuration/org.eclipse.update
10f0d1
rm -rf configuration/org.eclipse.osgi
10f0d1
rm -rf p2/org.eclipse.equinox.p2.core/cache/*
10f0d1
# no icon needed
10f0d1
rm -f icon.xpm
10f0d1
066e0a
# EMF and ECF are packaged separately
066e0a
rm -rf features/org.eclipse.emf.* plugins/org.eclipse.emf.* \
066e0a
  features/org.eclipse.ecf.* plugins/org.eclipse.ecf.* plugins/org.eclipse.ecf_*
066e0a
10f0d1
#delete all local repositories. We want to have only "original" by default.
10f0d1
pushd p2/org.eclipse.equinox.p2.engine/.settings
10f0d1
    sed -i "/repositories\/file/d" *.prefs ../profileRegistry/SDKProfile.profile/.data/.settings/*.prefs
10f0d1
    sed -i "/repositories\/memory/d" *.prefs ../profileRegistry/SDKProfile.profile/.data/.settings/*.prefs
10f0d1
popd
10f0d1
066e0a
# ini file adjustements
10f0d1
sed -i "s|-Xms40m|-Xms128m|g" eclipse.ini
066e0a
sed -i "s|-Xmx512m|-Xmx1024m|g" eclipse.ini
10f0d1
sed -i '1i-protect\nmaster' eclipse.ini
10f0d1
066e0a
# Use GTK3 by default on F22 or newer
066e0a
%if 0%{?rhel} >= 7
066e0a
sed -i '5i--launcher.GTK_version\n3' eclipse.ini
066e0a
%else
066e0a
sed -i '5i--launcher.GTK_version\n2' eclipse.ini
066e0a
%endif
066e0a
10f0d1
# Temporary fix until https://bugs.eclipse.org/294877 is resolved
10f0d1
cat >> eclipse.ini <
10f0d1
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
10f0d1
-Dhelp.lucene.tokenizer=standard
10f0d1
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
10f0d1
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>
10f0d1
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate
10f0d1
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding
10f0d1
-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile
10f0d1
-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState
066e0a
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=%{_datadir}/eclipse/dropins
10f0d1
-Declipse.p2.skipMovedInstallDetection=true
10f0d1
EOF
10f0d1
10f0d1
popd #eclipse
10f0d1
10f0d1
%install
10f0d1
10f0d1
# Some directories we need
10f0d1
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}
066e0a
install -d -m 755 $RPM_BUILD_ROOT%{_jnidir}
10f0d1
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{pkg_name}
10f0d1
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts
10f0d1
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{pkg_name}/dropins
10f0d1
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
10f0d1
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
10f0d1
10f0d1
# Install icons
10f0d1
install -D eclipse.platform/platform/org.eclipse.platform/eclipse32.png \
066e0a
    $RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/%{name}.png
10f0d1
install -D eclipse.platform/platform/org.eclipse.platform/eclipse48.png \
066e0a
    $RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/apps/%{name}.png
10f0d1
install -D eclipse.platform/platform/org.eclipse.platform/eclipse256.png \
066e0a
    $RPM_BUILD_ROOT/usr/share/icons/hicolor/256x256/apps/%{name}.png
10f0d1
install -d $RPM_BUILD_ROOT/usr/share/pixmaps
066e0a
ln -s /usr/share/icons/hicolor/256x256/apps/%{name}.png \
066e0a
    $RPM_BUILD_ROOT/usr/share/pixmaps/%{name}.png
10f0d1
066e0a
# Install desktop file
10f0d1
%{?scl: sed -i -e 's/Exec=eclipse/Exec=scl enable %{scl_name} eclipse/g' desktopintegration/eclipse.desktop}
10f0d1
%{?scl: sed -i -e 's/Icon=eclipse/Icon=%{?scl_prefix}eclipse/g' desktopintegration/eclipse.desktop}
10f0d1
%{?scl: sed -i -e 's/Name=Eclipse/Name=DTS Eclipse/g' desktopintegration/eclipse.desktop}
066e0a
install -m644 -D desktopintegration/eclipse.desktop $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop
066e0a
desktop-file-validate $RPM_BUILD_ROOT/usr/share/applications/%{name}.desktop
066e0a
066e0a
# Install appstream appdata
066e0a
install -m644 -D desktopintegration/eclipse.appdata.xml      $RPM_BUILD_ROOT%{_datadir}/appdata/eclipse.appdata.xml
066e0a
install -m644 -D desktopintegration/eclipse-jdt.metainfo.xml $RPM_BUILD_ROOT%{_datadir}/appdata/eclipse-jdt.metainfo.xml
066e0a
install -m644 -D desktopintegration/eclipse-pde.metainfo.xml $RPM_BUILD_ROOT%{_datadir}/appdata/eclipse-pde.metainfo.xml
10f0d1
10f0d1
#################################
10f0d1
### Extraced from old build.xml #
10f0d1
#################################
10f0d1
LOCAL_PWD=`pwd`
10f0d1
#change the installation p2 files
10f0d1
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/
10f0d1
for i in `ls | grep "profile.gz"` ; do  \
10f0d1
        echo $i ; \
10f0d1
        gunzip $i ; \
10f0d1
        sed -i -e "s@${LOCAL_PWD}/eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse@%{_libdir}/eclipse@g" *.profile ; \
10f0d1
        gzip *.profile ; \
10f0d1
    done 
10f0d1
popd 
10f0d1
10f0d1
#installation itself - copy it into right location
10f0d1
rsync -vrpl eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse \
10f0d1
    $RPM_BUILD_ROOT%{_libdir}
10f0d1
10f0d1
10f0d1
#eclipse compiler
10f0d1
install -m 755 jdtcompilatorscript/efj.sh $RPM_BUILD_ROOT%{_bindir}/efj
10f0d1
TARGET_LAUNCHER=%{_libdir}/%{pkg_name}/plugins/`ls eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse/plugins | grep launcher_[0-9]*`
10f0d1
sed -i -e "s,@LAUNCHER@,${TARGET_LAUNCHER}," $RPM_BUILD_ROOT%{_bindir}/efj
10f0d1
066e0a
# Symlink eclipse binary
10f0d1
pushd $RPM_BUILD_ROOT%{_bindir}
10f0d1
    ln -s %{_libdir}/%{pkg_name}/eclipse
10f0d1
popd 
10f0d1
066e0a
# SWT is a directory, but we need to provide jars for others that depend on it
066e0a
pushd $RPM_BUILD_ROOT/%{_libdir}/%{pkg_name}/plugins
10f0d1
SWT_JAR=`ls | grep swt.gtk`
066e0a
(cd ${SWT_JAR} && zip -r "../../swt.jar" * )
10f0d1
popd
066e0a
066e0a
# Symlink SWT jar
066e0a
pushd $RPM_BUILD_ROOT/%{_jnidir}/
066e0a
    ln -s  %{_libdir}/%{pkg_name}/swt.jar
10f0d1
popd
10f0d1
066e0a
# Symlink eclipse ini
10f0d1
pushd $RPM_BUILD_ROOT/%{_sysconfdir}/
10f0d1
    ln -s %{_libdir}/%{pkg_name}/eclipse.ini
10f0d1
popd
10f0d1
#################################
10f0d1
### End of extraction           #
10f0d1
#################################
10f0d1
066e0a
# List jars to be symlinked into javadir
066e0a
pushd $RPM_BUILD_ROOT%{_libdir}/eclipse/plugins
066e0a
EQUINOX_JARS=$(ls . | grep '^org.eclipse.equinox' | sed -e 's|^org\.eclipse\.\(.*\)_.*|\1|')
066e0a
OSGI_JARS=$(ls . | grep '^org.eclipse.osgi' | sed -e 's|^org\.eclipse\.\(.*\)_.*|\1|')
066e0a
popd
066e0a
066e0a
# Symlink jars into javadir
066e0a
for J in $EQUINOX_JARS $OSGI_JARS core.contenttype core.jobs core.net core.runtime core.runtime.compatibility ; do
10f0d1
  pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
066e0a
    DIR=%{?scl:../../../../}../../../..%{_libdir}/eclipse
10f0d1
    [ -e "`ls $DIR/plugins/org.eclipse.${J}_*.jar`" ] && ln -s $DIR/plugins/org.eclipse.${J}_*.jar ${J}.jar
10f0d1
  popd
066e0a
  # Install pom file if there is one
066e0a
  if [ -e "externalpoms/org.eclipse.${J}.pom" ] ; then
066e0a
    VER=$(echo $RPM_BUILD_ROOT%{_libdir}/eclipse/plugins/org.eclipse.${J}_*.jar | sed -e "s/.*${J}_\(.*\)\.jar/\1/")
066e0a
    sed -i -e "s/@VERSION@/$VER/" externalpoms/org.eclipse.${J}.pom
066e0a
    install -m 0644 externalpoms/org.eclipse.${J}.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.eclipse-${J}.pom
066e0a
  fi
10f0d1
done
10f0d1
10f0d1
# Install maven depmaps for OSGI jars
066e0a
%{?scl:scl enable %{scl_maven} %{scl} - << "EOF"}
10f0d1
%add_maven_depmap JPP.eclipse-osgi.pom %{pkg_name}/osgi.jar -a "org.eclipse:osgi,org.eclipse.tycho:org.eclipse.osgi" -f equinox-osgi
066e0a
%add_maven_depmap JPP.eclipse-osgi.compatibility.state.pom %{pkg_name}/osgi.compatibility.state.jar -a "org.eclipse.osgi:compatibility.state,org.eclipse.tycho:org.eclipse.osgi.compatibility.state" -f equinox-osgi
10f0d1
%add_maven_depmap JPP.eclipse-osgi.services.pom %{pkg_name}/osgi.services.jar -a "org.eclipse.osgi:services" -f equinox-osgi
10f0d1
%add_maven_depmap JPP.eclipse-osgi.util.pom %{pkg_name}/osgi.util.jar -a "org.eclipse.osgi:util" -f equinox-osgi
10f0d1
%add_maven_depmap JPP.eclipse-equinox.http.servlet.pom %{pkg_name}/equinox.http.servlet.jar -a "org.eclipse.equinox.http:servlet" -f platform
10f0d1
%{?scl:EOF}
10f0d1
10f0d1
# Create a script that can be used to make a symlink tree of the
10f0d1
# eclipse platform.
10f0d1
cp -p pdebuildscripts/eclipse-copy-platform.sh copy-platform
10f0d1
sed -i -e "s|@DATADIR@|%{_datadir}|g" copy-platform
10f0d1
mv copy-platform $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts
10f0d1
10f0d1
# Install the PDE Build wrapper script.
10f0d1
install -p -D -m0755 pdebuildscripts/eclipse-pdebuild.sh \
10f0d1
  $RPM_BUILD_ROOT%{_bindir}/%{pkg_name}-pdebuild
10f0d1
PDEBUILDVERSION=$(ls $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins \
10f0d1
  | grep org.eclipse.pde.build_ | sed 's/org.eclipse.pde.build_//')
10f0d1
sed -i "s/@PDEBUILDVERSION@/$PDEBUILDVERSION/g" \
10f0d1
  $RPM_BUILD_ROOT%{_bindir}/%{pkg_name}-pdebuild
10f0d1
sed -i "s|@LIBDIR@|%{_libdir}|g" \
10f0d1
  $RPM_BUILD_ROOT%{_bindir}/eclipse-pdebuild
10f0d1
10f0d1
#fix pde permissions
10f0d1
chmod a+x  $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins/org.eclipse.pde.build_*/templates/package-build/*.sh
10f0d1
#replace pde reference
10f0d1
sed -i "s@/usr/share/eclipse@%{libdir}/%{pkg_name}@" $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins/org.eclipse.pde.build_*/templates/package-build/build.properties
10f0d1
10f0d1
10f0d1
##############
10f0d1
# Tests
10f0d1
##############
10f0d1
066e0a
# Since Tycho 0.22.0 resources get copied into generated eclipse-repository.
066e0a
# We place some content in ${project.build.directory} and use that to place
066e0a
# it into some other assembled zip.
066e0a
# With 0.22.0 it will get placed also into the eclipse-repository zip.
066e0a
# Let's just exclude label.properties, and equinoxp2test.properties from
066e0a
# the second extraction to avoid the issue entirely.
066e0a
10f0d1
unzip eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests-bundle.zip -d $RPM_BUILD_ROOT/%{_javadir}/
066e0a
unzip $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/eclipse-junit-tests-*.zip -d $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing -x label.properties equinoxp2tests.properties
10f0d1
cp eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
10f0d1
cp eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
10f0d1
cp utils/splitter.xsl $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
10f0d1
rm $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/eclipse-junit-tests-*.zip
10f0d1
rm $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.bat
10f0d1
10f0d1
pushd $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/plugins
066e0a
 f=`ls | grep -e "^org.easymock_"`
066e0a
 rm -rf $f 
066e0a
 ln -s %{_javadir_java_common}/easymock-3.jar ${f%.jar}.jar
066e0a
 # These are already present in the platform
066e0a
 rm -rf org.hamcrest.core_*
066e0a
 rm -rf org.junit_*
10f0d1
popd
10f0d1
10f0d1
sed -i -e "s#@libdir@#%{_libdir}#" $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.sh
066e0a
sed -i -e "s#@USR@#%{?_scl_root}%{_usr}#" $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.sh
10f0d1
touch $RPM_BUILD_ROOT%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
chmod a+x  $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
echo '#!/bin/sh' >>  $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
echo 'echo "results in /tmp/eclipse-tests-directory/results/"' >>  $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
echo 'export testslocation="%{_javadir}/eclipse-testing/"' >> $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{eclipse_arch} ; popd;" >>  $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
10f0d1
# Package testbundle-to-eclipse-test
10f0d1
cp -r testbundle-to-eclipse-test $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/testbundle
10f0d1
10f0d1
pushd $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/testbundle
10f0d1
10f0d1
# Set the proper paths for scripts
066e0a
sed -i 's|%{_datadir}/ant|%{_datadir_java_common}/ant|' $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.sh
066e0a
sed -i 's|%{_bindir}/\./ant|%{_bindir_java_common}/\./ant|' $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.sh
066e0a
10f0d1
sed -i 's|/usr/share/java|%{_javadir}|' prepRuntimeLocation.sh
10f0d1
sed -i 's|\.\+/\(gatherBundles\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' prepRuntimeLocation.sh
10f0d1
sed -i 's|\.\+/\(genRepo\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' prepAllTestBundles.sh
10f0d1
sed -i 's|\.\+/\(prepRuntimeLocation\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' %{pkg_name}-runTestBundles
10f0d1
sed -i 's|\.\+/\(prepAllTestBundles\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' %{pkg_name}-runTestBundles
10f0d1
sed -i 's|cp swtbot-library.xml alltest.xml updateTestBundleXML.sh target/|cp %{_javadir}/eclipse-testing/testbundle/{swtbot-library.xml,alltest.xml,updateTestBundleXML.sh} target/|' prepRuntimeLocation.sh
10f0d1
10f0d1
for file in genRepo.sh gatherBundles.sh ;do
066e0a
  sed -i 's|scl_root=|scl_root=%{?_scl_root}|' ${file}
10f0d1
done
10f0d1
10f0d1
mv $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/testbundle/%{pkg_name}-runTestBundles $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runTestBundles
10f0d1
popd
10f0d1
10f0d1
#fix so permissions
10f0d1
find $RPM_BUILD_ROOT/%{_libdir}/eclipse -name *.so -exec chmod a+x {} \;
10f0d1
10f0d1
%post platform
066e0a
touch --no-create /usr/share/icons/hicolor
10f0d1
if [ -x /usr/bin/gtk-update-icon-cache ]; then
066e0a
  gtk-update-icon-cache -q /usr/share/icons/hicolor
10f0d1
fi
10f0d1
10f0d1
%postun platform
066e0a
touch --no-create /usr/share/icons/hicolor
10f0d1
if [ -x /usr/bin/gtk-update-icon-cache ]; then
066e0a
  gtk-update-icon-cache -q /usr/share/icons/hicolor
10f0d1
fi
10f0d1
10f0d1
%files swt
10f0d1
%{_libdir}/%{pkg_name}/notice.html
10f0d1
%{_libdir}/%{pkg_name}/eclipse.ini
10f0d1
%{_libdir}/%{pkg_name}/epl-v10.html
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.swt_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.swt.gtk.linux.*
10f0d1
%{_libdir}/%{pkg_name}/swt.jar
066e0a
%{_jnidir}/swt.jar
10f0d1
10f0d1
%files platform -f .mfiles-platform
10f0d1
%{_bindir}/%{pkg_name}
10f0d1
%{_libdir}/%{pkg_name}/.eclipseproduct
10f0d1
%config %{_libdir}/%{pkg_name}/eclipse.ini
10f0d1
%config %{_sysconfdir}/eclipse.ini
10f0d1
/usr/share/applications/*
10f0d1
/usr/share/pixmaps/*
10f0d1
/usr/share/icons/*/*/apps/*
066e0a
%{_datadir}/appdata/eclipse.appdata.xml
10f0d1
%{_libdir}/%{pkg_name}/eclipse
10f0d1
%dir %{_libdir}/%{pkg_name}/configuration/
066e0a
%dir %{_libdir}/%{pkg_name}/configuration/org.eclipse.equinox.simpleconfigurator/
10f0d1
%{_libdir}/%{pkg_name}/configuration/config.ini
10f0d1
%{_libdir}/%{pkg_name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.platform_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.e4.rcp_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.rcp_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.rcp.configuration_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/com.ibm.icu_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/com.jcraft.jsch_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/javax.servlet-api_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/javax.servlet.jsp_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/javax.xml_*
066e0a
%{_libdir}/%{pkg_name}/plugins/com.sun.el.javax.el_*
066e0a
%{_libdir}/%{pkg_name}/plugins/javax.el*
10f0d1
%{_libdir}/%{pkg_name}/plugins/javax.inject_*.jar
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.ant_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.batik.css_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.batik.util.gui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.batik.util_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.commons.codec_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.httpcomponents.httpclient_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.httpcomponents.httpcore_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.commons.logging_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.felix.gogo.command_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.felix.gogo.runtime_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.felix.gogo.shell_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.geronimo.specs.geronimo-annotation_1.1_spec_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.glassfish.web.javax.servlet.jsp_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.lucene.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.apache.lucene.analysis_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ant.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.compare_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.compare.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.externaltools_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filebuffers_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.resources_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime.compatibility_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime.compatibility.registry_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.variables_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.debug.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.debug.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.ds_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.event_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.jetty_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.registry_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.servlet_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.jsp.jasper_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.jsp.jasper.registry_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help.base_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help.webapp_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jdt.core.compiler.batch_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jface.text_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jsch.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jsch.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ltk.core.refactoring_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ltk.ui.refactoring_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.platform_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.platform.doc.user_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.search_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.text_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.browser_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.cheatsheets_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.console_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.editors_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.externaltools_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.forms_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.ide_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.ide.application_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.intro_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.intro.universal_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.navigator_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.navigator.resources_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.net_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.views_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.views.properties.tabbed_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.workbench.texteditor_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.commands_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.contexts_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.di.extensions_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.di_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.services_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.bindings_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.css.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.css.swt.theme_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.css.swt_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.di_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.model.workbench_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.services_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.widgets_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench.addons.swt_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench.renderers.swt_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench.swt_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench3_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.util_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.server_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.http_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.continuation_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.io_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.security_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.servlet_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.help_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.frameworkadmin_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.frameworkadmin.equinox_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.core.feature_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.extras.feature_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.rcp.feature_*
10f0d1
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.user.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.director_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.engine_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.jarprocessor_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.metadata_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.metadata.repository_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.artifact.repository_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.touchpoint.natives_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.console_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ql_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.operations_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.transport.ecf_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui.importexport_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui.sdk_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.updatechecker_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.garbagecollector_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.directorywatcher_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.publisher_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.publisher.eclipse_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.repository_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.repository.tools_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.reconciler.dropins_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.updatesite_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.security_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.security.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.extensionlocation_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.director.app_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.sat4j.core_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.sat4j.pb_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.w3c.css.sac_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.w3c.dom.svg_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.commands_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.contenttype_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding.beans_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding.observable_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding.property_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.expressions_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.jobs_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.app_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.bidi_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.common_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.concurrent_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.console_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.launcher.gtk.linux.*_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.launcher_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.preferences_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.registry_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.simpleconfigurator_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.util_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jface.databinding_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jface_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.rcp_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.themes_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.workbench_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.update.configurator_*
10f0d1
%{_libdir}/%{pkg_name}/readme
10f0d1
%{_libdir}/%{pkg_name}/about_files
10f0d1
%doc %{_libdir}/%{pkg_name}/about.html
10f0d1
%{_libdir}/%{pkg_name}/artifacts.xml
10f0d1
%{_libdir}/%{pkg_name}/p2
066e0a
%{_javadir}/%{pkg_name}/core*
066e0a
%{_javadir}/%{pkg_name}/equinox*
10f0d1
066e0a
%files jdt
066e0a
%{_bindir}/efj
066e0a
%{_datadir}/appdata/eclipse-jdt.metainfo.xml
10f0d1
%{_libdir}/%{pkg_name}/dropins/jdt
10f0d1
10f0d1
%files pde
10f0d1
%{_bindir}/%{pkg_name}-pdebuild
066e0a
%{_datadir}/appdata/eclipse-pde.metainfo.xml
10f0d1
%{_libdir}/%{pkg_name}/buildscripts
10f0d1
%{_libdir}/%{pkg_name}/dropins/sdk
066e0a
%{_libdir}/%{pkg_name}/dropins/cvs
066e0a
066e0a
%files p2-discovery
066e0a
%{_libdir}/%{pkg_name}/dropins/equinox.p2.discovery.feature
10f0d1
10f0d1
%files tests
10f0d1
%{_bindir}/%{pkg_name}-runEclipsePackageTests
10f0d1
%{_bindir}/%{pkg_name}-runTestBundles
10f0d1
%{_javadir}/%{pkg_name}-testing
10f0d1
10f0d1
%files equinox-osgi -f .mfiles-equinox-osgi
10f0d1
%dir %{_javadir}/%{pkg_name}
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.services_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
10f0d1
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
10f0d1
10f0d1
%changelog
e794fa
* Tue May 12 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.2-4
e794fa
- Resolved: rhbz#1219013 - Avoid use of xml-maven-plugin
e794fa
066e0a
* Tue Apr 07 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.2-3
066e0a
- Resolves: rhbz#1208867 - Fix upgrade path from DTS3.0
10f0d1
066e0a
* Wed Mar 04 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.2-2
066e0a
- Rebuild for SR2 release of EMF
10f0d1
066e0a
* Mon Mar 02 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.2-1
066e0a
- Update to Luna SR2 release.
066e0a
- Drop upstreamed patches.
066e0a
- Resolves: rhbz#1175105
10f0d1
066e0a
* Mon Jan 26 2015 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-14.7
066e0a
- Fix Eclipse test framework.
066e0a
- Resolves: rhbz#1185546, rhbz#1185549.
10f0d1
066e0a
* Mon Jan 26 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-14.6
066e0a
- Resolves: rhbz#1185541, rhbz#1185542
066e0a
- Fix link to easymock in eclipse-tests package
10f0d1
066e0a
* Wed Jan 14 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-14.5
066e0a
- Rebuild for latest emf/ecf/httpcomponents
10f0d1
066e0a
* Sun Jan 11 2015 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-14.4
066e0a
- Non-bootstrap build.
10f0d1
066e0a
* Sun Jan 11 2015 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-14.3
066e0a
- Always use artifact alias org.eclipse.tycho:org.eclipse.jdt.core.
066e0a
- We use version of Jasper that requires javax.el* (2.x).
10f0d1
066e0a
* Sat Jan 10 2015 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-14.2
066e0a
- Fix Requires on gtk and webkitgtk.
10f0d1
066e0a
* Fri Jan 09 2015 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-14.1
066e0a
- Resolves: rhbz#1175105 - First version for DTS 3.1
10f0d1
066e0a
* Wed Dec 10 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.1-14
066e0a
- Rebuild for new eclipse-ecf.
10f0d1
066e0a
* Tue Dec 9 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.1-13
066e0a
- Move to slimmer batik-css BR/R.
10f0d1
066e0a
* Sat Nov 29 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-12
066e0a
- Make changes necessary for Tycho 0.22.0.
10f0d1
066e0a
* Thu Nov 27 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-11
066e0a
- Update eclipse-build snapshot
066e0a
- Rebuild for ECF symlink changes
066e0a
066e0a
* Wed Nov 19 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-10
066e0a
- Update eclipse-build snapshot
066e0a
- Rebuild for EMF and icu4j symlink changes
066e0a
- Don't own dirs owned by eclipse-filesystem
066e0a
066e0a
* Tue Nov 18 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-9
066e0a
- Update dep on icu4j/ECF
066e0a
066e0a
* Mon Nov 17 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-8
066e0a
- Increase max heap size to 1024m
066e0a
  - But don't do this as a patch, it doesn't work
066e0a
- Fix build ID to always be lexigraphically higher that upstream
10f0d1
066e0a
* Wed Nov 12 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-7
066e0a
- Backport patch to make workspace selection dialog visible in the task manager
066e0a
- Tidy up SWT symlinks
10f0d1
066e0a
* Wed Oct 29 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-6
066e0a
- Change external plugin references to requirements.
066e0a
- List external plugin references in the top-level category.
10f0d1
066e0a
* Fri Oct 24 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.1-5
066e0a
- Rebuild for latest lucene.
10f0d1
066e0a
* Mon Oct 20 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.1-4
066e0a
- Support loading symlinked bundles when location changes.
10f0d1
066e0a
* Wed Oct 01 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-3
066e0a
- Require latest EMF
066e0a
066e0a
* Wed Oct 01 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-2
066e0a
- Fix s390 launcher build
066e0a
066e0a
* Fri Sep 26 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.1-1
066e0a
- Update to Luna SR1
066e0a
- Drop upstreamed patch and fix permissions on appdata files
066e0a
066e0a
* Tue Sep 16 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-19
066e0a
- Fix for autocomplete selection color.
066e0a
- Rebuild for latest jetty.
066e0a
066e0a
* Tue Sep 09 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-18
066e0a
- Symlink more equinox and some core jars into javadir
066e0a
- Enables tycho to unbundle it's eclipse platform jars
066e0a
- Update dep on lucene
066e0a
066e0a
* Sat Sep 6 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-17
066e0a
- Rebuild for lucene update.
066e0a
066e0a
* Thu Aug 28 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-16
10f0d1
- Non-bootstrap build.
10f0d1
066e0a
* Wed Aug 27 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-15
066e0a
- Build Eclipse bootstrapped.
066e0a
066e0a
* Tue Aug 26 2014 Sami Wagiaalla <swagiaal@edhat.com> - 1:4.4.0-15
066e0a
- Build agianst webkitgtk4.
10f0d1
066e0a
* Tue Aug 19 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-14
066e0a
- Rebuild against new ECF
066e0a
066e0a
* Mon Aug 18 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-13
066e0a
- Drop custom buildId, to keep it lexographically greater than upstream's
066e0a
066e0a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.0-12
066e0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
066e0a
066e0a
* Mon Jul 28 2014 Sami Wagiaalla <swagiaal@redhat.com> 1:4.4.0-11
066e0a
- Add patch for webkit2 support.
066e0a
066e0a
* Mon Jul 28 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-10
066e0a
- Provide org.eclipse.tycho:org.eclipse.osgi.compatibility.state.
066e0a
066e0a
* Mon Jul 21 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-9
066e0a
- Rebuild for new ecf and asm.
066e0a
066e0a
* Wed Jul 16 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-8
066e0a
- Update eclipse-build snapshot
066e0a
- Tighten up deps on asm
066e0a
066e0a
* Tue Jul 15 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-7
066e0a
- Add appstream addon metadata for JDT and PDE plugins
066e0a
- Only use GTK3 by default on F22 or newer, rhbz1118317
066e0a
066e0a
* Tue Jul 15 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-6
066e0a
- Backport fix for eclipse bz438992
066e0a
- Only assemble products for current running target environment
066e0a
- Tidy up some unnecessary SCL bits
066e0a
066e0a
* Tue Jul 08 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-5
066e0a
- Make GTK3 the default SWT implementation in eclipse.ini
066e0a
066e0a
* Wed Jul 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-4
066e0a
- Package the equinox.p2.discovery feature, obsolete the separate package
066e0a
- Update e-b snapshot
066e0a
- BR/R: gogo-command >= 0.14
066e0a
- Symlink mockito to system jar in testing package
066e0a
066e0a
* Fri Jun 27 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-3
066e0a
- Fix sed delimeter when dealing with paths.
066e0a
066e0a
* Thu Jun 26 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-2
066e0a
- Update eclipse-build with improvements to bundle testing.
066e0a
066e0a
* Wed Jun 25 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-1
066e0a
- Update to final Luna release
066e0a
- Rebuild against newer dependencies
066e0a
066e0a
* Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.31.git201406042000
066e0a
- Non bootstrap build.
066e0a
066e0a
* Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.30.git201406042000
066e0a
- Bootstrap build for aarch64.
066e0a
066e0a
* Fri Jun 13 2014 Michael Simacek <msimacek@redhat.com> - 1:4.4.0-0.29.git201406042000
066e0a
- Rebuild against new jetty
066e0a
066e0a
* Tue Jun 10 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.28.git201406042000
066e0a
- Drop jdt mvn depmaps.
066e0a
066e0a
* Thu Jun 05 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.27.git201406042000
066e0a
- Remove pre-built launcher binaries
066e0a
- Remove last uses of tomcat
066e0a
066e0a
* Tue Jun 03 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.26.git201406022000
066e0a
- Update to latest I-build
066e0a
066e0a
* Fri May 30 2014 Michael Simacek <msimacek@redhat.com> - 1:4.4.0-0.25.git201405252000
066e0a
- Rebuild against new jetty
066e0a
066e0a
* Tue May 27 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.24.git201405252000
066e0a
- Pass eclipse.javadoc as param to mvn call to fix javadoc generation.
066e0a
066e0a
* Tue May 27 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.23.git201405252000
066e0a
- Update to latest I-build.
10f0d1
066e0a
* Fri May 23 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.22.git201405112000
066e0a
- Rebuild for new lucene/junit metadata.
10f0d1
066e0a
* Wed May 21 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.21.git201405112000
066e0a
- Drop tomcat BR/Rs.
10f0d1
066e0a
* Wed May 21 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.20.git201405112000
066e0a
- Drop cglib dep.
066e0a
- Apply jetty 9 patch unconditionally.
10f0d1
10f0d1
* Mon May 19 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.19.git201405112000
10f0d1
- Drop unnecessary BRs
10f0d1
- Update e-b snapshot for new felix-gogo-* jar locations
10f0d1
10f0d1
* Mon May 12 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.18.git201405112000
10f0d1
- Update to latest I-build.
10f0d1
- Move pre-luna changelog to separate file.
10f0d1
10f0d1
* Wed May 07 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.17.git201405062000
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
- New e-b snapshot for updated gnome appdata
10f0d1
- Rebuilt for new dependency versions.
10f0d1
10f0d1
* Thu May 01 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.16.git201405010200
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
10f0d1
* Mon Apr 28 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.15.git201404280800
10f0d1
- Don't mirror emf and ecf into the final p2 repository
10f0d1
10f0d1
* Mon Apr 28 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.14.git201404280800
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
10f0d1
* Thu Apr 24 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.13.git201404220800
10f0d1
- Drop the use of custom jdtpde repository build from e-b
10f0d1
- Don't use a custom product ID
10f0d1
- Add BR on mockito
10f0d1
- Fix pixmaps directory ownership
10f0d1
10f0d1
* Tue Apr 22 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.12.git201404220800
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
- Enable Java 8 specific bundles
10f0d1
- Rebuild for updated lucene dependency
10f0d1
10f0d1
* Tue Apr 15 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.11.git201404150800
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
- Fix missing copy resource step on ppc64le
10f0d1
- Don't build bundles that are only applicable on non-linux platforms
10f0d1
10f0d1
* Thu Apr 10 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.10.git201404081645
10f0d1
- Drop unnecessary BR on GConf2-devel
10f0d1
- Drop unneeded patch: fix-swt-build-in-rawhide
10f0d1
10f0d1
* Thu Apr 10 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.9.git201404081645
10f0d1
- Make globbing work on arches that don't have platform specific fragments.
10f0d1
10f0d1
* Tue Apr 08 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.8.git201404081645
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
- Don't unnecessarily create platform specific fragments for o.e.core.net and
10f0d1
  o.e.core.filesystem.
10f0d1
- Accomodate for ppc64le architecture.
10f0d1
- Drop upstreamed patch: objectweb-asm
10f0d1
10f0d1
* Thu Apr 03 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.7.git201404011500
10f0d1
- Fix symlinking junit when it is a directory.
10f0d1
10f0d1
* Thu Apr 03 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.6.git201404011500
10f0d1
- Non-bootstrap build.
10f0d1
10f0d1
* Wed Apr 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.5.git201404011500
10f0d1
- Add patch for org.ojectweb.asm -> org.ojectweb.asm.all
10f0d1
10f0d1
* Wed Apr 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.4.git201404011500
10f0d1
- Move secondary-arch fragment generation into e-b.
10f0d1
10f0d1
* Wed Apr 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.3.git201404011500
10f0d1
- Update eclipse-build snapshot
10f0d1
10f0d1
* Tue Apr 01 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.2.git201404011500
10f0d1
- Update to latest I-build of Luna 4.4.0
10f0d1
- Require objectweb-asm >= 5.0.1
10f0d1
10f0d1
* Mon Mar 24 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.1.M6
10f0d1
- Update to M6 pre-release of Luna 4.4.0
10f0d1
- Bootstrap build
10f0d1
- Drop upstreamed patches: do-not-run-as-root, bug-408505,
10f0d1
  bug-404448, osgi-unpack-sources
10f0d1
- Add patch to use mockito-core 1.9