diff options
author | Sven Gothel <[email protected]> | 2010-03-26 01:53:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-26 01:53:41 +0100 |
commit | 8df26894b51fef9c5e88f42785089561dbd62895 (patch) | |
tree | 5c8724801c39f6bfef18c91f485ce60e5f90bcf0 /test/junit/com/sun/gluegen/BuildUtil.java | |
parent | ac0e5af8715937c6f9c0471643cc9653afe2b771 (diff) |
ant-junit-ant: use rel gluegen.root path
Diffstat (limited to 'test/junit/com/sun/gluegen/BuildUtil.java')
-rw-r--r-- | test/junit/com/sun/gluegen/BuildUtil.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/junit/com/sun/gluegen/BuildUtil.java b/test/junit/com/sun/gluegen/BuildUtil.java index bbc2b16..dd46221 100644 --- a/test/junit/com/sun/gluegen/BuildUtil.java +++ b/test/junit/com/sun/gluegen/BuildUtil.java @@ -54,7 +54,6 @@ public final class BuildUtil { //setup ant build file project = new Project(); - project.setBaseDir(new File(gluegenRoot)); project.setProperty("rootrel.build", rootrel_build); passSystemProperty(project, "gluegen-cpptasks.file"); passSystemProperty(project, "os.arch"); |