Skip to content

Commit e0b049a

Browse files
pavelrappojonathan-gibbons
authored andcommitted
7903849: Scrape off Apache Ant remnants from APIDiff
Reviewed-by: jjg
1 parent dbaa7ac commit e0b049a

File tree

5 files changed

+9
-273
lines changed

5 files changed

+9
-273
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.DS_store
33
.idea
44
/.src-rev
5-
/build.properties
65
attic
76
build
87
dist

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ defined by a series of options similar to those supported by `javac`.
1414
Suitable versions of these dependencies can be downloaded by running
1515
`make/build.sh`.
1616

17-
### Building with Apache Ant
18-
19-
The default configuration assumes that dependencies have been downloaded
20-
into the `build/deps` directory.
21-
These values can be overridden with project-specific local configuration values
22-
in `build.properties`, if it exists in the root directory of the repo.
23-
24-
````
25-
ant -f make/build.xml <target>
26-
````
27-
2817
### Building with GNU Make
2918

3019
The default configuration uses values provided in `make/dependencies.gmk`,

make/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ The makefile provides the following targets:
6969

7070
## File Locations
7171

72-
| Files | GNU Make | Ant | IntelliJ |
73-
|----------------------|--------------------------|--------------------|-------------------|
74-
| Default Dependencies | build/deps | build/deps | build/deps |
75-
| Main Classes | build/classes | build/classes | out/production |
76-
| Test Classes | build/JUnitTests/classes | build/test/classes | out/test |
77-
| Test Work | build/JUnitTests/work | build/test/work | build/test/work |
78-
| Test Report | build/JUnitTests/report | build/test/report | |
79-
| Image | build/images/apidiff | dist/apidiff | |
80-
| Bundle | build/images/apidiff.zip | dist/apidiff.zip | |
72+
| Files | GNU Make | IntelliJ |
73+
|----------------------|--------------------------|-------------------|
74+
| Default Dependencies | build/deps | build/deps |
75+
| Main Classes | build/classes | out/production |
76+
| Test Classes | build/JUnitTests/classes | out/test |
77+
| Test Work | build/JUnitTests/work | build/test/work |
78+
| Test Report | build/JUnitTests/report | |
79+
| Image | build/images/apidiff | |
80+
| Bundle | build/images/apidiff.zip | |

make/build.properties

Lines changed: 0 additions & 33 deletions
This file was deleted.

make/build.xml

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)