mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
fixing build.properties and server script files slightly
This commit is contained in:
parent
11e2a5c6da
commit
b730105bba
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
rsecore.jar,\
|
||||
schema/
|
||||
source.rsecore.jar =
|
||||
source.rsecore.jar = src/
|
||||
jars.compile.order = rsecore.jar
|
||||
src.includes = src/
|
||||
output.rsecore.jar = bin/
|
||||
|
|
|
@ -2,7 +2,6 @@ set ECLIPSEDIR=.
|
|||
set CORE=%ECLIPSEDIR%\dstore_core.jar
|
||||
set MINERS=%ECLIPSEDIR%\dstore_miners.jar
|
||||
set EXTRA=%ECLIPSEDIR%\dstore_extra_server.jar
|
||||
set UNIVERSALJAR=%ECLIPSEDIR%\universalminers.jar
|
||||
set CLIENTSERVER=%ECLIPSEDIR%\clientserver.jar
|
||||
set A_PLUGIN_PATH=%ECLIPSEDIR%
|
||||
set CLASSPATH=%CORE%;%MINERS%;%UNIVERSAL%;%UNIVERSALJAR%;%CLIENTSERVER%;%EXTRA%;%CLASSPATH%
|
||||
|
|
Loading…
Add table
Reference in a new issue