You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2012/11/05 00:29:03 UTC

svn commit: r1405671 - /qpid/proton/trunk/bin/release.sh

Author: rhs
Date: Sun Nov  4 23:29:03 2012
New Revision: 1405671

URL: http://svn.apache.org/viewvc?rev=1405671&view=rev
Log:
update release script to match examples

Modified:
    qpid/proton/trunk/bin/release.sh

Modified: qpid/proton/trunk/bin/release.sh
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/bin/release.sh?rev=1405671&r1=1405670&r2=1405671&view=diff
==============================================================================
--- qpid/proton/trunk/bin/release.sh (original)
+++ qpid/proton/trunk/bin/release.sh Sun Nov  4 23:29:03 2012
@@ -86,7 +86,6 @@ mkdir -p "${WORKDIR}"
     cd ${WORKDIR}
     svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c ${rootname}
     svn export -qr ${REVISION} ${URL}/${BRANCH}/tests ${rootname}/tests
-    svn export -qr ${REVISION} ${URL}/${BRANCH}/examples ${rootname}/examples
 
     cat <<EOF > ${rootname}/SVN_INFO
 Repo: ${URL}
@@ -97,7 +96,6 @@ EOF
     ##
     ## Remove content not for release
     ##
-    rm -rf ${rootname}/examples/broker
     rm -rf ${rootname}/examples/mailbox
 
     echo "Generating Archive: ${CURRDIR}/${rootname}.tar.gz"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org