Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-16373817 Add hasBundles and hasFeatures methodsTobias Oberlies7-3/+104
... so that the check for ignored product file content does not call getBundles and getFeatures. This makes it easier to override the latter methods to also expand version references with 'qualifier' literals. Bug: 373817 Change-Id: I18591dfe5b8abd014889374b22686501d0173ef4
2015-02-16428889 Don't include installMode="root" features in the product IUTobias Oberlies8-6/+165
- Ignore features marked with installMode="root" when publishing products. This attribute is currently only supported by Tycho (cf. bug 427563 for adding p2 support for this) and entails that the feature must *not* be referenced from the product IU. This is achieved with the changed implementation of getFeatures(). - This change allows to get rid of separate product file pre-processing steps in Tycho. Bug: 428889 Change-Id: Ib7aa666c6746fbf417fa7437a7fa7b6a95ebd51f
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
2015-02-02Bug 438714 - Expose whether a provisioning plan has operands or notI20150210-0800I20150203-0800Eike Stepper2-0/+11
This change adds a public isEmpty() method to IProvisioningPlan. Change-Id: Ib1eef3c306f524bc542cca0885b9b7e32c90d8a9 Signed-off-by: Eike Stepper <stepper@esc-net.de>
2015-01-27Publish IUs listed in categories even when they are not associated to aI20150203-1300I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900Pascal Rapicault3-15/+45
category
2015-01-26Bug 458346 - Unusual, hard to decipher error in I-buildI20150126-2000I20150126-0930Thomas Watson6-3/+9
2015-01-23Bug 458123 - don't mask Error or RuntimeException from getArtifact inI20150126-0800I20150125-2000Christian Schneider1-3/+20
MirrorRequest Change-Id: Iac5f2ae2666d539805f899f64dece3361b882675 Signed-off-by: Christian Schneider <schneider@yatta.de>
2015-01-23Bug 387088 - org.eclipse.equinox.p2.director NullPointerException duringUwe Stieber1-1/+1
ProvisioningListener.notify Complete the partial fix for this issue by commit 4b0ea17add3a6041d3b53804d4d43d4470611b16. Also the metadataReposForRemoval variable can be null. Change-Id: Iaeecfd83a60b12dfe3b32c41f5b3843904f14988 Signed-off-by: Uwe Stieber <uwe.stieber@windriver.com>
2015-01-21Bug 457176 - Plugin tests fail to initialize when Eclipse is installedPascal Rapicault1-2/+2
in a directory containing a non-ASCII character
2015-01-18Bug 387088 - org.eclipse.equinox.p2.director NullPointerException duringI20150120-0800Pascal Rapicault1-1/+1
ProvisioningListener.notify
2015-01-12Bug 437680 - Correctly relativize VM pathI20150116-1000I20150113-0800Christian Georgi5-29/+130
Especially on Mac OS the launcher path and the VM path have only some path segments in common, and URI.relativize(URI) fails in this case. Bug: 437680 Change-Id: I4b854bcba8d7738dc1cca96f5d492474f41ab6d8 Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2015-01-08456940 Work around NPE in getActiveWorkbenchWindow in tests on HudsonTobias Oberlies4-8/+22
- Remove unused parameter in ElementUtils, which would require calling the problematic getActiveWorkbenchWindow in the test. - Do an extra call to getActiveWorkbenchWindow() and ignore potential exceptions before the first time the method is needed in the IUPropertyPagesTest. Bug: 456940 Change-Id: Ie3a38c2576ebc96e831ff2eb685a8c595c3ae5ff
2014-12-17Revert "Forgot to update pom to match manifest..."I20150106-0800I20141230-0800I20141223-0800Pascal Rapicault1-1/+1
This reverts commit 9375c936b5b761b69193ca859fe9f8e027e73449.
2014-12-17Revert "Update version"Pascal Rapicault1-1/+1
This reverts commit ebc6ad7d5b5a0e0d2d338fab39a45cd61288532c.
2014-12-17new exported package should be internalPascal Rapicault1-1/+1
2014-12-17Forgot to update pom to match manifest...Pascal Rapicault1-1/+1
2014-12-16Update versionPascal Rapicault1-1/+1
2014-12-16Bug 454845 - org.eclipse.equinox.p2.ui does not export all its packagesPascal Rapicault1-0/+1
2014-12-16Bug 455137 - org.eclipse.equinox.p2.tests.ui has an empty performancePascal Rapicault2-24/+1
target
2014-12-08Bug 256145 - [WorkbenchLauncher] Don't prompt for workspace on pluginI20141216-0800I20141210-2000I20141210-0800I20141209-2000I20141209-1115I20141209-0800I20141208-2000Thomas Watson2-3/+3
install restart
2014-12-03Bug 453228 - comparator error in I20141125-0800 for org.eclipse.equinox.p2.qlI20141208-0800I20141207-2000Thomas Watson2-2/+2
2014-11-17Bug 427123 - Remove copies of profile files from publishersI20141202-0800I20141125-0800I20141118-0830I20141118-0800Tobias Oberlies19-1389/+16
- Load execution environment profile information from org.eclipse.osgi bundle instead of keeping own stale copies in o.e.e.publisher. Bug: 427123 Change-Id: Iaa30bba173151d38fdecd5644fcb2915962f6464 Signed-off-by: Tobias Oberlies <tobias.oberlies@sap.com>
2014-11-12Add missing @since tagPascal Rapicault1-0/+1
2014-11-11Make version optional and allow for a version comparator inI20141111-0830I20141111-0800Pascal Rapicault9-25/+82
checkOrPromptForNative action
2014-11-10Fix typo in the way depends is builtPascal Rapicault1-1/+1
2014-11-10Make sure all properties always have a value and fix formatting ofPascal Rapicault1-20/+26
depends
2014-11-10Remove undesirable backup filePascal Rapicault1-8/+0
2014-11-08change separator to comma instead of semi colonPascal Rapicault1-1/+1
2014-11-07Add application to collect native packages from an installationPascal Rapicault5-1/+328
2014-11-07change type from Object to StringPascal Rapicault1-3/+4
2014-11-06Update pom.xml version to match manifestPascal Rapicault3-3/+3
2014-11-05Initial addition of the support to check for debian packagesPascal Rapicault13-15/+284
2014-11-04Add support to open information dialogPascal Rapicault4-7/+28
2014-11-03Add Mars targetPascal Rapicault1-0/+13
2014-11-03update luna target to point at release repoPascal Rapicault1-1/+1
2014-10-21Bug 448101 - support fragments generation.I20141104-0800I20141029-2000I20141029-0800I20141028-2000I20141028-0800I20141027-2000I20141027-0800I20141026-2100Roland Grunberg4-9/+111
This is one giant hack and needs total rewrite, but it would be good if the repo2runnable could write the .info file on the basis of metadata. Change-Id: Iacb22ccdf9e72a9415bb845f1cf2944f59382f0d Signed-off-by: Krzysztof Daniel <krzysztof.daniel@gmail.com> [rgrunber@redhat.com: Use SimpleConfiguratiorManipulatorImpl for fragment.info. Remove fragment.profile from p2 Droplets format.] Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2014-09-04Bug 427123 - Copy profile files from org.eclipse.osgiI20141021-0800I20141014-0800I20141008-1300I20141007-1500I20141007-0800I20140930-0800I20140923-0800I20140918-0330I20140917-2000I20140917-0800I20140916-2000I20140916-0800I20140915-2000I20140915-0800I20140914-2000I20140909-1315I20140909-1115I20140909-1000I20140909-0800Tobias Oberlies4-1/+206
- Overwrite the profile files in the o.e.e.p2.publisher bundle with the profile files from org.eclipse.osgi. This is a low-risk workaround for bug 427123. Bug: 427123 Stale profile files in org.eclipse.equinox.p2.publisher Signed-off-by: Tobias Oberlies <tobias.oberlies@sap.com>
2014-06-29Bug 436872 - [category] Specify download stats URL and type of artifactsI20140903-1100I20140902-1330I20140902-0800I20140826-0800I20140819-2200I20140819-1800I20140819-1200I20140819-0800I20140812-0800I20140806-2000I20140806-0800I20140805-2000I20140805-0800I20140804-2000I20140804-0800I20140803-2000I20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800Susan McCourt1-5/+13
to monitor in category.xml Ensure that stats marking fails gracefully when artifact repository is not specified. Change-Id: I25b2882417d638ada39525e41e31b9523d6c2df7
2014-06-28Bug 436872 - [category] Specify download stats URL and type of artifactsSusan McCourt7-2/+263
to monitor in category.xml Adds an argument to MirroringApplication to mirror artifact repository properties. This is needed in order to properly export the p2.statsURI property generated in the publisher. Change-Id: I0947d6320f24ef09e67f650b765bbe3908dd382e Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2014-06-25Bug 436318 - [category] Specify repository references in category.xmlSusan McCourt3-0/+75
Change-Id: Icf435945abb92f20e632e3f7c95ddafadd8a728d
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster66-97/+97
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-05-23Deal with eclipsec.exe and use equalsIgnoreCase R4_4M20140903-1600M20140903-0800M20140902-1430M20140829-0500M20140827-1200M20140827-0800M20140820-1200M20140820-0800M20140813-0800M20140806-0900M20140731-1200M20140730-0800M20140723-0800M20140716-0800M20140709-0800I20140606-1215I20140605-1635I20140604-2000I20140603-2300I20140603-2000I20140602-2000I20140601-2000I20140531-1500I20140530-2000I20140528-2000I20140528-0930I20140528-0830I20140528-0800I20140528-0115I20140527-2300Pascal Rapicault1-1/+1
Change-Id: Id595d453c624c12cfbdec422b71410d6898e629f Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-05-22Bug 427148 - Unable to update from one version to the next,I20140527-2000I20140526-2000I20140525-2000I20140524-1500I20140523-2000I20140522-1330I20140522-1230I20140522-1100Ian Bull3-8/+217
On Windows only - can not remove eclipse.exe When Eclipse is installed on a different volume than the users home directory, an update of the eclipse.exe fails. This is because the exe is locked as a running process, and cannot be 'moved' to the backup store because it exists on a different volume. To fix this we rename the file in-place. This moves the exe 'out-of-the-way' so it can be updated. This only works for files named eclipse.exe or Eclipse.exe For more information, see: http://bugs.eclipse.org/427148 http://eclipsesource.com/blogs/2014/05/16/read-the-javadoc-then-test-your-assumptions/ Change-Id: Ic3b6a633aa0a25d84e0219934418c5aa245c666d
2014-05-12Bug 434605 - Some p2 IUs have exact same name I20140521-2000I20140520-2000I20140519-2000I20140518-2000I20140517-1500I20140516-2000I20140515-2000I20140515-1230I20140514-2000I20140513-2000I20140512-2000Pascal Rapicault6-7/+7
Change-Id: Ibd89b00e3386f1f831693bd717ae08f33786b065 Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-05-12Bug 434662 - [touchpoint] Eclipse touchpoint dependency on directorPascal Rapicault1-1/+1
should be optional Change-Id: I7c1411efca286bdada8c2efd6bb97252665cabb9 Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-05-06Bug 434225 - Use runnable repo to collect metadata.I20140511-2000I20140510-1500I20140509-2000I20140508-2000I20140507-2000I20140506-2000Roland Grunberg1-33/+29
Instead of parsing each fragment.profile individually and adding its metadata to the shared profile, use the metadata from the runnable repository as it should be identical. This allows us to eliminate 'fragment.profile' from the p2 Droplets format. Change-Id: I6b727e6433168a3527241a3d5de3ebbd09ff8db0 Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2014-04-22Add setting to show update wizard w/o notification popupI20140505-2000Christian Georgi6-11/+41
Since the "Updates Available" popup is not found by screen readers due to its amodality, add an option to directly show the update wizard. Visually impaired people can turn this on to get notified about updates. Bug: 432887 Change-Id: Ib4d45bb587b75f03353f2195e87396d1dfafcc0a Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2014-04-16Bug 431273 - react to change in EUAI20140504-2000I20140503-1500I20140502-2000I20140501-0200I20140430-2000I20140430-0800I20140429-2000I20140429-0800I20140428-2000I20140428-0800I20140427-2030I20140422-0800Thomas Watson6-6/+6
2014-04-14Bug 432634 - [Product][Editors] Add support for p2 repoI20140415-0800Susan McCourt3-18/+11
Remove API changes from IConfigAdvice Change-Id: I4ae827621752f41f0e983ba5cbeb4622bad1073a
2014-04-13Bug 432634 - [Product][Editors] Add support for p2 repoSusan McCourt6-8/+87
Change-Id: I2630ca336e6f2301973410cdcbb2572fb64caf27

Back to the top