Ghost Commander - SFTP plugin: Fix build
This commit is contained in:
parent
c1baf100e8
commit
d0b0384000
|
@ -49,7 +49,9 @@ Build:1.13.1,17
|
|||
commit=34
|
||||
srclibs=GhostCommander@445,Ganymed@r161
|
||||
target=android-19
|
||||
prebuild=pushd $$GhostCommander$$ && android update project -p ./ -t "android-19" && \
|
||||
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 && \
|
||||
|
|
Loading…
Reference in a new issue