don't build build.xml, maintain it manualy

remove antify.sh and related builx.xml target makefile

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
2025-11-02 18:10:21 +01:00
parent 36e58808d5
commit bce0e160d8
4 changed files with 6 additions and 117 deletions

View File

@@ -4,7 +4,7 @@ DISTJAR=$(DISTPREFIX)-$(PROJECT_VERSION).jar
JAVAC=javac
JAR=jar
all: build.xml dist/lib/$(DISTJAR)
all: dist/lib/$(DISTJAR)
getname:
@echo dist/lib/$(DISTJAR)
@@ -18,9 +18,6 @@ dist:
dist/lib/$(DISTJAR): dist
ant dist
build.xml:
./antify.sh >$@
clean:
cd java; make clean
rm -f dist/lib/$(DISTPREFIX)*.jar
@@ -41,7 +38,7 @@ deb/%:
./debianize.sh create $@
debian/compat:
echo "7" >$@
echo "10" >$@
debian/%:
./debianize.sh create $@ >$@