diff -r b6f8d38305f2 -r 5ad27ebafc22 buildframework/helium/tools/preparation/ido-prep.ant.xml --- a/buildframework/helium/tools/preparation/ido-prep.ant.xml Thu Mar 25 12:47:55 2010 +0000 +++ b/buildframework/helium/tools/preparation/ido-prep.ant.xml Thu Mar 25 14:10:11 2010 +0000 @@ -20,6 +20,7 @@ ============================================================================ --> + IDO related targets. @@ -29,11 +30,34 @@ * IBY export (old way) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + confml.log.file = ${confml.log.file} + + + + + + + + confml.file = @{confml.file} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ConE error: ${cone.error.total} + + - + - - - - + + @@ -418,9 +474,6 @@ - - - Location of the new S60 release:${s60.getenv.path} @@ -508,9 +561,9 @@ java.util.Properties props = new java.util.Properties(); props.load(pin); org.apache.tools.ant.types.Path path = project.createDataType("path"); - for (java.util.Iterator i = props.stringPropertyNames().iterator(); i.hasNext() ; ) { + for (java.util.Iterator i = props.stringPropertyNames().iterator(); i.hasNext() ; ) { org.apache.tools.ant.types.Path.PathElement pe = (org.apache.tools.ant.types.Path.PathElement)path.createPathElement(); - pe.setPath(i.next()); + pe.setPath(i.next()); } self.log("Creating reference: " + attributes.get("pathid")); project.addReference(attributes.get("pathid"), path);