Update Ghost Commander - SFTP plugin (com.ghostsq.commander.sftp) to 1.11b3 (13)

This commit is contained in:
Ciaran Gultnieks 2013-11-21 09:02:09 +00:00
parent e671de9435
commit e839b775ea

View file

@ -37,6 +37,15 @@ Build:1.11b1,12
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
install -D gc.jar libs/gc.jar
Build:1.11b3,13
commit=30
extlibs=ganymed-ssh/ganymed-ssh2-build210.jar;custom_rules.xml
srclibs=GhostCommander@390
build=sed 's/jcifs-1.3.17/ganymed-ssh2-build210/' libs/custom_rules.xml > custom_rules.xml && \
ant debug -f $$GhostCommander$$/build.xml && \
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
install -D gc.jar libs/gc.jar
Maintainer Notes:
No commit comments whatsoever!