From 26f7ffd775a89e075091a4b6663ebe34b854c9f2 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Wed, 5 Nov 2003 19:22:44 +0000 Subject: [PATCH] Make the parser source folder a separate jar. --- core/org.eclipse.cdt.core/.classpath | 2 +- core/org.eclipse.cdt.core/build.properties | 3 +-- core/org.eclipse.cdt.core/plugin.xml | 3 +++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.core/.classpath b/core/org.eclipse.cdt.core/.classpath index 0755b6ef457..f0d083f5476 100644 --- a/core/org.eclipse.cdt.core/.classpath +++ b/core/org.eclipse.cdt.core/.classpath @@ -5,9 +5,9 @@ - + diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties index 79612cab75f..3a56671acb6 100644 --- a/core/org.eclipse.cdt.core/build.properties +++ b/core/org.eclipse.cdt.core/build.properties @@ -15,7 +15,6 @@ source.cdtcore.jar = build/,\ model/,\ src/,\ utils/,\ - parser/,\ - ,\ search/,\ dependency/ +source.cdtparser.jar = parser/ diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index 783435950e8..8c73a6e619c 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -10,6 +10,9 @@ + + +