- allows to create a debian package ( yet unsigned )

- create a jar, gnerate a ant build.xml
- version of jar

Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
This commit is contained in:
philippe lhardy
2015-02-16 23:07:20 +01:00
parent e0b2027f70
commit 2a8f80154f
7 changed files with 198 additions and 10 deletions

12
absant.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
buildscript=$1
if [[ -e $buildscript ]]
then
# protect ${ variables.
sed 's/\${/\\\${/g' build.xml
else
echo "[ERROR] this $0 tool expect an initial argument with buildscript" >&2
fi