From b730105bba4d07a8fc7f5ccb075c22139c2d0ed4 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Fri, 21 Apr 2006 21:54:11 +0000 Subject: [PATCH] fixing build.properties and server script files slightly --- rse/plugins/org.eclipse.rse.core/build.properties | 3 ++- .../org.eclipse.rse.services.dstore/serverruntime/win.env.bat | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/build.properties b/rse/plugins/org.eclipse.rse.core/build.properties index 315ac1b53fd..d716a456478 100644 --- a/rse/plugins/org.eclipse.rse.core/build.properties +++ b/rse/plugins/org.eclipse.rse.core/build.properties @@ -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/ diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/win.env.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/win.env.bat index 758e7699bc0..a97bace476b 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/win.env.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/win.env.bat @@ -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%