package org.apache.ant.builder;
public class
Builder {
protected void _init(BuildHelper helper) {
}
}
helper.setProperty("
", "
");
helper.createPath("
");
helper.addFileSetToPath("
",
"
",
"
"
null
);
helper.addPathElementToPath("
", "
");
helper.addPathToPath("
", "
");
protected void
(BuildHelper helper) {
}
helper.mkdir("
");
helper.javac("
", "
",
"
"
null
);
helper.jar("
", "
",
"
",
"
"
null
null, null
);
helper.copyFilesetRef("
", "
");
helper.copyFileset("
", "
");