summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-06-20 19:21:10 +0000
committerPaul Phillips <paulp@improving.org>2011-06-20 19:21:10 +0000
commit26ad0c9e8c60816543c8a4474c703fb1be3345c9 (patch)
tree5972168187d14a9c3c0ae52fae6051a3c98fe6a7
parentb054289bd78ca5d2175d78b6fa55595c9a622dd4 (diff)
downloadscala-26ad0c9e8c60816543c8a4474c703fb1be3345c9.tar.gz
scala-26ad0c9e8c60816543c8a4474c703fb1be3345c9.tar.bz2
scala-26ad0c9e8c60816543c8a4474c703fb1be3345c9.zip
Fix broken tool-windows.tmpl.
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-windows.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
index 21651831df..0b1757914a 100644
--- a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
@@ -37,7 +37,7 @@ if "%_TOOL_CLASSPATH%"=="" (
for /d %%f in ("%_SCALA_HOME%\lib\*") do call :add_cpath "%%f"
)
-set _PROPS=-Dscala.home="%_SCALA_HOME%" -Denv.emacs="%EMACS%" @properties@
+set _PROPS=-Dscala.home="%_SCALA_HOME%" -Denv.emacs="%EMACS%" -Dscala.usejavacp=true @properties@
rem echo "%_JAVACMD%" %_JAVA_OPTS% %_PROPS% -cp "%_TOOL_CLASSPATH%" @class@ @toolflags@ %*
"%_JAVACMD%" %_JAVA_OPTS% %_PROPS% -cp "%_TOOL_CLASSPATH%" @class@ @toolflags@ %*