Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 1Lars Vogel14-42/+84
Change-Id: I5d8231e4070987a258d03a475ea69046263ea6b3 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-01-31Bug 530535 - Move away of deprecated Class.newInstanceAlexander Kurtakov4-41/+123
Deprecated in Java 9 due to propagating exceptions instead of being properly checked at compile time. The replacement Constructor.newInstance has always been around. Switched frameworkadmin bundles to use Eclipse default formatter as the one defined prior to that was line breaking at 800. Change-Id: Ia0cab2a80c288115c319ba3c1378d6b6fa20fbe7 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-08-21Bug 521163 - Move equinox frameworkadmin to Java 8Alexander Kurtakov9-25/+66
Bump minor version, remove duplicate type declarations, add missing Override annotations. Change-Id: Ia46a54f9f48b29c17fef04a342b6ad182f7576ab Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-21Bug 521157 - Do not try to acquire PluginConverterAlexander Kurtakov2-39/+0
Remove Activator, it causes warning in the builds and fixing the warning leaves it empty so better to remove it altogether. Change-Id: I1d80bf437afe2b051e615fb1aaf9afb17b25cda7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-20Bug 521157 - Do not try to acquire PluginConverterI20170820-2000Alexander Kurtakov2-58/+7
Eclipse platform no longer ships PluginConverter implementation so trying to acquire it is pointless. Change-Id: Ice2d9acf4dcb736614c9d110fbe974c92c139016 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>
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>
2016-05-04Bug 493004 - Need to update versions for Neon of various bundlesY20160519-1000Y20160513-1000Y20160505-1000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000I20160517-2000I20160516-2000I20160515-2000I20160514-1500I20160513-2000I20160512-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000I20160508-2000I20160507-1500I20160506-2000I20160506-1030I20160506-0830I20160505-2000I20160504-2000Thomas Watson2-2/+2
Change-Id: Idb4576fc90fc7180d3c7e1960696615bb4c37594 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt1-3/+3
There are a lot of new Integer() calls in the P2 codebase, which results in many duplicate values of Integer being stored, particularly when performing updates or checks. Integer.valueOf() performs this caching already, which means that it's unnecessary to call new Integer() and instead can call Integer.valueOf(). In the places where the int value is being used directly, the call can be further optimised to Integer.parseInt() instead. Replace calls to new Integer() with Integer.valueOf() or .parseInt() as appropriate. Change-Id: Ic760e66084c856fc90cb7c8a358007c975213638 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.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-23Update versions for MarsThomas Watson2-2/+2
2015-03-23Bug 460967 - Use type safe service retrievingAlexander Kurtakov1-3/+4
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: I817c47b702001b739a07a54f4fd8dd72ae9750aa 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-12-09bug 418662: Get rid of compile warnings in official build -Krzysztof Daniel1-2/+4
org.eclipse.equinox.p2.publisher.eclipse Change-Id: I02f9f6367913e01988f5e65452d2c52c7898a5a7 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-12-09bug 418662 - Get rid of compile warnings in official buildKrzysztof Daniel6-92/+94
framework admin Change-Id: I770e1b05b78d2917c989ec1f2cc62b2612c21cd4 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-11-15Bug 421798 - Fix various warnings.Alexander Kurtakov5-2/+8
* Remove unneeded casts. * Remove unneeded throws. * Remove unneeded semicolons. Change-Id: I7454ea216cfc194a0d394550feecc29042d23363 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel3-313/+311
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-21Re-enable p2 build to work standalonev20121121-164058Pascal Rapicault (Ericsson)1-1/+1
2012-06-06Bug 381885 - Javadoc for org.eclipse.equinox.frameworkadmin is missingv20120606-175127R4_2R3_8Juno_SR0I20120725-1800I20120724-0800I20120717-0800I20120710-0800I20120703-0800I20120627-0000I20120626-1200I20120625-2200I20120608-1400I20120608-1200I20120607-1500I20120606-2100I20120606-1900Ian Bull2-1/+18
Added a package.html file for framework admin.
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-1/+1
2011-05-02copyright updateIan Bull9-9/+9
2011-02-28Bug 336246 - Remove the metadata generatorPascal Rapicault1-2/+0
2010-08-17*** empty log message ***Pascal Rapicault1-0/+1
2010-04-13bug 282303 - -vm is removedAndrew Niefer1-0/+2
2010-03-24bug 305726 - BundleInfo version : equals & hashcodeAndrew Niefer1-8/+7
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-12Bug 305620 - p2 fails at installing a bundle who name on disk does not end ↵Pascal Rapicault1-3/+1
up with .jar
2010-03-08bug 305046 - source.info contains stale informationAndrew Niefer1-2/+11
2010-03-04bug 269496 - SimpleConfiguratorManipulator apiAndrew Niefer12-329/+508
2010-01-13Merging api branch back to HEADPascal Rapicault2-20/+2
2009-10-14Added new helper method to append properties.DJ Houghton1-0/+4
2009-08-24Cleanup bundle manifest imports.DJ Houghton3-245/+243
2009-08-20Updated qualifier for bug fixes in helios streamJohn Arthorne1-1/+1
2009-07-29280007 - deriving osgi.install.areaAndrew Niefer1-0/+9
2009-05-20Update copyrightsJohn Arthorne4-27/+27
2009-04-28Bug 273959 [admin] ConfigData.remove should not fast fail if symbolic name ↵Simon Kaegi1-1/+1
is not set
2009-04-02HEAD - Enable api toolingPascal Rapicault1-0/+6
2009-03-28Bug 241477 [eclipse] better support for framework extensions via eclipse ↵Simon Kaegi1-9/+11
touchpoint
2009-03-06Bug 262243 [eclipse] markStarted action should ignore OSGi fragment bundlesSimon Kaegi1-0/+12
2009-03-04Bug 254300 BrandingJohn Arthorne1-1/+1
2009-01-23Bug 262090 - x-friend pde.ui for BundleInfoPascal Rapicault1-1/+2

Back to the top