diff --git a/.gitignore b/.gitignore index d99a3d3..0894700 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .DS_store .idea /.src-rev -/build.properties attic build dist diff --git a/README.md b/README.md index 1590f49..87c12f8 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,6 @@ defined by a series of options similar to those supported by `javac`. Suitable versions of these dependencies can be downloaded by running `make/build.sh`. -### Building with Apache Ant - -The default configuration assumes that dependencies have been downloaded -into the `build/deps` directory. -These values can be overridden with project-specific local configuration values -in `build.properties`, if it exists in the root directory of the repo. - -```` - ant -f make/build.xml -```` - ### Building with GNU Make The default configuration uses values provided in `make/dependencies.gmk`, diff --git a/make/README.md b/make/README.md index fdfc50a..91ba85d 100644 --- a/make/README.md +++ b/make/README.md @@ -69,12 +69,12 @@ The makefile provides the following targets: ## File Locations -| Files | GNU Make | Ant | IntelliJ | -|----------------------|--------------------------|--------------------|-------------------| -| Default Dependencies | build/deps | build/deps | build/deps | -| Main Classes | build/classes | build/classes | out/production | -| Test Classes | build/JUnitTests/classes | build/test/classes | out/test | -| Test Work | build/JUnitTests/work | build/test/work | build/test/work | -| Test Report | build/JUnitTests/report | build/test/report | | -| Image | build/images/apidiff | dist/apidiff | | -| Bundle | build/images/apidiff.zip | dist/apidiff.zip | | +| Files | GNU Make | IntelliJ | +|----------------------|--------------------------|-------------------| +| Default Dependencies | build/deps | build/deps | +| Main Classes | build/classes | out/production | +| Test Classes | build/JUnitTests/classes | out/test | +| Test Work | build/JUnitTests/work | build/test/work | +| Test Report | build/JUnitTests/report | | +| Image | build/images/apidiff | | +| Bundle | build/images/apidiff.zip | | diff --git a/make/build.properties b/make/build.properties deleted file mode 100644 index a955b77..0000000 --- a/make/build.properties +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA -# or visit www.oracle.com if you need additional information or have any -# questions. -# - -# set locations here, or in ${root}/build.properties, or set on the -# ant command line - -apidiff.build.resources = /opt - -build.version = 1.0 -build.milestone = dev -build.number = b00 diff --git a/make/build.xml b/make/build.xml deleted file mode 100644 index c2c28fb..0000000 --- a/make/build.xml +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -