diff --git a/war/openEditor/index.jsp b/war/openEditor/index.jsp index ad210b63..b9a6956a 100644 --- a/war/openEditor/index.jsp +++ b/war/openEditor/index.jsp @@ -69,10 +69,10 @@ - - + + - + diff --git a/wescheme.properties b/wescheme.properties index f274cb46..a2d4b37e 100644 --- a/wescheme.properties +++ b/wescheme.properties @@ -1,20 +1,26 @@ # Production settings: -## WESCHEME_SERVER_BASE = http://www.wescheme.org -## COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss -## COMPILATION_SERVER_URL = http://wescheme-compiler.hashcollision.org/servlets/standalone.ss +WESCHEME_SERVER_BASE = http://www.wescheme.org +COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss + +## Round-robin compilation servers. +COMPILATION_SERVERS = http://moby-compiler.cs.brown.edu http://wescheme-compiler.hashcollision.org + + +## If ANDROID_PACKAGER_SERVER_URL is uncommented, it will be used to +## trigger APK package generation at share time. ## ANDROID_PACKAGER_SERVER_URL = http://go.cs.brown.edu/gzip ###################################################################### # # Test settings: -WESCHEME_SERVER_BASE = http://dyoo-test.appspot.com +## WESCHEME_SERVER_BASE = http://dyoo-test.appspot.com ## Round-robin compilation servers. -COMPILATION_SERVERS = http://localhost:8000 http://localhost:8001 http://localhost:8002 +## COMPILATION_SERVERS = http://localhost:8000 http://localhost:8001 http://localhost:8002 -##COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss +## COMPILATION_SERVER_URL = http://moby-compiler.cs.brown.edu/servlets/standalone.ss ## COMPILATION_SERVER_URL = http://wescheme-compiler.hashcollision.org/servlets/standalone.ss -COMPILATION_SERVER_URL = http://localhost:8000/servlets/standalone.ss +## COMPILATION_SERVER_URL = http://localhost:8000/servlets/standalone.ss ## If ANDROID_PACKAGER_SERVER_URL is uncommented, it will be used to ## trigger APK package generation at share time. ## ANDROID_PACKAGER_SERVER_URL = http://go.cs.brown.edu/gzip