Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-28add more java profilesv20051030Thomas Watson6-1/+116
2005-10-27must fail install of extension bundles which do not have system bundle as the...Thomas Watson3-0/+13
2005-10-27(again) Fix endless restart problem when system bundle fragments are installe...v20051027Thomas Watson1-10/+13
2005-10-26remove dependencies on EclipseAdaptor from the following classes:Thomas Watson8-45/+66
2005-10-26add back singleton.Thomas Watson1-1/+1
2005-10-26Bug 113727 Compose a custom message for a ResolverError objectThomas Watson8-19/+34
2005-10-26add qualifier to the version numberPascal Rapicault1-2/+2
2005-10-25*** empty log message ***Thomas Watson1-5/+1
2005-10-25Bug 113443 NPE on Command Line startupThomas Watson1-5/+101
2005-10-25Bug 112646 Threads aren't shutdown properly when the Platform is shutdownThomas Watson2-5/+27
2005-10-25Fix endless restart problem when system bundle fragments are installed and bu...Thomas Watson2-4/+15
2005-10-20Fix to get split packages from an exporter.v20051024Thomas Watson1-5/+10
2005-10-20Bug 112624 Error creating project name ending in ".jar" - no manifest file cr...Thomas Watson1-1/+1
2005-10-13remove unused field.Thomas Watson1-3/+0
2005-10-07Allow adaptors to specify an internal handler packagev20051007Thomas Watson2-46/+48
2005-10-07backup to JAXP incase xml parser service is not availableThomas Watson1-1/+5
2005-10-07re-arrange log creation so that EclipseStarter is not responsible for creatin...Thomas Watson1-7/+5
2005-10-07javadoc fixThomas Watson1-0/+1
2005-10-05Bug 111686 Add support for export/import java.*Thomas Watson2-7/+8
2005-10-05Bug 111550 IllegalStateException if bundle start level is too highThomas Watson1-6/+23
2005-10-05optimize exceptionText check (check for null, not empty string)Thomas Watson1-3/+2
2005-10-03Bug 111333 [state] add EE checks when resolvingv20051003Thomas Watson13-11/+104
2005-09-28Revert back to not calling BundleActivator constructor in a doPriv.Thomas Watson1-11/+4
2005-09-27Bug 106304 [doc] EclipseStarter javadoc missingThomas Watson1-0/+17
2005-09-27Change persistent CondPermInfos to be encoded strings.Thomas Watson5-91/+114
2005-09-26Add hook to get the current context being checked.v20050926Thomas Watson1-0/+19
2005-09-26Refactor securityThomas Watson13-914/+205
2005-09-19Bug 109863 NPE in Version when writng manifestv20050919before_securityRefactorThomas Watson1-6/+6
2005-09-16avoid NPE if symbolic name is not defined.v20050916Thomas Watson1-1/+1
2005-09-16set resolver error data to the missing permission.Thomas Watson1-5/+2
2005-09-14Support Eclipse-LazyStart and deprecate Eclipse-AutoStartThomas Watson4-24/+38
2005-09-13remove duplicate '/' chars.Thomas Watson1-0/+2
2005-09-13update to version 3.2.0 for osgi.Thomas Watson1-1/+1
2005-09-13update versions of services and utilThomas Watson2-2/+2
2005-09-12Bug 88824 [osgi] state must report all resolution errorsv20050912Thomas Watson20-122/+379
2005-09-12Should call BundleActivator constructor in doPriv.Thomas Watson1-4/+11
2005-09-02Bug 108699 [osgi] condpermadmin mutable to immutable conditions cause NPEv20050904Thomas Watson1-1/+1
2005-09-02Bug 108699 [osgi] condpermadmin mutable to immutable conditions cause NPEThomas Watson2-1/+3
2005-09-01Allow telnet console to launch the framework before the first connection.OSGI_RI_FINAL_20050901Thomas Watson1-11/+10
2005-08-31Remove unnecessary NLS tags.Thomas Watson33-124/+124
2005-08-31remove duplicate getArrayFromList methods.Thomas Watson5-46/+26
2005-08-31Bug 106393 [osgi] state is only saved on shutdownThomas Watson5-27/+194
2005-08-30Bug 108271 [osgi] execution env should be set using java profilesThomas Watson9-64/+132
2005-08-29Bug 105017 Performance enhancement for framework.util.HeadersThomas Watson2-18/+40
2005-08-29Bug 107434 ReliableFile may throw NumberFormatException on some platformsv20050829Thomas Watson2-2/+12
2005-08-29Bug 107934 [osgi] legacy R3 bundles with invalid Bundle-Version headers must...Thomas Watson3-2/+54
2005-08-26Bug 106339 [osgi] osgi.framework.version is hardcoded to 3.0.0Thomas Watson3-22/+14
2005-08-26Bug 107820 [osgi] ServiceRegistrationImpl$Properties.cloneValue(..) throws Il...v20050826Thomas Watson1-67/+26
2005-08-25Bug 107847 [osgi] Security Error in URL Stream HandlerThomas Watson2-2/+6
2005-08-24Bug 107934 [osgi] legacy R3 bundles with invalid Bundle-Version headers must...Thomas Watson2-3/+10

Back to the top