Update Ghost Commander - SFTP plugin (com.ghostsq.commander.sftp) to 1.11b1 (12)
This commit is contained in:
parent
acfb959543
commit
22cab36134
|
@ -19,8 +19,6 @@ Enter your server name and credentials.
|
|||
Repo Type:git-svn
|
||||
Repo:http://svn.code.sf.net/p/gc-sftp/code/trunk
|
||||
|
||||
# Few different forks of used SSH2 library exist, but https://code.google.com/p/ganymed-ssh-2/
|
||||
# (which is in turn referenced by number of sites) claims, that it is the most genuine one
|
||||
Build:1.10b1,11
|
||||
commit=26
|
||||
extlibs=ganymed-ssh/ganymed-ssh2-build210.jar;custom_rules.xml
|
||||
|
@ -30,6 +28,22 @@ Build:1.10b1,11
|
|||
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
|
||||
install -D gc.jar libs/gc.jar
|
||||
|
||||
Build:1.11b1,12
|
||||
commit=28
|
||||
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!
|
||||
|
||||
Few different forks of used SSH2 library exist, but https://code.google.com/p/ganymed-ssh-2/
|
||||
(which is in turn referenced by number of sites) claims, that it is the most genuine one
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.11b1
|
||||
|
|
Loading…
Reference in a new issue