mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Fix for bug 216016: Remove library.jar from core plugin
This commit is contained in:
parent
01ed5f9133
commit
dcbfe08cd5
1 changed files with 1 additions and 9 deletions
|
@ -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/
|
||||
|
Loading…
Add table
Reference in a new issue