From dcbfe08cd5c8533f4a21b431d0700cde0b172515 Mon Sep 17 00:00:00 2001 From: Jason Montojo Date: Thu, 31 Jan 2008 19:06:15 +0000 Subject: [PATCH] Fix for bug 216016: Remove library.jar from core plugin --- core/org.eclipse.cdt.core/build.properties | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties index cda8be4293f..cc7c0378fb9 100644 --- a/core/org.eclipse.cdt.core/build.properties +++ b/core/org.eclipse.cdt.core/build.properties @@ -13,8 +13,7 @@ bin.includes = plugin.xml,\ about.html,\ .,\ META-INF/,\ - .options,\ - library.jar + .options src.includes = schema/,\ .options javadoc.packages = org.eclipse.cdt.core.*,\ @@ -35,10 +34,3 @@ source.. = src/,\ jre.compilation.profile=J2SE-1.5 javacSource=1.5 javacTarget=1.5 -source.library.jar = model/,\ - browser/,\ - src/,\ - templateengine/,\ - utils/,\ - parser/ - \ No newline at end of file