core: replaced version.js build script in ant build; wasn't used in make anymore anyway

This commit is contained in:
Jörn Zaefferer 2009-01-18 13:04:32 +00:00
parent f3e5e9a3d5
commit 2f536b3d4d
2 changed files with 2 additions and 8 deletions

View file

@ -1,4 +0,0 @@
load("build/js/writeFile.js");
var file = arguments[0];
writeFile(file, readFile(file).replace(new RegExp("@VERSION", "g"), readFile("version.txt").replace( /^\s+|\s+$/g, "" )));