You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2019/10/08 11:47:32 UTC

svn commit: r1868132 - /tomcat/jk/trunk/tools/jkrelease.sh

Author: rjung
Date: Tue Oct  8 11:47:32 2019
New Revision: 1868132

URL: http://svn.apache.org/viewvc?rev=1868132&view=rev
Log:
Don't roll ".git" (just in case e do a full checkout).

Modified:
    tomcat/jk/trunk/tools/jkrelease.sh

Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/jkrelease.sh?rev=1868132&r1=1868131&r2=1868132&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/jkrelease.sh (original)
+++ tomcat/jk/trunk/tools/jkrelease.sh Tue Oct  8 11:47:32 2019
@@ -234,6 +234,7 @@ rm -f ${targetdir}/native/LICENSE
 find ${JK_DIST} -name .cvsignore -exec rm -rf \{\} \; 
 find ${JK_DIST} -name CVS -exec rm -rf \{\} \; 
 find ${JK_DIST} -name .svn -exec rm -rf \{\} \; 
+find ${JK_DIST} -name .git -exec rm -rf \{\} \; 
 
 cd ${JK_DIST}/native
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org