Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-04Bug 563840 - POM and product version change for 4.17 releaseI20200606-0400I20200606-0050I20200605-2140I20200605-1500I20200605-1230I20200605-1200I20200605-1150I20200605-0950I20200605-0910I20200605-0720Sravan Kumar Lakkimsetti2-2/+2
Change-Id: I7556ef8613828ded9a89fb5e067185e68e1615c2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-03-08Bug 560873 - Update Comparator repo and eclipse run repo to 4.16-I-builds repoY20200309-1300Y20200308-0700I20200310-1800I20200310-0810I20200309-1800I20200309-0810I20200308-1800Mat Booth1-1/+1
Change-Id: I135ef2c77bde6f81a2471602b9df9a5464f64222 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2020-03-06Bug 560872 - POM and product version change for 4.16 releaseY20200308-0520X20200306-1900I20200307-1800I20200307-1145Mat Booth2-2/+2
Change-Id: I4a7bad00022f400f5a467921e67551b11277f1ca Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-12-09Bug 553743: Update Comparator repo and eclipse run repo to 4.15-I-buildsI20191211-0135I20191210-1800I20191210-0230I20191209-2205I20191209-1600I20191209-1310I20191209-1130Noopur Gupta1-1/+1
repo Change-Id: Iaa938a0a080f0d148d1801cfd01ab964aa685cf9 Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2019-12-06Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191209-1110Niraj Modi2-2/+2
Change-Id: If2dbc6ab9c165c2fa39a0f6d5bbb600b444ec67a Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-09-10Bug 550768 - Update Comparator repo and eclipse run repo toI20190915-1800I20190914-1800I20190913-1800I20190912-1800I20190911-1805I20190910-1800I20190910-0815I20190910-0145Vikas Chandra1-1/+1
4.14-I-builds repo Change-Id: Icdb39b4d6a14f1a06f6bab4a9ab5efcf399201c7 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2019-09-09Revert "Bug 550768 - Update Comparator repo and eclipse run repo to ↵I20190909-1520Sravan Kumar Lakkimsetti1-1/+1
4.14-I-builds repo" This reverts commit 0905ab871bf2e234c280ab7ea733c5ad8e2052e3. Change-Id: Ic157ccbdeeb817b0e5db24533978825a212f681d
2019-09-09Bug 550768 - Update Comparator repo and eclipse run repo toI20190909-1425Niraj Modi1-1/+1
4.14-I-builds repo Change-Id: I07971e9b43ff82b9cd1f36b063429252a5daac52 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190909-0925Niraj Modi2-2/+2
Change-Id: I7175ecdf7fe0ed9b9a99c24870069f8a2a743491 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-07-08Bug 541781 - Support dynamically registered MessageDigest implementationsY20190715-2335Y20190715-0900I20190715-1800I20190714-1800I20190713-1800I20190713-1105I20190713-0230I20190712-1800Mykola Nikishov1-0/+4
Extend o.e.e.p2.artifact.repository.artifactChecksums extension point with attribute providerName to support custom MessageDigest implementations as per Java Security API. To get an instance of custom MessageDigest in ChecksumProducer's getMessageDigest(String, String), look for service object under java.security.Provider interface filtered by providerName property and pass it to java.security.MessageDigest's getInstance(String, Provider). Throws NoSuchProviderException if no such service was found. Bundle that contributes such implementation should register it with the Framework service registry under interface java.security.Provider. The registration properties of the service should contain property 'providerName' with value of type String as returned by implementation's java.security.Provider.getName(). The same value should be used for providerName attribute in artifactChecksums extension point. o.e.equinox.p2.artifact.checksums.bouncycastle bundle demonstrates how this works by adding support for Whirlpool and DSTU7564 message digests using the Bouncy Castle Crypto APIs [1]. It is not part of the distribution and used by unit tests only. [1] https://bouncycastle.org/ Change-Id: I0cfd06ceca6e1911d69bab09331399500a00dcee Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2019-06-07Bug 547908 - Update Comparator repo and eclipse run repo to 4.13-I-builds repoI20190610-0135I20190608-0140I20190607-1345I20190607-1000Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Ia01b00999816b0786bb9fbdd5d60a3b5cd4121f7 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190607-0725Niraj Modi2-2/+2
Change-Id: I8b25fc54e516b1507d951276c907ac26a7961e19 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-20In default.target, access p2 repository over HTTPSS4_12_0_RC2R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800R4_12_maintenanceMykola Nikishov1-1/+1
Change-Id: I5c3d9cc36e88c365228f1f63acdffd8960bc241b Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2019-03-08Bug 545096 - Update product version number to 4.12 across build scriptsI20190314-1800I20190312-1800I20190312-0340I20190311-1800I20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I8886bc9d0be01400c68335e6d9249fbb836eafe6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseNiraj Modi2-2/+2
Change-Id: Ied84dbd6cc7e2c1b72bd072e8286604586c28e72 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-12-21Switch default target file to 4.11Mykola Nikishov1-1/+1
Change-Id: I6e3dc347a341bd0210480c9bf765d38769704b76 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseY20181212-2200I20181214-0105I20181213-1800I20181212-1800I20181212-0230I20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi2-2/+2
Change-Id: I6cc635d174e4a5a814112b7573a7cab95959fb31 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-10-08Switch default target platform file to 4.10-I buildsI20181009-0600I20181008-1800Mykola Nikishov1-1/+1
Change-Id: Iac58ecb7f375ef01dca95e8d2cd959e369df0ebc Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180910-0310I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti2-2/+2
Change-Id: I926c2afdfc2e32a627aec616130e33bb25629a42 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-07-17Default target for master branchY20180801-2200Y20180725-2200Y20180723-0635Y20180723-0615Y20180720-0300Y20180718-2200S4_9_0_M2I20180803-2000I20180801-2000I20180801-0820I20180801-0800I20180801-0550I20180731-2000I20180731-1305I20180731-1250I20180731-1025I20180731-0800I20180731-0340I20180730-2240I20180730-2000I20180730-0800I20180729-2000I20180729-0800I20180728-1500I20180728-0805I20180727-2000I20180726-2000I20180725-2000I20180724-2000I20180723-2000I20180722-2000I20180721-1500I20180720-2000I20180719-2000I20180718-2000I20180718-0130I20180717-2000Mykola Nikishov1-0/+11
For now, keep Photon target around in case someone do need to do a maintenance build and create a new target file to use for ongoing development in master branch. Change-Id: Id8b4bfa6abd622e1f3a523f2b9f64a0f058b4faa Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-07-17releng: Let xz-java be fetched by the platform.sdk feature instead ofAlexander Kurtakov1-4/+0
hardcoding one. Change-Id: I084e6f81dd3346fa40cf68493e27605d644d9ed6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-17Photon target platform - use /releases/photon p2 repositoryMykola Nikishov1-3/+3
- org.eclipse.platform.sdk, org.eclipse.core.tests.harness and org.eclipse.test.feature.group from /eclipse/updates/4.8 - long term Orbit repo Change-Id: I123df915f35a2a11f8dacadd496b073a06fb797e Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-05-30Bug 535327 - Streamline maven poms hierachyI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov6-235/+11
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-03-13Bug 512323 - Missing newer target files in org.eclipse.equinox.p2.relengAlexander Kurtakov13-345/+0
Now that we have photon target file nuke all the old and useless stuff - ancient target files and psf files pointing to the years dead cvs repos. Change-Id: Iec77b4cfeb218be0321e4e8f5937134262a27f38 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-13Bug 512323 - Add target file for building against Photon (4.8).Roland Grunberg1-0/+19
Change-Id: If90e85f1a54e14246bb2d60aa4674b9d8543bf7b Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov4-8/+8
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-31Revert "Make Tycho's compiler use configuration from ↵Markus Keller1-8/+0
.settings/org.eclipse.jdt.core.prefs" This reverts commit 678bfa1aad9cf5fbe6a488d168763288acabb501. Change-Id: Ia1ec726e051392b3fefa753b6def2d937f68523e
2017-01-27Make Tycho's compiler use configuration from ↵I20170130-2000Mykola Nikishov1-0/+8
.settings/org.eclipse.jdt.core.prefs Change-Id: I60cd95811a1c12a8e961d05a1e4da077fc9a3c30 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2016-12-16Ignore Tycho plugins unsupported by M2EI20161219-2000I20161219-0145I20161218-2000I20161217-2000I20161216-2000Mykola Nikishov1-0/+44
Change-Id: I8108e7d9ce3cf596e21223e091b6c24a7364a794 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson4-8/+8
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-08-20Bug 471835 - Build succeeds, even when "old" parent pom is referred toMarkus Keller1-29/+36
Change-Id: I746df8fc1343b4f3baae8d0a218d670d09d3825d Signed-off-by: Markus Keller <markus_keller@ch.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 Watson4-8/+8
- update parent poms for 4.6
2015-04-28Bug 464614 - Use XZ as compression formats of metadata filesI20150429-0800I20150428-2000Pascal Rapicault1-3/+5
Change-Id: I4107f2f4fff7ae827f5587dfb8e6b42ba2cf638a
2015-02-16Bug 453228 - Consider removing org.eclipse.equinox.p2.qlPascal Rapicault1-1/+0
2015-02-11416676 Remove unnecessary build profile for local buildsTobias Oberlies1-34/+1
- With the progress done in the CBI, and in particular the profile build-individual-bundles, we no longer need our own profile builds of the p2 project. Bug: 416676 Change-Id: I51c4cbc7183bc5bf91f9a2b6ba4fc5ded7941e65
2014-11-03Add Mars targetPascal Rapicault1-0/+13
2014-11-03update luna target to point at release repoPascal Rapicault1-1/+1
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster4-34/+34
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 Daniel1-15/+0
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-09-12Bug 416676 - Enabling standalone p2 builds and document how to run theKrzysztof Daniel1-0/+34
build eclipse-platform-parent is published to repo.eclipse.org and needs to be used when a partial build is invoked. Tests failures need to be ignored as the build is not complete yet. org.eclpse.osgi.compatibility.state needs to be added to surefire when running standalone build. Change-Id: Id69af4d2b68bfe3cb30c7a02ac69dfbcd1dda02e Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-09-11Bug 409790 - how does o.e.e.p2.ui.sdk.scheduler compile on JDK 1.5?Krzysztof Daniel1-12/+0
This commit removes BREE libs profile because it is managed by eclipse-parent-pom, and no bree build should use them at all. Change-Id: I5fd90fb8a349c015a46ecdd35cdc6cee41b1ff83 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-09-04Add group id to p2 test parent pomJohn Arthorne1-1/+2
2013-09-04Don't sign inner jars in p2 testsJohn Arthorne1-0/+1
2013-09-04Create parent pom for p2 testsJohn Arthorne1-0/+26
2013-08-07414278: update dev targetsKrzysztof Daniel2-1/+14
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414278 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull3-6/+6
2013-06-03Bug 409790 - Change from SYSTEM to BREE in the parent pom.I20130603-2000Ian Bull1-1/+1
We were using the SYSTEM JDK for compiling our code against. However, we should have been using the BREE from the bundle. This change fixes that in p2 parent pom.
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault3-17/+24
2013-02-26Added another level of indirection.Ian Bull1-1/+1
See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=394831#c36
2013-02-25Fixed a typo in our pomI20130226-0912I20130226-0800I20130225-2315I20130225-2230Ian Bull1-1/+1
The tag should have been relativePath not relative

Back to the top