Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-06Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191209-1110Niraj Modi1-1/+1
Change-Id: If2dbc6ab9c165c2fa39a0f6d5bbb600b444ec67a Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-10-02Use StringBuilder instead of StringBuffer where possible.Carsten Hammer1-1/+1
Change-Id: Ie756b6925b7dfc3471659764990c85d0e17eb1df Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-01Bump versions for https://git.eclipse.org/r/#/c/149541/Carsten Hammer2-2/+2
Change-Id: Ibd8c0c8ed355a907509256a3fc2d3f2ce4a87c36 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-01Use jdk 5 for-each loopCarsten Hammer9-34/+39
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I8288cda24e7fab9b6e518400488389e6a54ddc9c Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190909-0925Niraj Modi1-1/+1
Change-Id: I7175ecdf7fe0ed9b9a99c24870069f8a2a743491 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-07-16Remove useless non-javadoc comments.Alexander Kurtakov1-8/+6
Change-Id: I8344b55fde0515c8b64c576017a692108e4cadd7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-07-16Convert to the generic IProvisioningAgent.getService()Alexander Kurtakov1-6/+6
Take 3. Change-Id: I1509b415bfda56813884a6410c3b12161ddcf883 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-06-11Move away of old non-managed _core jdt formatter.Alexander Kurtakov4-16/+124
It fails when formatting new constructs like try-with-resources. Move to the built-in Eclipse profile. Change-Id: Id71d9e38ba12c623cded4a067e9e6a69da991ea4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190607-0725Niraj Modi1-1/+1
Change-Id: I8b25fc54e516b1507d951276c907ac26a7961e19 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseNiraj Modi1-1/+1
Change-Id: Ied84dbd6cc7e2c1b72bd072e8286604586c28e72 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseY20181212-2200I20181214-0105I20181213-1800I20181212-1800I20181212-0230I20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi1-1/+1
Change-Id: I6cc635d174e4a5a814112b7573a7cab95959fb31 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180910-0310I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I926c2afdfc2e32a627aec616130e33bb25629a42 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-22Bug 535802 - Update p2 EPL-2.0 for its plug-ins - Part 4Lars Vogel33-99/+198
Change-Id: I351c065b61cb7a83200affa0f3133f3c82399e5e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-11Bug 535318 - Update license to EPL-2.0 for p2 in about.htmlLars Vogel1-16/+24
Change-Id: I9c48c4b54d9685e1ee7d5296093d7b27d3d50e54 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-07Bug 535318 - Update versions for next releaseAlexander Kurtakov2-2/+2
Prep for update license to EPL-2.0 Change-Id: I2fe45c006012a83c207821a2d41abaa248df3802 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-30Bug 535327 - Streamline maven poms hierachyI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-4/+4
Needed so tycho-versions:set-versions works properly. Not all modules handled properly but majority are which is good enough for me now. Change-Id: I62d65744ed65d083f3755aab86b925fa780092b5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533758 - Direct use of IStructuredSelectionI20180425-0250I20180424-2000I20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov4-9/+18
Instead of getSelection and cast. Enable save actions to auto remove useless casts. Change-Id: Ie9fd9546ac74d146a9fa219e37d012d7a3e79415 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-26Bug 530396 - Move UI code to lambdasAlexander Kurtakov1-22/+17
Change-Id: I92c7b5c6cbde04280da91a9ee617495ff0381a73 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-03Bug 529078 - Add header Automatic-Module-Name for Java 9I20180104-2000I20180104-0030I20180103-2000Karsten Thoms1-0/+1
Increment versions for Eclipse 4.8 Photon Change-Id: I678108c1f5afa895be26040184cd8c21e83a8a0e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-10-05Bug 525599 - Move p2 ui.admin bundles to Java 8I20171005-2000Alexander Kurtakov31-187/+226
* Bump BREEs * Bump minor versions * Enable warnings for newer Java versions features * Remove redundant type arguments * Add missing override annotations * Convert to lambdas Change-Id: I22c34216df3004d11b7fbe64104a8674db8f4712 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-11Bug 516457 - Many of plug-ins need a version increaseI20170514-2000I20170514-1120Alexander Kurtakov2-2/+2
Take care of the following: o.e.equinox.p2.publisher - service bump o.e.equinox.p2.publisher.eclipse - service bump o.e.equinox.p2.repository - service bump o.e.equinox.p2.repository.tools - service bump org.eclipse.equinox.p2.touchpoint.natives - service bump org.eclipse.equinox.p2.ui.admin - service bump org.eclipse.equinox.p2.ui.admin.rcp - service bump org.eclipse.equinox.p2.ui.importexport - service bump org.eclipse.equinox.p2.ui.sdk - service bump org.eclipse.equinox.p2.tests - service bump Change-Id: I21578f13200b5c9de6fed6818b16992764f33216 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-04-18Bug 514863: Use png files in org.eclipse.equinox.p2.uiMatthias Becker18-6/+6
Change-Id: Ia891112782c251e903149d5e3db8d873f3b1b6d9 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-04-30Bug 465876 - Repo Versioning Reports for M7I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445Thomas Watson2-2/+2
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov4-8/+12
Instead of retrieving services based on their String class name there is newer implementation that takes the class directly and returns the correct class preventing casts. Change-Id: I8b26f4d294b927f4c28a6ba4e68e35bd401df4ec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel2-5/+2
Make 1.5 setting default in Eclipse (P2 is compiled as 1.5 with tycho anyway). Drop jsr14. Change-Id: I848d7865211126ad32a226914a046f9553a48f04 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-3/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2012-11-21Bug 390385 - Stop the use of jsr14v20121121-194827Pascal Rapicault (Ericsson)1-2/+0
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+3
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne2-2/+1
2011-06-13Fix NPE caused by direct access to the fieldPascal Rapicault1-3/+3
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull23-23/+23
2011-02-17Update version numbers in poms.Pascal Rapicault1-1/+1
2011-01-28Bug 332314 - [ui] possible over use of ProvUIActivator.getProvisioningUI() ↵v20110201-0200DJ Houghton4-16/+12
and ProvisioningUI.getDefaultUI()
2010-12-20Bug 311633 - [ui] RepositoryTracker duplicate checking should consult the ↵v20101221-0005Susan Franklin2-0/+10
repo manager
2010-09-22Bug 325975 - [ui] [admin] NPE during shutdownDJ Houghton1-3/+0
2010-09-02Bug 320613 - [ui] [admin] - problem installing with vague error messageSusan Franklin2-2/+2
Changes to support establishing profile id up front when necessary
2010-09-02Bug 321202 - [ui] [admin] - New profile has label 'flavour' which destroys ↵Susan Franklin3-5/+0
the layout
2010-09-02Bug 320613 - [ui] [admin] - problem installing with vague error messageSusan Franklin3-4/+122
2010-09-01Bug 320494 - [ui] ↵Susan Franklin3-3/+217
PreselectedIUInstallWizard(ProvisioningOperationWizard).getNextPage(IWizardPage) changes the profile
2010-08-17Add target folderv20101119Pascal Rapicault1-1/+2
2010-04-24Bug 300860 - [ui] Support event tracingSusan Franklin2-2/+2
2010-04-01Bug 306583 - [ui] Prov Admin UI does not respect show by category preferenceSusan Franklin3-3/+19
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-08Bug 304942 - remove deprecated method use in RuntimeInstallJobSusan Franklin6-10/+15

Back to the top