]> git.mxchange.org Git - juser-core.git/commitdiff
updated jars + added .gitignore + dist.sh
authorRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 14:44:39 +0000 (16:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 6 Oct 2015 14:44:39 +0000 (16:44 +0200)
.gitignore [new file with mode: 0644]
dist.sh [new file with mode: 0644]
lib/jcontacts-core.jar
lib/jcore.jar
lib/jcoreee.jar

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1cd7a86
--- /dev/null
@@ -0,0 +1,5 @@
+/nbproject/private/
+/manifest.mf
+/build/
+/dist/
+/*.properties
diff --git a/dist.sh b/dist.sh
new file mode 100644 (file)
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
index c92ea915f182fb8dd1f8b46ecf41620dc3fe8713..562f24c8240fbbeee6952da56b0d15e585f72111 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index 2c6f30efe9f8c246eae16a87aef835bb909ba01d..95f222fe8b4ead586dfb98f0886ac0f3151a915f 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index 8fd4a463271eb98ec0f6ef204eb0f5925b13ec61..9c899c609a69b63e5dc8bc282403fff7706d20e8 100644 (file)
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ