Author: michiel Date: 2009-05-19 18:45:35 +0200 (Tue, 19 May 2009) New Revision: 35309
Modified: speeltuin/mihxil/symlinks.sh Log: added some comments Modified: speeltuin/mihxil/symlinks.sh =================================================================== --- speeltuin/mihxil/symlinks.sh 2009-05-19 16:41:40 UTC (rev 35308) +++ speeltuin/mihxil/symlinks.sh 2009-05-19 16:45:35 UTC (rev 35309) @@ -2,6 +2,12 @@ mmbaseversion=1.9-SNAPSHOT mmbasehome=$HOME/.m2/repository/org/mmbase +# Creates symlinks to mmbase jars in maven repository. +# +# Usage: symlinks.sh [<directory> [<taglib|crontab|...> [<taglib|crontab|..]]] +# If no directory speccified current directory is taken. +# If no mmbase applications specified it tries to explore which applications are present already, and replaces those + dest=$1 shift if [ "$dest" == "" ]; then _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
