From 4792f930ff5b8d0123f9d79b5f5419275d4845e1 Mon Sep 17 00:00:00 2001 From: David Inglis Date: Fri, 28 Jun 2002 14:20:21 +0000 Subject: [PATCH] change all external plugin jar references to project references added some missing src paths --- core/org.eclipse.cdt.core/.classpath | 31 ++++++-------------- core/org.eclipse.cdt.core/.project | 9 ++++++ core/org.eclipse.cdt.core/build.properties | 9 ++---- core/org.eclipse.cdt.ui/.classpath | 33 +++++++-------------- core/org.eclipse.cdt.ui/.project | 9 ++++++ core/org.eclipse.cdt.ui/build.properties | 10 ++----- core/org.eclipse.cdt.ui/plugin.xml | 34 +++++++++++----------- 7 files changed, 58 insertions(+), 77 deletions(-) diff --git a/core/org.eclipse.cdt.core/.classpath b/core/org.eclipse.cdt.core/.classpath index 157b38cf2e6..699de63c4a3 100644 --- a/core/org.eclipse.cdt.core/.classpath +++ b/core/org.eclipse.cdt.core/.classpath @@ -5,28 +5,15 @@ - - - - - - - - - - - - + + + + + + + + + diff --git a/core/org.eclipse.cdt.core/.project b/core/org.eclipse.cdt.core/.project index 95eceb11fac..49f6480aaf6 100644 --- a/core/org.eclipse.cdt.core/.project +++ b/core/org.eclipse.cdt.core/.project @@ -3,6 +3,15 @@ org.eclipse.cdt.core + org.apache.xerces + org.eclipse.compare + org.eclipse.core.boot + org.eclipse.core.resources + org.eclipse.core.runtime + org.eclipse.debug.core + org.eclipse.debug.ui + org.eclipse.search + org.eclipse.ui diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties index 14f60351eec..3a65567dd2b 100644 --- a/core/org.eclipse.cdt.core/build.properties +++ b/core/org.eclipse.cdt.core/build.properties @@ -1,10 +1,5 @@ -################################################ -# -# (c) Copyright QNX Software Systems Ltd. 2002. -# All Rights Reserved. -# -################################################ source.cdt.jar = builder,\ index,\ model,\ - src + src,\ + utils/ diff --git a/core/org.eclipse.cdt.ui/.classpath b/core/org.eclipse.cdt.ui/.classpath index 0473ac5fdc3..8464e8217ec 100644 --- a/core/org.eclipse.cdt.ui/.classpath +++ b/core/org.eclipse.cdt.ui/.classpath @@ -1,30 +1,17 @@ - - - - - - - - - - - + + + + + + + + - - + + diff --git a/core/org.eclipse.cdt.ui/.project b/core/org.eclipse.cdt.ui/.project index 04403a7b87c..3b1e639d37a 100644 --- a/core/org.eclipse.cdt.ui/.project +++ b/core/org.eclipse.cdt.ui/.project @@ -3,7 +3,16 @@ org.eclipse.cdt.ui + org.apache.xerces org.eclipse.cdt.core + org.eclipse.compare + org.eclipse.core.boot + org.eclipse.core.resources + org.eclipse.core.runtime + org.eclipse.debug.core + org.eclipse.debug.ui + org.eclipse.search + org.eclipse.ui diff --git a/core/org.eclipse.cdt.ui/build.properties b/core/org.eclipse.cdt.ui/build.properties index c7f095579a4..4136559e940 100644 --- a/core/org.eclipse.cdt.ui/build.properties +++ b/core/org.eclipse.cdt.ui/build.properties @@ -1,8 +1,2 @@ -############################################### -# -# (c) Copyright QNX Software Systems Ltd. 2002. -# All Rights Reserved. -# -############################################### - -source.cdtui.jar = src +source.cdtui.jar = src,\ + utils.ui/ diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 069301d4764..559434a07fc 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -29,23 +29,23 @@ - - + + - - - + + + - - - + + + @@ -148,8 +148,8 @@ id="org.eclipse.cdt.ui.CView"> - + + -