]> granicus.if.org Git - postgresql/commit
Resolve a number of oddities in the Java build. First, remove the weird
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 6 Jul 2001 23:07:20 +0000 (23:07 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 6 Jul 2001 23:07:20 +0000 (23:07 +0000)
commitaf3ce5daa4536fb015bced3642ba3d052df95b0f
treed8d1073b4f3bca11176a686b761a7e4b06c24005
parent55432fedd2b3383c0cd0724a70ad0ae5134710f3
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.
build.xml [deleted file]
contrib/Makefile
contrib/retep/Makefile [new file with mode: 0644]
contrib/retep/build.xml
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/build.xml