Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-28Bug 273959 [admin] ConfigData.remove should not fast fail if symbolic name i...Simon Kaegi1-1/+1
2009-03-28Bug 241477 [eclipse] better support for framework extensions via eclipse touc...Simon Kaegi1-9/+11
2009-03-06Bug 262243 [eclipse] markStarted action should ignore OSGi fragment bundlesSimon Kaegi1-0/+12
2009-01-21Bug 253862 [fwkAdmin] Remove program argument need to specify a number of arg...Simon Kaegi1-1/+19
2009-01-09Bug 260082 Simple configurator computes bundle location incorrectly with base...John Arthorne1-6/+7
2008-12-16bug 257242 - don't use java.util.jar.ManifestAndrew Niefer1-48/+32
2008-11-25Merged path_fun_2008 branch.v20081125_postPathFunMergeDJ Houghton5-125/+114
2008-10-31Adding Eclipse Touchpoint + Action Tests:Simon Kaegi1-26/+32
2008-10-24code cleanupJohn Arthorne1-1/+1
2008-09-23add additional checks in the remove and make it return a booleanPascal Rapicault1-17/+19
2008-09-22Bug 247176 - Uninstall does not remove from OSGi configurationPascal Rapicault1-1/+0
2008-09-10Bug 246822 5 warnings in latest I-build due to p2John Arthorne1-41/+0
2008-09-05Bug 246432 BundleInfo equals/hashCode mismatchJohn Arthorne1-1/+1
2008-08-25Cosmetic code cleanupJohn Arthorne1-208/+68
2008-03-17Bug 222871 - Some test plugins not foundDJ Houghton1-2/+4
2008-03-17Bug 222871 - Some test plugins not foundDJ Houghton2-32/+151
2008-03-03fix the equals methodv20080302Pascal Rapicault1-1/+1
2008-02-21compare BundleInfo locations using Path.toFile to avoid case sensitivity on w...Andrew Niefer1-8/+8
2008-02-14Support to remove the bundles.txt when completely uninstallingPascal Rapicault1-1/+1
2008-02-11Update copyrightsJohn Arthorne13-60/+37
2008-02-11Bug 218451 [prov] Rename API packages to provisional APIJohn Arthorne13-21/+21
2008-02-07Bug 218046 [prov] After update bundles.txt still contains some old bundlesv20080207-1705v20080207-1703Simon Kaegi1-1/+1
2008-02-05protect against NPEs - Bug 211650Andrew Niefer2-6/+14
2008-02-02Resolve the paths relative to the osgi.install.areaPascal Rapicault1-3/+5
2008-02-01Bug 217473 - [prov] Framework Admin closing JARsDJ Houghton1-21/+20
2008-01-04added missing copyrightsJohn Arthorne1-0/+10
2007-12-10Bug 212367 - [prov] stacktraces in Frameworkadmin and simpleconfigurator when...v20071210-1500Pascal Rapicault1-7/+4
2007-11-16Jar files are not being closedPascal Rapicault1-1/+5
2007-10-03Fixed typos, grammar in docJohn Arthorne1-8/+4
2007-10-03Fixed spelling, grammar in javadocJohn Arthorne2-40/+39
2007-10-03fixed compiler warningJohn Arthorne1-1/+3
2007-09-10Added more informative exception when bundle manifest not foundJohn Arthorne1-27/+6
2007-08-11Fix a NPE in createParentDir and copied over some code from EFS for mkdir and...Jeff McAffer1-33/+44
2007-07-31rename Repo* -> Repository etc. Reorg the metadata generator.v20070807-1425Jeff McAffer1-2/+2
2007-07-30typo - case-change in commentSimon Kaegi1-2/+2
2007-07-24minor:case of parameterSimon Kaegi1-2/+2
2007-07-02Avoid an NPE if the location of a BundleInfo is set to null.Dave Stevenson1-1/+2
2007-06-08Bug 191018 - Initial support for uninstallPascal Rapicault2-5/+10
2007-05-10clean up importsJeff McAffer1-2/+0
2007-04-11[prov] org.eclipse.equinox.frameworkadmin.equinox.internal.utils.FileUtils as...Pascal Rapicault1-0/+2
2007-03-22changes to compile against foundationPascal Rapicault2-5/+12
2007-03-12getTimeStamp() is added to Manipulatorv20070312-1400-for-provisioningIkuo Yamasaki1-0/+10
2007-03-08Some method related with Eclipse has been moved from Utils to org.eclipse.equ...Ikuo Yamasaki1-116/+1
2007-03-06Refine implementation.Ikuo Yamasaki3-6/+7
2007-03-04- Manifest is added to BundleInfo.Ikuo Yamasaki3-222/+328
2007-02-28- Configurator interface is moved into org.eclipse.equinox.simpleconfigurator...Ikuo Yamasaki10-330/+29
2007-02-22ConfiguratorManipulatorFactory is added.Ikuo Yamasaki7-72/+210
2007-02-16FrameworkAdminFactory abstract class is added for supporting usage from Java ...Ikuo Yamasaki1-0/+26
2007-02-12Several fix such as bundle id info in BundleInfoIkuo Yamasaki3-2/+40
2007-01-31Minor bug fix to printout the location if a manifest cannot be opened.Ikuo Yamasaki1-12/+16

Back to the top