Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-01Initial fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=537583slewis1-0/+27
2018-04-02Additional fixes for bugslewis1-0/+4
2016-01-21Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=486220R-Release_HEAD-sdk_feature-194_194slewis1-3/+5
2015-12-11Change-Id: I7d1f725d48ae0efea6ee9e1cc2ecc75337e37588slewis1-0/+1
2015-07-14Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=472661slewis1-37/+28
2014-03-29Added support for ecf.base container type registration with no extensionslewis1-0/+6
2014-03-27Added use of ContainerTypeDescription for registering containerslewis1-25/+22
2014-03-27Added ExtensionRegistryRunnable class and AdapterManagerTracker classslewis1-122/+60
2014-01-25Additions and changes to implement changes specified in bug 421569.slewis1-47/+95
2010-09-12changes to support running outside of OSGi context.slewis1-2/+7
2010-09-09Removed references to NLS. Removed unnecessary Messages class.slewis3-64/+10
2010-08-04Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=321662slewis1-5/+18
2010-07-08REOPENED - bug 254684: [core] defer extension registry processingmkuppe1-5/+21
2009-12-27Modified implementation of IContainerFactory. Added detail on javadocs.slewis1-11/+1
2009-12-27Added container extension point to core.slewis1-89/+212
2009-12-16Javadoc fixesslewis1-6/+1
2008-04-07Changes to hook into org.eclipse.ecf.ssl and org.eclipse.ecf.provider.filetra...slewis1-0/+18
2008-04-01String internalizations for bug 224907.slewis2-10/+0
2008-01-14Added methods to IContainerFactory, to implementation and to test code.slewis2-0/+2
2008-01-13Update to base container name.slewis1-1/+1
2008-01-13String externalization in BaseContainer. Added to functionality of BaseConta...slewis2-0/+6
2007-12-12Additions to file transfer API...specifically addition of two extension point...slewis2-0/+2
2007-10-26Fix for bug 199938slewis1-5/+4
2007-10-26Fix for bug 199938slewis1-12/+7
2007-10-14Update to 1.2.0 version number. Added jdt and jdt ui prefs from equinox and ...slewis2-43/+22
2007-10-08Added SystemLogService class to implement osgi LogService interface. Setup o...slewis1-99/+48
2007-09-11Use valueOf(String) instead of getBoolean(String) because these strings are n...v20070911-1136rsuen1-66/+124
2007-08-20Formatting changesslewis2-98/+40
2007-08-19Don't create new Boolean instances if we can help it.rsuen1-7/+4
2007-08-14Added optional 'synch' attribute to startup extension point. Also provided i...slewis1-37/+48
2007-08-14Reordered initialization of container manager and startup extension point to ...slewis1-2/+2
2007-05-21Correct a javadoc parameter name.rsuen1-1/+1
2007-04-28added addContainer and removeContainer for managerslewis2-0/+2
2007-04-28Introduced org.eclipse.ecf.core.IContainerManager interface and associated se...slewis1-0/+8
2007-04-20Fixes for NPE running in non OSGi environmentslewis1-1/+4
2007-04-20Changed back initialization of pluginslewis1-4/+1
2007-04-20Changed static instance reference to be set in static initializerslewis1-1/+4
2007-03-27Fix use of jdk 1.5 api in ECFPlugin classslewis1-2/+4
2007-03-26Simplified containerFactory extension point. Modified ContainerTypeDescripti...slewis1-63/+14
2007-03-20Fix for messages typoslewis1-1/+0
2007-03-17Added org.eclipse.ecf.util.PlatformHelper class to eliminate use of Platform ...slewis1-2/+0
2007-03-17Added org.eclipse.ecf.util.PlatformHelper class to eliminate use of Platform ...slewis2-21/+42
2007-03-14Removed all remaining references to Plugin class and Platform classslewis1-16/+45
2007-03-14Refactored Trace class static methods to remove reference to Plugin class and...slewis1-5/+5
2007-03-10Use NLS messages properly.rsuen4-84/+41
2007-03-08Removed references to Platform.getExtensionRegistry() in ECF bundles, and rep...slewis1-24/+44
2007-03-06Added container factory OSGI service. The service interface is org.eclipse.e...slewis1-1/+9
2007-02-13Externalized stringsslewis3-30/+73
2006-11-21Fix for bug 164154. Also removed icon and visible properties on containertyp...slewis1-10/+1
2006-11-12Added icon and visible attributes to containerFactory extension point and Con...slewis1-1/+11

Back to the top