Author: mturk Date: Tue Jun 23 07:43:17 2009 New Revision: 787575 URL: http://svn.apache.org/viewvc?rev=787575&view=rev Log: Use correct directoy names for exclusion
Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=787575&r1=787574&r2=787575&view=diff ============================================================================== --- tomcat/trunk/dist.xml (original) +++ tomcat/trunk/dist.xml Tue Jun 23 07:43:17 2009 @@ -629,8 +629,8 @@ <exclude name="bin/version.sh" /> <exclude name="conf/**" /> <exclude name="src/**" /> - <exclude name="bin/x86_64/"/> - <exclude name="bin/ia64/"/> + <exclude name="bin/x64/"/> + <exclude name="bin/i64/"/> <exclude name="bin/*.exe"/> <exclude name="bin/*.dll"/> </tarfileset> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org