mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Building directly into plugin.
Building additional jar for server distribution.
This commit is contained in:
parent
e65fe98ebc
commit
f1a18e902e
1 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,9 @@
|
||||||
bin.includes = plugin.properties,\
|
bin.includes = .,\
|
||||||
|
plugin.properties,\
|
||||||
about.html,\
|
about.html,\
|
||||||
META-INF/, \
|
META-INF/
|
||||||
serverscripts/
|
|
||||||
source.dstore_core.jar = src/
|
|
||||||
output.dstore_core.jar = bin/
|
|
||||||
src.includes = about.html
|
src.includes = about.html
|
||||||
|
source.. = src/
|
||||||
|
output.. = bin1/
|
||||||
|
source.dstore_core.jar = src/
|
||||||
|
output.dstore_core.jar = bin2/
|
||||||
|
|
Loading…
Add table
Reference in a new issue