1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

removed *.jar in build.xml files that was causing the generated jar to be included twice. Jars that need to be copied to the pluh\gins directory must be explicitly added

This commit is contained in:
Judy N. Green 2002-10-17 20:42:27 +00:00
parent e09dd29657
commit 0bd52b9a1d
4 changed files with 5 additions and 9 deletions

View file

@ -1,4 +1,3 @@
bin.includes = fragment.xml,\
os/,\
*.jar
os/
source.cdt_linux.jar = src/

View file

@ -1,4 +1,3 @@
bin.includes = fragment.xml,\
os/,\
*.jar
os/
source.cdt_win32.jar = src/

View file

@ -1,7 +1,6 @@
bin.includes = plugin.xml,\
plugin.properties,\
about.html,\
*.jar,
about.html
javadoc.packages = org.eclipse.cdt.core.*,\
org.eclipse.cdt.core.index.*,\
org.eclipse.cdt.core.model.*,\
@ -14,4 +13,4 @@ source.cdtcore.jar = builder/,\
model/,\
src/,\
utils/
src.includes=about.html
src.includes=about.html

View file

@ -1,8 +1,7 @@
bin.includes = plugin.xml,\
about.html,\
icons/,\
plugin.properties,\
*.jar
plugin.properties
source.cdtui.jar = src/,\
utils.ui/
src.includes = about.html