Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=534087Mat Booth1-0/+1
Allow ECF to build against both R6 and R7 implementations of the org.osgi.service.log API. This is accomplished by providing stubs of the new interfaces on the build-time classpath so that we can implement the new R7 methods without having unresolved classes on R6. The stubs are not shipped with the binary distribution of ECF, so in the actual ECF code we can use them as long as we avoid any explicit import statements to avoid runtime linkage errors on R6. Change-Id: Ib29135c030e3dd8a3bf799552a2f3144c26edfe3 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2015-04-27Merge for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=464817 andslewis1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=464819 Change-Id: I34d37260bd91714669bda85c5b3cd844b4fc0abd
2009-01-20RESOLVED - bug 257115: [core] Move ECF core bundles to Foundation 1.1mkuppe1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257115
2007-04-21Fixes for CDC 1.0/Foundation 1.0slewis1-1/+1
2007-04-20update to manifests and .classpath files for jre and cdc/foundation versionslewis1-4/+4
2006-11-13Changed to deal with bug #149024slewis1-4/+4
2006-11-01Fixes for compiler warningsslewis1-1/+1
2006-10-24Initial checkin of new org.eclipse.ecf.core.identity pluginslewis1-0/+7

    Back to the top