From: Roland Haeder Date: Tue, 6 Oct 2015 14:44:39 +0000 (+0200) Subject: updated jars + added .gitignore + dist.sh X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bff2373e10b06d236bb5d42ee7bcae4e12a06235;p=juser-core.git updated jars + added .gitignore + dist.sh --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1cd7a86 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/nbproject/private/ +/manifest.mf +/build/ +/dist/ +/*.properties diff --git a/dist.sh b/dist.sh new file mode 100644 index 0000000..7316984 --- /dev/null +++ b/dist.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +NAME="juser-core" +LIST=`find ../*/lib/${NAME}.jar` +LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`" + +for entry in ${LIST}; +do + cp -v dist/${NAME}.jar ${entry} +done diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar index c92ea91..562f24c 100644 Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ diff --git a/lib/jcore.jar b/lib/jcore.jar index 2c6f30e..95f222f 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar index 8fd4a46..9c899c6 100644 Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ