Don't update Ghost Commander - SFTP plugin to 1.14b1 (19)

This commit is contained in:
Boris Kraut 2016-01-26 00:18:56 +01:00
parent a897364514
commit cd22a7b0dc

View file

@ -62,6 +62,24 @@ Build:1.13.1,17
cp $$Ganymed$$/target/ganymed-ssh2-263-SNAPSHOT.jar libs/
target=android-19
Build:1.14b1,19
disable=some broken lollipop stuff..
commit=38
srclibs=GhostCommander@535,Ganymed@r161
extlibs=custom_rules.xml
prebuild=sed 's/jcifs-1.3.17/ganymed-ssh2-263-SNAPSHOT/' libs/custom_rules.xml > custom_rules.xml && \
pushd $$GhostCommander$$ && \
android update project -p ./ -t "android-19" && \
ant debug -f build.xml && \
jar c -C bin/classes/ com > gc.jar && \
popd && \
install -D $$GhostCommander$$/gc.jar libs/gc.jar && \
pushd $$Ganymed$$ && \
$$MVN3$$ package && \
popd && \
cp $$Ganymed$$/target/ganymed-ssh2-263-SNAPSHOT.jar libs/
target=android-19
Maintainer Notes:
No commit comments whatsoever!