From e747ad4a6845aa2ab04d664d980efedb6befa314 Mon Sep 17 00:00:00 2001 From: "Judy N. Green" Date: Thu, 4 Jul 2002 16:31:05 +0000 Subject: [PATCH] Updated classpath so that we can successfully build and deploy Jar files with CDT Core and UI --- core/org.eclipse.cdt.core/.classpath | 10 +++++----- core/org.eclipse.cdt.core/build.properties | 5 +++++ core/org.eclipse.cdt.core/plugin.xml | 4 +++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/core/org.eclipse.cdt.core/.classpath b/core/org.eclipse.cdt.core/.classpath index 699de63c4a3..34631a2a307 100644 --- a/core/org.eclipse.cdt.core/.classpath +++ b/core/org.eclipse.cdt.core/.classpath @@ -1,10 +1,5 @@ - - - - - @@ -15,5 +10,10 @@ + + + + + diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties index 3a65567dd2b..19d14fe97af 100644 --- a/core/org.eclipse.cdt.core/build.properties +++ b/core/org.eclipse.cdt.core/build.properties @@ -3,3 +3,8 @@ source.cdt.jar = builder,\ model,\ src,\ utils/ +source.cdtcore.jar = builder/,\ + index/,\ + model/,\ + src/,\ + utils/ diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index 846ef046b95..4249fd84236 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -7,7 +7,9 @@ class="org.eclipse.cdt.internal.CCorePlugin"> - + + +