Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-15Update *everything* for Oxygen.3 RC1 (4.7.3 RC1)Markus Knauer1-4/+4
Change-Id: I2caa50afdae8c5875ff7151aa4cfd25db239360a Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2017-11-16Update versions and strings for Oxygen.2 (4.7.2)Markus Knauer1-4/+4
Change-Id: Ib00bc3c513486c2fc9d641be18fceb5f301ebd9e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2017-09-28Add ALL-SYSTEM as root modules in all packagesMarkus Knauer1-0/+1
For using Eclipse on Java 9 ALL-SYSTEM need to be configured for the root modules. Add '--add-modules=ALL-SYSTEM' to the eclipse.ini of all packages. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=522634 Change-Id: Id2422ca93a5bc4b238c9e188f75ac4ff21709936 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2017-08-14Update for Eclipse Oxygen.1 (4.7.1) ReleaseMarkus Knauer1-4/+4
Update all pom.xml, feature.xml, epp.product, MANIFEST.MF, p2.inf files to the new version 4.7.1 and to the Oxygen.1 Simultaneous Release. Change-Id: Ie788ca404991c100fb0138645356d1b7ce4bf4f6 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2017-05-03Bug 514502 - Make default workspace name be "eclipse-workspace"Mickael Istria1-0/+1
Signed-off-by: Mickael Istria <mistria@redhat.com>
2017-03-25Include EclEmma in Eclipse Committers PackageEvgeny Mandrikov1-0/+1
Bug: 514212 Change-Id: I03bb9251b5dca3d315b7df2a623c47363704a88f Signed-off-by: Evgeny Mandrikov <mandrikov@gmail.com>
2017-03-16Bug 510460 - Custom splash for EPP, containing month/yearMickael Istria1-0/+2
EPP and Platform cannot share splash any more and get this fixed, as per comment https://bugs.eclipse.org/bugs/show_bug.cgi?id=503070#c53 . So EPP needs to set up its own splashscreens. Change-Id: Icc831141667d4135d926509cdfcd98aa0f4c11d9 Signed-off-by: Mickael Istria <mistria@redhat.com> Also-By: Markus Knauer <mknauer@eclipsesource.com>
2016-09-22Fix platform help feature version constraint in Committers packageMarkus Knauer1-1/+1
Remove the wrong version dependency ("4.7.0") to the org.eclipse.help feature in the Committers package that had been introduced with commit 2a78840b36cc3460e615b74d4a63bfbbdae74436. Change-Id: I6d40794781c685d31a0477b6ff0c75d9374bd1ef Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2016-09-21Add M2E, XML and JSON EditorGunnar Wagenknecht1-16/+21
2016-08-11Update to Oxygen / EPP 4.7.0Markus Knauer1-4/+4
Update all the versions, strings, URLs, etc. to the next Simultaneous Release called 'Eclipse Oxygen'. Change-Id: I296344c98fd324f29497f5bd210c3abcc30a6022 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2016-05-05Bug 490341 - Enable StringDeduplication in EPP packagesAlex Blewitt1-0/+2
There are a significant number of duplicated String instances in Eclipse, primarily from the extension registry and other XML based files. Using StringDeduplication will allow the underlying character arrays to be uniqued without requiring an explicit intern operation. Since StringDeduplication only works when the G1 garbage collector is used, enable this as well. Both G1 and StringDeduplication were added to OpenJDK in Java 8, and there is a minium for Java 8 to run the Eclipse IDE as well as the -Dosgi.requiredJavaVersion specified in these product files. All packages have this define this in their common section for Java VM arguments, *except* the Parallel package that uses OS-specific sections to define JVM arguments. Change-Id: I0af43c31b560a2240725b7dce89bba0cd004ef88 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-03-21Committers: Add Code Recommenders News Feed to packageAndreas Sewe1-0/+1
Bug 487835 - Add News feed plugin to committers package Change-Id: I2c86b69ecdbf03b9651cf9728b4414402a524d21 Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
2016-02-22Committers: Move package content definition from feature to productMarkus Knauer1-0/+44
By using the product definition (instead of the EPP package feature) for defining the product content it is possible to install some of them as root level feature that can be updated and/or removed independently from the package. Bug 332989 - Allow parts of a package to upgraded or removed https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989 Change-Id: I2b1ee17cb39300b66f5eb1266bd54fb7e12bf764 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-11-12Require Java Version 1.8 or higher in all EPP packagesMarkus Knauer1-12/+12
Bug 481997 - [Neon] Require Java Version 1.8 or higher in all EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=481997 Change-Id: Iadc5430385aa4b067a5285ed2986cecb71849b9f Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-07-15Upgrade configuration and version numbers for Neon (M0)Markus Knauer1-2/+2
- Increment version numbers from 4.5.0 to 4.6.0 - Update strings with versions, using neon-M0 temporarily - Update parent pom.xml - Clean up p2.inf files Change-Id: I9d45fcd400eb4b6dac1226d97d6c5018d149b6dd Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Ensure packages are using at least -Xms256m and -Xmx1024mMarkus Knauer1-3/+2
Memory availability has changes, and memory consumption is generally higher than it used to be. While impossible to find the perfect memory settings that work best for everyone on every computer with every package, it still makes sense to increase the current settings. This change updates packages to the following values unless they specify different (higher) values: - Increasing Xms from -Xms40m to -Xms256m - Increasing Xmx from -Xmx512m to -Xmx1024m Bug 459596: [EPP] Default heap max (512MB) is too small https://bugs.eclipse.org/bugs/show_bug.cgi?id=459596 Change-Id: If617446f1e7e0a39949d92e68e8ea6905f0f3f72 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-09-05Bug 441957: Rename Standard to Eclipse IDE for Eclipse CommittersGunnar Wagenknecht1-0/+193
Change-Id: Ibbbf5283a085dbc3804b324661b4d0adf3aa1b25 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441957

    Back to the top