mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
Removed the cdi.jar file from the build.properties file
since it isn't ready to build yet.
This commit is contained in:
parent
6f274623f2
commit
757f7d44bc
1 changed files with 5 additions and 8 deletions
|
@ -12,16 +12,13 @@
|
|||
bin.includes = plugin.xml,\
|
||||
plugin.properties,\
|
||||
about.html,\
|
||||
cdtdebugcore.jar,\
|
||||
cdi.jar
|
||||
source.cdtdebugcore.jar = src,\
|
||||
cdi,\
|
||||
schema
|
||||
cdtdebugcore.jar
|
||||
source.cdtdebugcore.jar = src/,\
|
||||
cdi/
|
||||
javadoc.packages = org.eclipse.cdt.debug.core.*,\
|
||||
org.eclipse.cdt.debug.core.cdi.*,\
|
||||
org.eclipse.cdt.debug.core.cdi.event.*,\
|
||||
org.eclipse.cdt.debug.core.cdi.model.*
|
||||
src.includes = schema/
|
||||
jars.compile.order = cdi.jar
|
||||
source.cdi.jar = cdi/
|
||||
output.cdi.jar = bin/
|
||||
jars.compile.order =
|
||||
output.cdtdebugcore.jar = bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue