diff --git a/build.xml b/build.xml index f6f57c38..1a2bff3a 100644 --- a/build.xml +++ b/build.xml @@ -4,7 +4,7 @@ Builds, tests, and runs the project Env. - + @@ -41,7 +41,10 @@ - + + + @@ -50,7 +53,8 @@ - + + @@ -85,14 +89,20 @@ - + - + + + + + @@ -501,7 +511,7 @@ @@ -586,7 +596,7 @@ diff --git a/local_settings.js b/local_settings.js deleted file mode 100644 index 0196c30f..00000000 --- a/local_settings.js +++ /dev/null @@ -1,15 +0,0 @@ - -/** - * This file provides local settings you'll need to modify to make sure - * envjs platform tests can function properly. Dont modify this - * file directly, copy it to local_settings.js and then modify it so - * as not to commit your local settings back to the repo. - */ - -var SETTINGS = { - - BASE_URI : 'file:///opt/tomcat/webapps/env-js/', - - AJAX_BASE: 'http://localhost:8080/env-js/' - -}; diff --git a/settings.js b/settings.js index 8d550388..cb229adf 100644 --- a/settings.js +++ b/settings.js @@ -6,9 +6,7 @@ * as not to commit your local settings back to the repo. */ -var SETTINGS = { - +var SETTINGS = { BASE_URI : 'file:///mnt/repos/thatcher/env-js/', AJAX_BASE: 'http://github.com/thatcher/env-js/raw/master/' - }; diff --git a/test/specs/window/spec.js b/test/specs/window/spec.js index b1f8bc99..fbf86a54 100644 --- a/test/specs/window/spec.js +++ b/test/specs/window/spec.js @@ -23,7 +23,7 @@ try{ _load('dist/parser.js'); _load('dist/xhr.js'); _load('dist/window.js'); - _load('settings.js'); + _load('local_settings.js'); document.async = false; diff --git a/test/specs/xhr/spec.js b/test/specs/xhr/spec.js index a24241d0..66c1b9da 100644 --- a/test/specs/xhr/spec.js +++ b/test/specs/xhr/spec.js @@ -42,7 +42,7 @@ _load('dist/html.js'); _load('dist/timer.js'); _load('dist/parser.js'); _load('dist/xhr.js'); -_load('settings.js'); +_load('local_settings.js'); module('xhr');