Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-12-12Additions to file transfer API...specifically addition of two extension ↵slewis1-1/+1
points retrieveFileTransferProtocolFactory, and sendFileTransferProtocolFactory for file retrieve, and send, respectively. Also added documentation to online docs.
2007-11-30fix for target length bugslewis1-1/+1
2007-11-30Added StringUtils.replaceAll(String,String,String) for bug ↵slewis1-2/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211463
2007-11-29ASSIGNED - bug 209774: Simplify/generalize discovery API (summary bug)mkuppe1-0/+213
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209774
2007-10-16Fix for jdt.core.prefs and .classpathslewis1-2/+1
2007-10-16Fixes for source buildslewis1-1/+4
2007-10-14Update to 1.2.0 version number. Added jdt and jdt ui prefs from equinox and ↵slewis10-74/+79
cleaned up resulting warnings. Applied patch from bug 206118.
2007-10-11Correct the compiler compliance settings.rsuen2-7/+6
2007-10-09Added jdt and jdt ui prefs from Equinox projectslewis4-24/+356
2007-10-08Added SystemLogService class to implement osgi LogService interface. Setup ↵slewis2-19/+118
org.eclipse.ecf and org.eclipse.ecf.identity bundles to use this LogService if no others are available.
2007-09-06Updated versions for ECF 1.1slewis1-1/+1
2007-08-22added jdt UI prefs to include formatting on save for these projectsslewis1-0/+50
2007-08-20Formatting changesslewis17-339/+171
2007-08-19Don't create new Boolean instances if we can help it.rsuen1-3/+1
2007-08-10Added externalized stringsslewis1-3/+3
2007-08-10Fix in Trace class for handling byte []sslewis1-0/+10
2007-08-05Cleanup of variable names for consistency and simplification of notifying code.slewis1-0/+6
2007-07-17Added adapter manager usage for BaseIDslewis1-1/+5
2007-06-08Fix for plugin.properties filesslewis1-4/+1
2007-05-29Changed date in about.html for bug ↵slewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189545
2007-05-07Fixes for source plugin builds.slewis1-5/+2
2007-05-07Fixes for source plugin builds.slewis1-2/+1
2007-05-02Simplification of AsynchConnectContainerAction, change of wizards to use. ↵slewis2-1/+6
Added IStatus constructors for exception classes.
2007-04-28Fixed documentation for IIdentifiableslewis1-2/+2
2007-04-21Fixed bug 183492slewis1-0/+1
2007-04-21Fixes for CDC 1.0/Foundation 1.0slewis2-3/+3
2007-04-20Fixes for NPE running in non OSGi environmentslewis1-1/+4
2007-04-20update to manifests and .classpath files for jre and cdc/foundation versionslewis2-7/+7
2007-04-20Changed back initialization of pluginslewis1-4/+1
2007-04-20Changed static instance reference to be set in static initializerslewis1-1/+4
2007-04-13Externalize strings.rsuen1-9/+11
2007-04-07changed copyright notice for the properties file for this pluginslewis1-10/+10
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-1/+3
2007-03-22new version numberslewis1-1/+1
2007-03-22Update to version numberslewis1-1/+1
2007-03-21Updated version numberslewis1-1/+1
2007-03-20Fix for PlatformHelper static initializer lack of clarityslewis1-15/+28
2007-03-20Modified PlatformHelper to look for Bundle then Platform class rather than ↵slewis3-33/+36
expect classloader to find
2007-03-20Added back in reference to org.eclipse.core.runtime packageslewis2-4/+4
2007-03-19Fix for new application launching structure (different number of parameters) ↵slewis3-3/+6
and for XMPPRoomID creation problem
2007-03-17Added org.eclipse.ecf.util.PlatformHelper class to eliminate use of Platform ↵slewis3-9/+137
directly (through dynamic classload of Platform class and use of reflection for calling getAdapterManager and/or getExtensionRegistry). Removed all ECF non-UI or example bundle references to Platform class and to org.eclipse.core.runtime package or bundle.
2007-03-14Fix for javadocsslewis1-1/+1

Back to the top