]> git.mxchange.org Git - jshop-core.git/blob - dist.sh
added missing javadoc + updated jars
[jshop-core.git] / dist.sh
1 #!/bin/sh
2
3 NAME="jshop-core"
4 LIST=`find ../*/lib/${NAME}.jar`
5 LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`"
6
7 for entry in ${LIST};
8 do
9         cp -v dist/${NAME}.jar ${entry}
10 done