projects
/
jcoreee.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16c891
)
Also copy it to any EJB lib folders
obsolete/jsp-table-data-gateway
author
Roland Haeder
<roland@mxchange.org>
Fri, 4 Sep 2015 08:26:35 +0000
(10:26 +0200)
committer
Roland Haeder
<roland@mxchange.org>
Fri, 4 Sep 2015 08:26:35 +0000
(10:26 +0200)
Signed-off-by:Roland Haeder <roland@mxchange.org>
dist.sh
patch
|
blob
|
history
diff --git
a/dist.sh
b/dist.sh
index 03820f70d657c48ae033bf9c7e2f9bc3397fe99b..e443fc3a263acec0c7d6faca549a37212fb43251 100755
(executable)
--- a/
dist.sh
+++ b/
dist.sh
@@
-2,6
+2,7
@@
NAME="jsfcore"
LIST=`find ../*/lib/${NAME}.jar`
+LIST="${LIST} `find ../*/*-ejb/lib/${NAME}.jar`"
for entry in ${LIST};
do