Skip to content

Commit

Permalink
Fakefile: now that Updater is Mavenized, be explicit about its depend…
Browse files Browse the repository at this point in the history
…encies

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 4, 2012
1 parent 0a17b08 commit 4ea9cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fakefile
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ misc/headless.jar[bin/make-headless-jar.bsh] <- jars/fiji-compat.jar jars/javass
# We re-use ImageJ2's launcher now, so let's use the updater to perform
# the job.

ImageJ[sh bin/download-launchers.sh snapshot $PLATFORM] <- plugins/Fiji_Updater.jar
ImageJ[sh bin/download-launchers.sh snapshot $PLATFORM] <- plugins/Fiji_Updater.jar jars/ij.jar jars/jsch.jar

# legacy launcher

Expand Down Expand Up @@ -571,7 +571,7 @@ precompile[] <- precompile-ImageJ precompile-fake precompile-submodules
# precompiled fall back

missingPrecompiledFallBack[sh ./bin/ImageJ.sh --update update $TARGET] <- \
plugins/Fiji_Updater.jar
plugins/Fiji_Updater.jar jars/ij.jar jars/jsch.jar

# Portable application/.app

Expand Down

0 comments on commit 4ea9cd4

Please sign in to comment.