Commit Graph

1304 Commits

Author SHA1 Message Date
Krzysztof Daniel
432494e63b Remove easymock and junit duplications from tests. 2013-02-28 08:24:14 +01:00
Krzysztof Daniel
28edf38a5c Fix the /usr/lib/java/swt.jar symlink. 2013-02-27 14:25:29 +01:00
Krzysztof Daniel
a75b68ca05 Add support for jetty 9 (still disabled). 2013-02-27 12:27:12 +01:00
Krzysztof Daniel
857059a7ef Add BR to xml-maven-plugin. 2013-02-22 16:07:47 +01:00
Krzysztof Daniel
81a7921113 Kepler update to latest sources - first attempt. 2013-02-21 20:27:28 +01:00
Krzysztof Daniel
44a8b751b8 Use EMF features from eclipse-emf-core. 2013-02-20 13:05:25 +01:00
Krzysztof Daniel
523aebc0ac Add missing patch. 2013-02-19 16:17:47 +01:00
Krzysztof Daniel
582d8ade2f - RHBZ#912664 - eclipse-swt should put swt.jar into /usr/lib/java even
on 64 bit systems.
- RHBZ#903537 - [abrt] java-1.7.0-openjdk-1.7.0.9-2.3.4.fc18:
gtk_widget_real_map (SIGABRT)
2013-02-19 15:47:05 +01:00
Krzysztof Daniel
75d982efa2 Build support for GTK2 and GTK3 together. 2013-02-12 15:23:49 +01:00
Krzysztof Daniel
475caa030b Ability to use sclized icu4j. 2013-02-12 12:32:06 +01:00
Krzysztof Daniel
b14168403d Yet another rebuild with latest icu4j. 2013-02-11 14:09:03 +01:00
Krzysztof Daniel
668fe2cc49 Another rebuild with new icu4j.
Previous rebuild happened too fast and still old icu4j was used, breaking Eclipse.
2013-02-10 18:22:12 +01:00
Krzysztof Daniel
1116ae67e7 ebuild with latest icu4j. 2013-02-08 12:30:15 +01:00
Krzysztof Daniel
94e2c82624 fix the scl_root macro redefinition. 2013-02-08 09:50:39 +01:00
Krzysztof Daniel
2f9eafb3a0 Fix the scl_root macro. 2013-02-07 20:24:58 +01:00
Krzysztof Daniel
3d5718cc32 Add BR to gtk3 2013-02-07 14:48:46 +01:00
Krzysztof Daniel
9ccedd7e5e Upload proper sources.
Export GTK_VERSION=3.0 during build.
2013-02-07 14:15:22 +01:00
Krzysztof Daniel
b468f97623 Eclipse SCLized 2013-02-07 13:33:14 +01:00
Krzysztof Daniel
f64e087adc Fixed the generated eclipse.ini
Fixed the content of generated swt.jar.
Use maven macro to track poms in %%files section.
2013-02-05 13:24:41 +01:00
Krzysztof Daniel
452d050812 Update to Kepler. 2013-01-31 15:04:04 +01:00
Krzysztof Daniel
7fcdb7701c RHBZ#832053: Ship SWT and other native plugins as folders. 2013-01-25 19:33:06 +01:00
Krzysztof Daniel
c021195f5a RHBZ#893774: file shipped twice in eclipse-platform and
eclipse-equinox-osgi
2013-01-17 13:10:18 +01:00
Krzysztof Daniel
ae3f4d9043 Fix missing about files on arm and ppc. 2013-01-05 17:27:27 +01:00
Krzysztof Daniel
7d0dd43530 Reenable bootstrap (for the purpose of arm build).
Fix the launcher build for arm.
Fix the s390 build issue.
2013-01-04 11:17:33 +01:00
Krzysztof Daniel
52d2cc07fa Update to pre - SR2. 2012-12-27 11:53:19 +01:00
Krzysztof Daniel
782e0697c5 Update to pre - SR2 - work in progress 2012-12-19 18:47:29 +01:00
Krzysztof Daniel
952ca485ac Enable javadoc build. 2012-12-14 14:32:33 +01:00
Krzysztof Daniel
a3320ab005 wip 2012-12-14 12:10:30 +01:00
Krzysztof Daniel
286c3a0a4a Remove javax.xml removal patch declaration. 2012-11-26 12:17:23 +01:00
Krzysztof Daniel
7b34664b94 Restore javax.xml.
Changes to remove the javax.xml must be done across the entire Eclipse
and java stack. Unfortunately, removing the javax.xml in Eclipse breaks
other bundles in too many places preventing Eclipse from discovering
bundles in dropins or even starting. This should not be done in f18.
2012-11-26 12:00:02 +01:00
Krzysztof Daniel
37a3ec32a6 Excluded ResolverState from JIT to fix arm build. 2012-11-23 14:31:59 +01:00
Krzysztof Daniel
5819fd72cd Get rid off javax.xml. Fix building launcher on arm. Fix RHBZ #878210.
The launcher was not built properly because Equinox Launcher build
script had no support for arm architectures, therefore it did not knew
where to copy the binary.

javax.xml is provided by the VM so there is no need to bundle it. Due to
inconsistencies in packaging, some errors appear (see RHBZ #710815).
This is removal in a first place (eclipse-dtp and eclipse-mylyn updates
will follow).

Additionally, the binary class was not copied properly into the
compatibility bundle. We can't build it properly (because it was some
old, unknown version), but we can build current version and hope for the
best.
2012-11-22 12:10:01 +01:00
Krzysztof Daniel
a79a77dc21 Don't package non-existing fragments on s390, s390x.
Add BR to GConf-2-devel
2012-11-13 18:37:05 +01:00
Krzysztof Daniel
4c7bfc851a Added debug symbols to SWT.
Restored the debug package.
Removed the debug flag from the build.
2012-11-08 11:03:10 +01:00
Krzysztof Daniel
894aed75db Simplify initial repo creation.
The eclipse-build initial repo with two manifests is now already
unpacked into a right place, so there is no need to move it. Tycho
bundled jars are no longer unpacked, as Tycho manages to work properly
without them now.
2012-11-07 19:20:33 +01:00
Krzysztof Daniel
f1d55bd33a Export java home before using ant to build native part of launchers.
mvn-rpmbuild does it automatically, but in this case we are
workarounding an issue with cbi that launchers are built to late and are
not included into final product.
2012-11-06 15:51:36 +01:00
Krzysztof Daniel
44e31045cc - Reduce the memory available for Tycho build.
- Reduce the build time.
- Use the upstream help generation patch.
2012-11-06 12:55:37 +01:00
Krzysztof Daniel
ab4a085e7c Remove the reference to org.apache.jasper (replaced by glassfish) 2012-10-31 17:55:22 +01:00
Alexander Kurtakov
71f860fb5b Small cleanups.
- Bump release to be bigger than F-18.
2012-10-31 14:55:59 +02:00
Krzysztof Daniel
9e28e1b676 Make the removal of the icon more error prone. 2012-10-24 11:36:35 +02:00
Krzysztof Daniel
b17e6a35bc Remove a hack for building executable. 2012-10-23 11:32:50 +02:00
Krzysztof Daniel
9929ce368c Add profiles in the equinox executable for ppc and arm. 2012-10-23 09:42:32 +02:00
Krzysztof Daniel
0d2b243cd9 - Moved launcher version change after secondary fragments creation.
- Created some directories when creating secondary fragments.
2012-10-23 06:28:36 +02:00
Krzysztof Daniel
5b3bee5414 Delete the patch that dropped a user profile (unwanted side effects).
Move sytem.bundle to equinox package.
Fix building of core.net on secondary arches.
Removed recursive dependency to eclipse-rcp.
2012-10-19 17:07:20 +02:00
Krzysztof Daniel
4280c7a6b7 Use glassfish-jsp-api instead of tomcat-jsp-api. 2012-10-19 09:49:53 +02:00
Krzysztof Daniel
57d06ede7f Support for secondary arches (arm, ppc, ppc64, x86, x86_64, s390,
s390x).
2012-10-19 08:08:58 +02:00
Krzysztof Daniel
71615b111b prepare spec for building without circular deps. 2012-10-18 09:00:58 +02:00
Krzysztof Daniel
9dfcba9814 Bump emf version to 2.8.1. 2012-10-02 11:55:22 +02:00
Krzysztof Daniel
e734c28db8 Rebuild with latest emf 2.8.1. 2012-10-01 13:44:20 +02:00
Krzysztof Daniel
5232c6c050 861037: Eclipse does not start in rawhide
There is an unwanted wiring during bundles resolution here. Many UI
packages required package org.w3.dom.css which was provided by a bundle
in the upstream Eclipse, but is provided by vm SDK in Fedora. The
problem is that it is also provided by javax.xml, and since there are
duplicates, some classes are loaded from javax.xml bundle in some
bundles and others from SDK in other bundles, causing LinkageErrors
and/or class cast exceptions. 
The solution is to remove imports from the UI code to ensure that
javax.xml is not searched during class resolution, and that proper
classes from SDK are used.

https://bugzilla.redhat.com/show_bug.cgi?id=861037
2012-09-28 14:49:54 +02:00