Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x aedeb6ee2 -> 49880853e


Excluded non-wicket binaries from bin release


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fe315159
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/fe315159
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/fe315159

Branch: refs/heads/wicket-7.x
Commit: fe3151594614512b87f5f9c89b3a57fedec0d5ac
Parents: 0540417
Author: Martijn Dashorst <[email protected]>
Authored: Thu Dec 24 15:33:09 2015 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Thu Dec 24 15:33:09 2015 +0100

----------------------------------------------------------------------
 release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/fe315159/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index e41a841..af16af2 100755
--- a/release.sh
+++ b/release.sh
@@ -513,8 +513,8 @@ gpg --print-md MD5  target/dist/apache-wicket-$version.zip 
> target/dist/apache-
 echo "Create and sign the binaries"
 mkdir target/apache-wicket-$version-bin
 pushd target/apache-wicket-$version-bin
-find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex 
".*wicket-.*.[jw]ar" ! -name "*-sources*" ! -name "*-javadoc*" ! -name 
"*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec 
cp {} . \;
-find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex 
".*wicket-.*.[jw]ar\.asc" ! -name "*-sources*" ! -name "*-javadoc*" ! -name 
"*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec 
cp {} . \;
+find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex 
".*wicket-[^/]*.[jw]ar" ! -name "*-sources*" ! -name "*-javadoc*" ! -name 
"*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec 
cp {} . \;
+find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex 
".*wicket-[^/]*.[jw]ar\.asc" ! -name "*-sources*" ! -name "*-javadoc*" ! -name 
"*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec 
cp {} . \;
 cp ../../LICENSE .
 cp ../../README .
 cp ../../NOTICE .

Reply via email to