Update Ghost Commander - Samba plugin to 1.31.1 (57); closes #28
This commit is contained in:
parent
4d0b23d22b
commit
d9b5259135
|
@ -58,6 +58,16 @@ Build:1.31,52
|
||||||
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
|
jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar && \
|
||||||
install -D gc.jar libs/gc.jar
|
install -D gc.jar libs/gc.jar
|
||||||
|
|
||||||
|
Build:1.31.1,57
|
||||||
|
commit=113
|
||||||
|
srclibs=GhostCommander@445
|
||||||
|
extlibs=jcifs/jcifs-1.3.17.jar,custom_rules.xml
|
||||||
|
prebuild=mv libs/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 && \
|
||||||
|
android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Update Check Ignore:b
|
Update Check Ignore:b
|
||||||
|
|
Loading…
Reference in a new issue