blob: 555667b0dc266acece137476d5c4f7f5d6ba8239 [file] [log] [blame]
/* Copyright (c) 2000 The Apache Software Foundation */
import org.apache.tools.ant.cmdline.Main;
public class ant {
public static void main(String[] args) throws Exception {
Main.main(args);
}
}