Bug fix. I think this fixed a long standing bug in the brainstorm web server.

This commit is contained in:
Wynne Crisman
2016-08-17 17:56:41 -07:00
parent 040a3b4ddc
commit dd48e2fe24
5 changed files with 47 additions and 25 deletions

View File

@@ -113,7 +113,7 @@
<target name="release-compile" depends="make-dirs">
<mkdir dir="${archives}/release-bin"/>
<javac destdir="${archives}/release-bin" executable="c:/java/jdk1.5/bin/javac" encoding="utf-8" nowarn="true" verbose="no" fork="true" classpath="${swt-releases}/win32-win32-x86/swt.jar;${orb-exception-support};${workspace}/Foundation TCV SWT Client Application/proxies;">
<javac destdir="${archives}/release-bin" executable="c:/java/jdk1.7/bin/javac" encoding="utf-8" nowarn="true" verbose="no" fork="true" classpath="${swt-releases}/win32-win32-x86/swt.jar;${orb-exception-support};${workspace}/Foundation TCV SWT Client Application/proxies;">
<src path="${workspace}/Common/src"/>
<src path="${workspace}/Class File Services/src"/>
<src path="${workspace}/Orb/src"/>