commit | d74cd0bff866eb5524f25a480704eec97641b7ab | [log] [tgz] |
---|---|---|
author | Fredrik Öhrström <ohrstrom@openjdk.org> | Wed Mar 07 13:11:27 2012 +0100 |
committer | Fredrik Öhrström <ohrstrom@openjdk.org> | Wed Mar 07 13:11:27 2012 +0100 |
tree | 49e2f8f4d60abc136206345517237458afe5efe4 | |
parent | 041b97af42d79a55c97eccb992c27582e03fdd0f [diff] |
7150579: Moved ant code into a separate package, anttasks To allow langtools to be built without ant, the ant tasks were moved to a separated package. The packages were also renamed to proper lower case package names. Reviewed-by: jjg