From 0edb6132e2a4ca2118805ce2647bd840f10eda6e Mon Sep 17 00:00:00 2001 From: David Inglis Date: Fri, 16 Apr 2004 17:45:01 +0000 Subject: [PATCH] register adapter factory through new extension point --- core/org.eclipse.cdt.ui/ChangeLog | 6 ++++++ core/org.eclipse.cdt.ui/plugin.xml | 13 +++++++++++++ 2 files changed, 19 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index f4ac309941f..134b4278f7e 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,9 @@ +2004-04-16 David Inglis + + Register our adapter factory though new extension point + + * plugin.xml + 2004-04-16 David Inglis Update properties page binary catagory name. diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 97f7e8e25a3..2bb9e48be52 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -40,6 +40,19 @@ + + + + + + + + + + +