Resolve a number of oddities in the Java build. First, remove the weird

Peter Eisentraut <peter_e@gmx.net>

Commit: af3ce5daa4536fb015bced3642ba3d052df95b0f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-07-06T23:07:20Z
Releases: 7.2.1
Resolve a number of oddities in the Java build.  First, remove the weird
redirections between the build files, which didn't work completely.  Now
you just go to the directory of your choice and run make.  Clean up the
build files to have a logical order, fix the unnecessary rebuilds, prevent
the deleting targets from removing files they're not responsible for.  Ant
1.3 does not have a bug.  It deletes directories just fine if you follow
the documentation.

Files

PathChange+/−
build.xml deleted +0 −101
contrib/Makefile modified +6 −1
contrib/retep/build.xml modified +50 −27
contrib/retep/Makefile added +30 −0
src/interfaces/jdbc/build.xml modified +105 −82
src/interfaces/jdbc/Makefile modified +14 −14