Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov1-2/+3
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-12-11bug 423827 - Disable "Treat above errors like fatal compile errors"I20131217-0800I20131212-1600I20131211-2000Krzysztof Daniel1-1/+31
Change-Id: If2b8652ff7deed04dea308880d444f1b4e7c6ffe Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-11-14Bug 421771 - Don't use deprecated junit Assert.Alexander Kurtakov1-1/+1
Changing from junit.framework to org.junit is enough. Change-Id: I541d00c1dd6652003d4df51a66fb98d1e3342625 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel3-10/+14
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-11-12Bug 417073: Configuration for tycho-surefire-pluginKrzysztof Daniel2-2/+15
Test bundles are now built as test bundles, not as regular plugins, and therefore can be executed by tycho surefire. Small changes in the requirements are required, because there is no full Eclipse available at test time, so all dependencies need to be listed. Also-By: Mickael Istria <mistria@redhat.com> Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com> Change-Id: Icdc78a92d93c2d8e0c62c8cc6d49bbfb7de147af
2013-09-04Bug 415942 - Set code.ignoredWarnings for test bundles in order to use ↵John Arthorne1-2/+2
global build settings
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.
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 Arthorne1-0/+1
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull8-7/+17
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-05*** empty log message ***Pascal Rapicault1-4/+0
2010-03-02Move metadata factory to a public package and change signature of ↵Pascal Rapicault1-1/+0
IUpdateDescriptor
2010-02-24Fix up import versionsPascal Rapicault1-5/+5
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren7-54/+55
2010-01-13Merging api branch back to HEADv20100113Pascal Rapicault8-46/+63
2009-10-08Moving the version classPascal Rapicault6-6/+6
2009-10-06Move query related classes to p2.metadataPascal Rapicault6-6/+12
2009-05-25Update copyrightsv20090525John Arthorne14-14/+14
2009-05-20Update copyrightsJohn Arthorne1-0/+10
2009-03-30Bug 216278 - [prov] ECFTransport and ECFMetadataTransport should be mergedPascal Rapicault1-0/+1
2008-12-22Bug 233699 - Add support for version types other than OSGipost_version_2008Pascal Rapicault6-6/+6
2008-12-20Bug 233699 Add support for version types other than OSGiSimon Kaegi6-6/+6
rollback to pre_version_2008
2008-12-20Bug 233699Simon Kaegi6-6/+6
Add support for version types other than OSGi
2008-10-21Bug 222870 - Enabled MD5 processing stepv20081021Pascal Rapicault1-2/+1
2008-09-12Bug 247203 Move active processor/optimizer tests to p2.testsJohn Arthorne19-809/+0
2008-05-30add jdt prefsPascal Rapicault2-3/+396
2008-05-30add test for ZipVerifierProcessorPascal Rapicault8-1/+113
2008-05-30add test for ZipVerifierProcessorPascal Rapicault1-1/+2
2008-05-08Bug 224710 - Need to better handle problem files on serverPascal Rapicault1-0/+15
2008-04-15added additional assertsliebig1-6/+5
2008-04-09added time testsliebig2-0/+26
2008-04-08Bug 226142 - Create new test project for testing bundles not in the SDKDJ Houghton50-0/+1914

    Back to the top