mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add uninstall target to Java build.
Respect default port setting in JDBC driver. Pick up version number from Makefile.global. Change installation directory to share/java/. Document.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
build file to build the donated retep tools packages
|
||||
|
||||
$Id: build.xml,v 1.3 2001/03/05 09:15:35 peter Exp $
|
||||
$Id: build.xml,v 1.4 2001/03/11 11:06:59 petere Exp $
|
||||
|
||||
-->
|
||||
|
||||
@ -56,5 +56,12 @@
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
<target name="uninstall" if="install.directory">
|
||||
<delete>
|
||||
<fileset dir="${install.directory}">
|
||||
<include name="**/*.jar" />
|
||||
</fileset>
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user