diff -r 044383f39525 -r be27ed110b50 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 Wed Oct 28 14:39:48 2009 +0000 @@ -0,0 +1,104 @@ + + + + + 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() + + + + +