Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-16 | Update for Mars M4 (configuration files, ...) | Markus Knauer | 1 | -1/+1 | |
Change-Id: I121dd663a9da335856a7df3f16856789fadefc4d Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-11-12 | Update for Mars M3 (configuration files, ...) | Markus Knauer | 1 | -1/+1 | |
Change-Id: I0e5d8c7f523c73988b92eb69699411b617c7a982 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-08-07 | Upgrade configuration files from Luna to Eclipse Mars (4.5.0) | Markus Knauer | 3 | -4/+4 | |
Change-Id: Icea756ad80e1cb9dd34db86615cf0d50c55e8ddf Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-06-12 | Package preparation for Luna ReleaseLUNA_R | Markus Knauer | 1 | -1/+1 | |
Change-Id: I28c5bb74e005a58ee06b30ae422e01449077576e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-06-08 | Updates for Luna RC4 | Markus Knauer | 1 | -0/+1 | |
Change-Id: I3be7cc4046d3502a5dd8ed3c226d5aff54316415 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-05-07 | Update the aboutText in all packages to the latest version | Markus Knauer | 1 | -1/+1 | |
Change-Id: I982d7a9a2898960df3d1ede51b364d9af5da654b Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-05-07 | Update images/icons to latest from Platform 4.4.0M7 | Markus Knauer | 6 | -2/+2 | |
Some images and icons have changed upstream. This requires an update of all those branding plug-ins that use the same images as the Platform. Exceptions are Java and the Java EE packages. - Update eclipse16.png - Update intro-eclipse.png (used to show the old Eclipse logo) - Update and use png instead of gif for about image: eclipse_lg.png This required changes in plugin.xml, build.properties, epp.product Change-Id: I3e2971b559311798404010550809d8325d12e63a Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2014-03-01 | Bug 428744: Adjust EPP to CSS resources move | Markus Knauer | 1 | -1/+1 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=428744 Update applicationCSSResources property to point to new location in the new bundle org.eclipse.ui.themes in all packages. Change-Id: I6892ae64d688de4a29477c327da45907363cf091 | |||||
2014-03-01 | Update product about text and visual startup settings | Markus Knauer | 2 | -7/+4 | |
- Update aboutText property in plugin.xml with new text from SDK - Update about.properties: new Eclipse URL and remove Apache reference - Adjust startupForegroundColor and startupMessageRect in plugin.xml epp.product Change-Id: Ia763f6916e5c1d85476a06d0cc7b7d15ac84ba67 | |||||
2014-03-01 | Update packages with new Eclipse Foundation logo | Markus Knauer | 5 | -0/+0 | |
This update includes the 16/32/48/258 pixel png images and the about gif image. It updates all packages except the ones that had their own images in the past (in particular the Java EE package). Change-Id: I591cad90da0ccf985298a85a70dfa0b7e6103c6d | |||||
2014-02-02 | Remove .gif icons from all packages and use .png instead | Markus Knauer | 5 | -12/+9 | |
- remove the 16, 32, 48 pixel gif files - update build.properties, plugin.xml, and synchronise .product files Change-Id: Iad04732de64124535470b825b20066d8a057263a | |||||
2014-01-30 | Refactor naming of epp specific build properties | Markus Knauer | 1 | -1/+1 | |
2014-01-30 | Set package version in about dialog during build | Markus Knauer | 2 | -1/+2 | |
With this change, the version string ("Version: Luna Release") is now externalised, and can be set during build time. This allows a better information in the about dialog, e.g. use the milestone in the release name ("Version: Luna M5 Release"). | |||||
2013-12-16 | Use new EPP version 4.4.0 in all places | Markus Knauer | 2 | -3/+3 | |
Bug 423771 - Next version number of EPP for Luna: 2.1.0? 3.0.0? 4.4.0? 8.0? https://bugs.eclipse.org/bugs/show_bug.cgi?id=423771 | |||||
2013-12-10 | Re-initialize plugin_customization.ini in all packages from SDK | Markus Knauer | 1 | -10/+16 | |
Over time there have been many changes to the upstream plugin_customization.ini of the Eclipse SDK. With this change we incorporate all those updates but keep the package specific settings (e.g. initial perspective, m2e settings, etc.) Additionally it enables line numbers in text editors; see bug 191154 for further information https://bugs.eclipse.org/bugs/show_bug.cgi?id=191154 | |||||
2013-11-28 | Introduce project specific settings (UTF-8, Unix LF) in all projects | Markus Knauer | 2 | -0/+4 | |
2013-11-27 | Set Eclipse-BundleShape header to 'dir' and unpack all branding bundles | Markus Knauer | 1 | -0/+1 | |
2013-11-27 | Remove old (non-existent) entries from build.properties | Markus Knauer | 1 | -3/+0 | |
2013-11-25 | Rework the packages plugin.xml files | Markus Knauer | 1 | -5/+11 | |
All values and settings have been taken from the Eclipse Platform product where possible. - Adjust startup message/progress locations - Add all window image sizes - Add applicationXMI property - Add product name - Re-order properties/elements in some packagesto match standard order (Java, Standard | |||||
2013-11-25 | Refresh (most) packages with high-res icons, images from Platform | Markus Knauer | 12 | -2/+5 | |
2013-11-25 | Update copyright date (headers and about text) to 2014 | Markus Knauer | 3 | -4/+4 | |
2013-11-15 | Extract parent pom into its own file and add more configuration | Markus Knauer | 1 | -5/+9 | |
2013-11-03 | Prepare for Luna M3 | Markus Knauer | 1 | -1/+1 | |
2013-08-17 | Upgrade from Kepler to Luna | Markus Knauer | 3 | -4/+4 | |
- Update feature.xml, epp.product, MANIFEST.MF, p2.inf, plugin.xml, epp.website.xml, pom.xml, ... from EPP 2.0 to 2.1 and adjust "Kepler" with new "Luna" - Update build scripts, map files, etc. - Create .project files for new virtual Tycho product projects | |||||
2013-08-17 | Bug 366430 - Building EPP packages with Tycho | Thanh Ha | 1 | -0/+28 | |
Based off original work by Igor Fedorenko: https://github.com/ifedorenko/org.eclipse.epp Signed-off-by: Markus Knauer <mknauer@eclipsesource.com> | |||||
2013-06-13 | Make sure that *all* version qualifiers get updated | Markus Knauer | 1 | -1/+1 | |
Use invisible change in .project files to trigger an update of all version qualifiers. | |||||
2013-03-16 | Bug 401310: Modify MANIFEST.MF and eclipse.ini to require JavaSE >=1.6 | Markus Knauer | 1 | -1/+1 | |
Require Java Version 1.6 or higher in all EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=401310 | |||||
2013-01-10 | remove old run perspective from preloaded perspectives on perspective | Beth Tibbitts | 1 | -1/+1 | |
switcher bar | |||||
2013-01-10 | Update copyrights to 2013 | Markus Knauer | 2 | -3/+3 | |
2012-08-28 | Enable "Refresh on Access" in all packages | Markus Knauer | 1 | -0/+3 | |
Bug 384104 "Refresh on Access" not enabled by default in the EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=384104 | |||||
2012-08-23 | From Juno to Kepler: About dialog, names, and URLs | Markus Knauer | 1 | -1/+1 | |
* Update the release in the about dialog to Kepler * Update p2 URLs to kepler * Update package names in web site configuration files | |||||
2012-08-20 | Do as many Kepler changes as possible | Markus Knauer | 1 | -1/+1 | |
* Update Kepler repository URLs * Update platform versions from 4.2 to 4.3 * Change file name of epp website description XML file * Update EPP versions to 2.0.0 | |||||
2012-06-12 | fix build before launch | Beth Tibbitts | 1 | -1/+1 | |
2012-06-12 | fix build before launch | Beth Tibbitts | 1 | -1/+4 | |
2012-06-12 | fix 'build before launch' setting | Beth Tibbitts | 1 | -1/+1 | |
2012-06-07 | name change to remove 'IDE' from 'Eclipse IDE for Parallel Application | Beth Tibbitts | 2 | -3/+3 | |
Developers' | |||||
2012-01-31 | ALL: copyright 2012 | Markus Knauer | 2 | -3/+3 | |
2011-10-19 | added sys mon perspective to perspective switcher bar | Beth Tibbitts | 1 | -1/+1 | |
2011-10-19 | Bug 361421 turn off build before launch | Beth Tibbitts | 1 | -1/+4 | |
2011-08-17 | * bug 355002 - EPP packages need styling: adding properties | Markus Knauer | 1 | -0/+8 | |
2011-08-16 | * many changes for Juno release | Markus Knauer | 2 | -2/+2 | |
2011-06-09 | * 'touch'ing filesINDIGO_RC4 | Markus Knauer | 1 | -0/+1 | |
2011-05-26 | * all: bug 317455: Descending stroke of letters such as 'g' cut off on ↵ | Markus Knauer | 1 | -1/+9 | |
splash screen | |||||
2011-05-26 | * all: bug 347307, patch id 196667 - Bunlde-Vendor | Markus Knauer | 1 | -1/+1 | |
2011-05-26 | * lines and spaces removed...INDIGO_RC2 | Markus Knauer | 1 | -1/+0 | |
2011-05-21 | * parallel: bug 331589: about, icons, p2.inf changes | Markus Knauer | 4 | -3/+7 | |
2011-05-19 | * all: Bug 346410 - Indigo license update of all EPP packages | Markus Knauer | 1 | -1/+1 | |
2011-05-05 | * pushing qualifier | Markus Knauer | 1 | -1/+0 | |
2011-05-03 | * parallel: version push to 1.4.0 (all packages should have the same version) | Markus Knauer | 1 | -1/+1 | |
2011-03-19 | Indigo M6a | Markus Knauer | 1 | -0/+1 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-