Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-04-09Added Constants interface and use in remote service provider implementationslewis1-3/+4
2007-04-06changed version number back to 1.0.0.qualifierslewis1-1/+1
2007-04-06Changed version qualifier for build testslewis1-1/+1
2007-03-31Changed Bundle-Version back to .qualifierslewis1-1/+1
2007-03-31commit for tag of version v20070330-2111slewis1-1/+1
2007-03-30Changed version number for tag to .qualifierslewis1-1/+1
2007-03-30Bundle-Version checkin for v20070330 tag (1.0.0.M6)slewis1-1/+1
2007-03-26Changed qualifier to .qualifier in version number identificationslewis1-1/+1
2007-03-22new version numberslewis1-1/+1
2007-03-22Update to build.propertiesslewis1-3/+7
2007-03-22new version numberslewis1-1/+1
2007-03-22Update to version numberslewis1-1/+1
2007-03-21Updated version numberslewis1-1/+1
2007-03-15Cleaned up projects with plugin.properties additions, manifest.mf cleanupslewis3-6/+15
2007-03-14Changes to remove references to Plugin class.slewis2-17/+5
2007-03-14Refactored Trace class static methods to remove reference to Plugin class ↵slewis1-38/+38
and replace with String pluginId
2007-03-13Changed version numberslewis1-1/+1
2007-02-15Changed version number v20070215slewis1-1/+1
2007-02-14Updated version numberslewis1-1/+1
2007-02-12Change to version numberslewis1-1/+1
2007-02-07Change to version numbering schemeslewis1-1/+1
2007-02-05changed version numbering to be more completeslewis1-1/+1
2007-02-05Changed version number from 0.9.7 to 1.0.0.M5slewis1-1/+1
2007-01-17changed version number to 0.9.7slewis1-1/+1
2007-01-05Removed 'dummy' container instantiators. Replaced call in ↵slewis2-57/+0
SOContainer.getAdapter() from Platform.getAdapterManager().getAdapter(...) to Platform.getAdapterManager().loadAdapter(...) to allow for loading of bundles not previously activated.
2006-12-26Update version number to 0.9.6slewis1-1/+1
2006-12-15Applied patch to patch to accomodate java 1.4 compiler (rather than 1.5)slewis2-6/+21
2006-12-14Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=168139. Patch applied.slewis1-1/+1
2006-12-05Changed version number on all plugins and features to 0.9.5.slewis1-1/+1
2006-11-25Update to build to remove jar-within-jar problemsslewis2-5/+4
2006-11-25Formatting and documentation changes for remoteservice implementationslewis14-364/+481
2006-11-25Fix for bug in remoteservice implementation ↵slewis2-15/+63
org.eclipse.ecf.provider.remoteservice
2006-11-24Fix for bug 165815. Now implementedslewis1-1/+4
2006-11-17Removed Require-Bundle references for org.eclipse.core.runtime (changed to ↵slewis1-3/+4
Import-Package). Also changed version number to 0.9.4
2006-11-15Updates to about.html, names of internal jar files (for consistency)slewis3-2/+35
2006-11-15Updates to manifests for require-bundle rather than import-package (because ↵slewis2-12/+6
was getting strange class not found exceptions)
2006-11-11Added IContainerInstantiator.getSupportedParameterTypes and ↵slewis1-3/+2
IContainerInstantiator.getSupportedAdapterTypes. Added corresponding methods on ContainerTypeDescription. Added test case (ContainerTypeDescriptionTest) in org.eclipse.ecf.test. Fixed update site contents to include core feature only.
2006-11-04Cleaned up manifests by moving Require-Bundle to Import-Package (in many ↵slewis1-4/+13
cases). Also fixed problem with xmpp provider introduced by refactoring
2006-11-01Clean up of compiler and pde builder warningsslewis1-1/+1
2006-11-01Added documentation and refactoring of ↵slewis1-1/+5
AbstractSharedObjectContainerAdapterFactory
2006-10-29Fixes to make remoteservice and remoteservice provider Activator classes be ↵slewis6-136/+75
internal package
2006-10-29Simplification of Namespace.createInstance and ↵slewis1-1/+1
IContainerInstantiator.createInstance and associated factory interfaces/classes. Added/changed/fixed javadocs
2006-10-28Refactorings and clean up in response to Remy Suen's emailslewis1-2/+2
2006-10-27Added 1.1 to execution environment specslewis1-1/+2
2006-10-25Checkpoint checkin during refactoring. Moved shared object/shared object ↵slewis4-6/+6
container interfaces and classes to org.eclipse.ecf.core.sharedobject package
2006-10-20Fix for missing change to names of adapters in adapterFactory extension ↵slewis1-1/+1
declaration
2006-10-20Removed unnecessary exception class. Renamed <*>InstantiationException to ↵slewis1-3/+3
<*>CreateException
2006-10-20renamed I<type>Container to I<type>ContainerAdapter to be more descriptiveslewis3-10/+10
2006-10-17Change to use 1.4 EE for all plugins that had not been previously adjusted. ↵slewis1-0/+1
To fix bug #160805
2006-10-08Change of meta file info to 0.9.3 version. Also fixed copyright notices in ↵slewis1-1/+1
source

Back to the top