From cd22a7b0dcf53c6d273bb621917bf154e3539111 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Tue, 26 Jan 2016 00:18:56 +0100 Subject: [PATCH] Don't update Ghost Commander - SFTP plugin to 1.14b1 (19) --- metadata/com.ghostsq.commander.sftp.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/metadata/com.ghostsq.commander.sftp.txt b/metadata/com.ghostsq.commander.sftp.txt index 55de76b6bb..eb2259ffb5 100644 --- a/metadata/com.ghostsq.commander.sftp.txt +++ b/metadata/com.ghostsq.commander.sftp.txt @@ -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!