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:
parent
e09dd29657
commit
0bd52b9a1d
4 changed files with 5 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
|||
bin.includes = fragment.xml,\
|
||||
os/,\
|
||||
*.jar
|
||||
os/
|
||||
source.cdt_linux.jar = src/
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
bin.includes = fragment.xml,\
|
||||
os/,\
|
||||
*.jar
|
||||
os/
|
||||
source.cdt_win32.jar = src/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue