Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-04-27Bug 431116 - Make MacOS launcher ini file computation more robustI20150428-0800I20150428-0100I20150427-2000Christian Georgi1-2/+8
Sometimes, e.g. in Tycho tests that are p2 provisioned, the launcherData's fwConfigLocation is not yet set, so the ini file computation cannot rely on it. Use getFwPersistentDataLocation() instead. Bug: 431116 Change-Id: Iaba4c54b929709c67bc76f5fe074a7c1d8576024 Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2015-04-25Bug 465468 - Fix the layout on the Available Software Sites preference pageStefan Xenos1-22/+10
such that it resizes correctly on all platforms. - Use GridLayoutFactory to safely assign grid data to controls in the the top-level layout. - Remove the redundant assignment of GridData to the top-level control. Change-Id: I9813b9577c7dc8d2827265fc2f14dac4580f4a25 Signed-off-by: Stefan Xenos <sxenos@google.com>
2015-04-24Bug 462282 - Prevent (automatic) update to new Mac layoutI20150427-0800I20150426-2000Pascal Rapicault6-1/+104
This is the first part of the fix. It consists in adding a new action that will be able to fail the installation. Change-Id: I24babd4df8202c94714528be723313b8eb4f9615 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-04-24Revert "Bug 462282 - Prevent (automatic) update to new Mac layout"Pascal Rapicault8-112/+2
This reverts commit c2595d75a8a591bcae06c4e5efb6aa30dde3952d.
2015-04-24Bug 462282 - Prevent (automatic) update to new Mac layoutPascal Rapicault8-2/+112
This is the first part of the fix. It consists in adding a new action that will be able to fail the installation. Change-Id: I254612f37707b02940b4c24a2e97b98786b16d31 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-04-23Update versions for MarsThomas Watson48-48/+48
2015-04-02Bug 463760: fixed error messageI20150422-1000I20150421-0800I20150414-1400I20150414-0800I20150408-1100I20150407-0800Christian Schneider1-1/+1
Change-Id: I866efd576b5e4a94798986928f7ab79e6898ff53 Signed-off-by: Christian Schneider <schneider@yatta.de>
2015-04-02Bug 463819 - Be more clear about how the info message can be presentedChristian Georgi1-5/+8
Bug: 463819 Change-Id: I58f34033065fedffcf65325c0718b3ff26ff23ac Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2015-04-01Add missing classes to previous commit...Pascal Rapicault2-4/+4
Maybe I should use gerrit...
2015-04-01Bug 461512 - Reenable and adapt shared install testsPascal Rapicault5-7/+4
2015-04-01Tweak install location in AbstractReconciler testsPascal Rapicault1-0/+3
Change-Id: I9759a49d705c2f58ae46e368c78fb8f0d65714c4
2015-04-01Collect more information to help track failures of thePascal Rapicault1-1/+5
AbstractReconcilerTest on the build machine
2015-04-01Bug 409709 - use loopback device when opening a port for uniqueness toChristian Schneider1-1/+3
avoid Windows Firewall Popup; use 127.0.0.1 for Java 1.5 compatibility Change-Id: I07b5fc89b1f7a7bb49d2f1c2e8f2b8382a55653d Signed-off-by: Christian Schneider <schneider@yatta.de>
2015-04-01Tweak the reconciler tests to run on Mac new layoutPascal Rapicault4-22/+36
2015-04-01Bug 461076 - Should not rely on junit to re-export hamcrest apiMat Booth1-0/+1
Change-Id: I6955118e59da8c244b2c428d9ed2c02985c52565 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2015-04-01bug 457619: MirrorRequest fails for remote after failing locally withChristian Schneider1-0/+15
"is a folder but the repository is an archive or remote location" MirrorRequest discards descriptor when changing sourceRepository Change-Id: I513abf4adaab4b91a9b54ea473b0b67e29950b7a Signed-off-by: Christian Schneider <schneider@yatta.de>
2015-03-31Check for Windows packages using Windows registryChristian Georgi13-15/+460
Bug: 456811 Change-Id: I4bce66b7a8ffe1f2844d5a3f3f19c6a8e1c96bee Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2015-03-26Bug 463148 - compile warnings in official buildI20150331-0800Alexander Kurtakov2-2/+0
Removes 2 now unneeded SuppressWarnings. Change-Id: I78a66ad709892b1368fb10fb2c904b2ed17678dc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-03-23Bug 460967 - Use type safe service retrievingAlexander Kurtakov14-53/+61
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>
2015-03-20Remove irrelevant commentI20150324-0800Pascal Rapicault1-1/+0
Change-Id: I4216ae4625100036712c9c990a1c5b3cb430ec95
2015-03-19Bug 461675 - [publisher][mac] Remove --launcher.ini from branding ironI20150320-0800I20150320-0030I20150319-1640I20150319-1430Pascal Rapicault1-15/+0
2015-03-11Bug 442915 - Cache URIs referenced by locationI20150318-2000I20150318-1300I20150318-0800I20150317-2000I20150317-1130I20150317-0800I20150316-2000I20150316-0800I20150315-2000Alex Blewitt2-3/+37
To minimise the impact of GC sweeps during repository parsing, store a cache of URIs against the String location against the XML parser. Change-Id: I9f4c0456c2c798cd031011340d386540dc5c9161 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-03-09Bug 461758 - [Mac] Branding iron should set CFBundleDisplayNameI20150311-1300I20150310-0800Pascal Rapicault3-2/+5
2015-03-08Bug 461653 - Fix product export on new mac layoutPascal Rapicault1-1/+2
Force create the install folder Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-03-08Branding iron fails when id is nullPascal Rapicault1-1/+1
Change-Id: Ie1498a71ac60122df1ed50c98479e941a8993100 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-03-06Add qualifier to the version of the test reconciler product Pascal Rapicault1-2/+1
Change-Id: I81179100cb69e42f61724a1198129f30a523daa8 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-03-06Adopt new mac layout for reconciler testPascal Rapicault1-6/+10
2015-03-06fix 'Non-externalized string literal' warnings in InstallDescParserTomasz Zarna1-4/+4
Change-Id: I67ce951add3779d55aca726461981fe162bf8910 Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
2015-03-05Adjust workspace settings to match BREE in manifestI20150305-1200Pascal Rapicault2-4/+4
2015-03-05Bug 461512 - Disable InstallInUserSpace#testInstallInUserSpacePascal Rapicault1-0/+3
2015-03-04Bug 431116 - Releases for Mac OS X should be bundled as a proper "MacPascal Rapicault21-254/+348
App" and/or "Library" Change-Id: I2bdcc86960361f8268964b4e95bf0eb960dc3cd6 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov71-203/+272
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>
2015-02-24Bug 460627 - Fix compiler problems from generified IAdaptable#getAdapterAlexander Kurtakov21-98/+79
Generify where needed and bump the min version requirement for o.e.core.runtime and o.e.equinox.common to ensure that generified dependency will be used. Change-Id: I3e177a3c8384b5aaabe4c77c949e9802e53923b1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-24Bug 441146 - Spelling mistake in Install Remediation PageNoopur Gupta1-2/+2
Change-Id: I841484ac6b40bba9e9d26f3b0cc797af6e1ffe25 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2015-02-20Bug 460265 - Remove org.eclipse.team.cvs.ssh from eclipse.platform.teamI20150224-0800Mat Booth2-4/+0
repository Change-Id: Ie6c63aab6a2f3cb5f6902bd6aacc7a9064829ce8 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2015-02-20Bug 441098 - Windows - can not remove product.exePascal Rapicault1-0/+6
2015-02-16Revert "WIP mac"I20150217-0800Pascal Rapicault19-134/+85
This reverts commit 0fdb03cf79ad3493245ba7f37b6fda5775dbd836.
2015-02-16WIP macPascal Rapicault19-85/+134
2015-02-16Bug 453228 - Consider removing org.eclipse.equinox.p2.qlPascal Rapicault25-719/+6
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-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-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.

Back to the top