antcommand -> antcommands

This commit is contained in:
Daniel Martí 2014-09-13 14:11:18 +02:00
parent c06a3ddd73
commit c48b1e55d2
4 changed files with 17 additions and 17 deletions

View file

@ -36,7 +36,7 @@ Build:0.3,1
cd jni/nitfol && \
bison -o inform.c inform.y
buildjni=no
antcommand=mod-release
antcommands=mod-release
Build:0.8,6
commit=744b8c26032

View file

@ -32,7 +32,7 @@ Build:0.8.1306,1306
# Use this setup next time
#Build Version:0.8.1312,1312,1312,\
#extlibs=antenna/antenna-bin-1.2.1-beta.jar,subdir=android,prebuild=\
#mv libs/antenna*.jar .,antcommand=release-nonb
#mv libs/antenna*.jar .,antcommands=release-nonb
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.8.1306

View file

@ -28,58 +28,58 @@ you choose it via the Dictionary section of the settings.
Repo Type:git
Repo:https://github.com/geometer/FBReaderJ.git
#Build Version:0.99.3,9903,79cf4985a1faa4c80064,antcommand=package
#Build Version:0.99.3,9903,79cf4985a1faa4c80064,antcommands=package
Build:0.99.11,9911
commit=0.99.11
antcommand=package
antcommands=package
Build:0.99.12,9912
commit=0.99.12
antcommand=package
antcommands=package
Build:0.99.15,9915
commit=0.99.15
antcommand=package
antcommands=package
Build:0.99.18,9918
commit=0.99.18
antcommand=package
antcommands=package
Build:1.0.9,10011
commit=1.0.9
antcommand=package
antcommands=package
Build:1.0.11,10013
commit=1.0.11
antcommand=package
antcommands=package
Build:1.0.12,10014
commit=fd349108eff9caa9152a
antcommand=package
antcommands=package
Build:1.1.0,10100
commit=5eb993e1fac2898d2361
antcommand=package
antcommands=package
Build:1.1.1,10101
commit=1.1.1
antcommand=package
antcommands=package
Build:1.1.2,10102
commit=1.1.2
antcommand=package
antcommands=package
Build:1.1.8,101081
commit=1.1.8
antcommand=package
antcommands=package
Build:1.1.9,101091
commit=1.1.9
antcommand=package
antcommands=package
Build:1.1.10,101101
commit=13ee5d79431815dd694e
antcommand=package
antcommands=package
Build:1.2.2,102021
commit=e63c553aeb032da828b270a735f0171d8d22c54c

View file

@ -45,7 +45,7 @@ Build:1.5.0,6
./fdroid_build mad && \
./fdroid_build flac $$FLAC$$ && \
./fdroid_build scummvm
antcommand="-p"
antcommands="-p"
# Releases are tagged, but according to backends/platform/android/android.mk (which also contains
# version codes), Market uploads take priority. They may lag notably behind general development,