diff -r 820b22e13ff1 -r 39c28ec933dd buildframework/helium/tools/release/release.ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/tools/release/release.ant.xml Mon May 10 19:54:49 2010 +0100 @@ -0,0 +1,158 @@ + + + + + + Release publising. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inputfile: antProperty(ado.mapping.file) + ant: antProperties() + data: eval(' + java.io.FileInputStream pin = new java.io.FileInputStream(filename); + java.util.Properties props = new java.util.Properties(); + props.load(pin); + return props; + ', {filename: get(inputfile)}) + + + + + + ant: antProperties() + + + + +