Skip to content

Commit

Permalink
Add the submodule "modules/jsch"
Browse files Browse the repository at this point in the history
Incidentally, this upgrades JSch from 0.1.37 to 0.1.44.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Apr 30, 2011
1 parent 7c39af8 commit 9fcbf18
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,4 @@
/modules/imglib/imglib-io.jar
/modules/imglib/imglib-ops.jar
/modules/imglib/imglib-scripting.jar
/jars/jsch-0.1.44.jar
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@
[submodule "modules/javassist"]
path = modules/javassist
url = contrib@pacific.mpi-cbg.de:/srv/git/javassist
[submodule "jsch"]
path = modules/jsch
url = contrib@pacific.mpi-cbg.de:/srv/git/jsch
8 changes: 6 additions & 2 deletions Fakefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ SUBMODULE_TARGETS=\
jars/mpicbg.jar \
jars/commons-math.jar \
jars/javassist.jar \
jars/jsch-0.1.44.jar \
jars/imglib-scripting.jar

PLUGIN_TARGETS=plugins/Jython_Interpreter.jar \
Expand Down Expand Up @@ -298,6 +299,7 @@ jars/weka.jar <- fiji jars/Fiji.jar modules/weka/
jars/jython.jar <- fiji modules/jython/
jars/commons-math.jar <- fiji modules/commons-math/
jars/javassist.jar <- modules/javassist/
jars/jsch-0.1.44.jar <- modules/jsch/

# From source
libs[] <- jars/test-fiji.jar jars/zs.jar jars/VIB-lib.jar jars/Jama-1.0.2.jar \
Expand Down Expand Up @@ -343,9 +345,9 @@ CLASSPATH(plugins/LSM_Toolbox.jar)=jars/ij.jar:plugins/LSM_Reader.jar
MAINCLASS(plugins/LSM_Toolbox.jar)=org.imagearchive.lsm.toolbox.gui.AboutDialog
MAINCLASS(plugins/Interactive_3D_Surface_Plot.jar)=Interactive_3D_Surface_Plot
CLASSPATH(plugins/Stitching_.jar)=jars/ij.jar:plugins/loci_tools.jar:jars/fiji-lib.jar:jars/imglib.jar:jars/edu_mines_jtk.jar
CLASSPATH(plugins/Fiji_Plugins.jar)=jars/ij.jar:jars/jsch-0.1.37.jar:jars/fiji-lib.jar:jars/VIB-lib.jar
CLASSPATH(plugins/Fiji_Plugins.jar)=jars/ij.jar:jars/jsch-0.1.44.jar:jars/fiji-lib.jar:jars/VIB-lib.jar
MAINCLASS(plugins/Fiji_Updater.jar)=fiji.updater.Main
CLASSPATH(plugins/Fiji_Updater.jar)=jars/ij.jar:jars/jsch-0.1.37.jar
CLASSPATH(plugins/Fiji_Updater.jar)=jars/ij.jar:jars/jsch-0.1.44.jar
CLASSPATH(plugins/IO_.jar)=jars/ij.jar:jars/batik.jar:jars/jpedalSTD.jar:jars/itext-1.3.jar:jars/jzlib-1.0.7.jar
CLASSPATH(plugins/Sync_Win.jar)=jars/ij.jar:plugins/Image_5D.jar
CLASSPATH(plugins/Fiji_Developer.jar)=jars/ij.jar:plugins/Script_Editor.jar:plugins/Fiji_Plugins.jar:jars/rsyntaxtextarea.jar:plugins/3D_Viewer.jar:$JAVA3D_JARS
Expand Down Expand Up @@ -569,6 +571,7 @@ precompile-submodules[] <- \
precompiled/commons-math.jar \
precompiled/imglib-algorithms.jar \
precompiled/javassist.jar \
precompiled/jsch-0.1.44.jar \
precompiled/ij.jar <- jars/ij.jar
precompiled/clojure.jar <- jars/clojure.jar
Expand All @@ -586,6 +589,7 @@ precompiled/imglib-io.jar <- jars/imglib-io.jar
precompiled/imglib-scripting.jar <- jars/imglib-scripting.jar
precompiled/commons-math.jar <- jars/commons-math.jar
precompiled/javassist.jar <- jars/javassist.jar
precompiled/jsch-0.1.44.jar <- jars/jsch-0.1.44.jar
precompiled/* <- plugins/*
precompile[] <- precompile-fiji precompile-fake precompile-submodules
Expand Down
Binary file removed jars/jsch-0.1.37.jar
Binary file not shown.
1 change: 1 addition & 0 deletions modules/jsch
Submodule jsch added at 8a1642
Binary file added precompiled/jsch-0.1.44.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions staged-plugins/jsch-0.1.44.Fakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all <- jsch-0.1.44.jar

jsch-0.1.44.jar <- dist/lib/jsch-0.1.44.jar

dist/lib/jsch-0.1.44.jar[../../fiji --ant -DDSTAMP=0.1.44] <- src/**/*

0 comments on commit 9fcbf18

Please sign in to comment.