You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/05/20 01:02:07 UTC

svn commit: r658027 - /incubator/shindig/trunk/etc/set_svn_properties.sh

Author: lindner
Date: Mon May 19 16:02:07 2008
New Revision: 658027

URL: http://svn.apache.org/viewvc?rev=658027&view=rev
Log:
features has a target directory

Modified:
    incubator/shindig/trunk/etc/set_svn_properties.sh

Modified: incubator/shindig/trunk/etc/set_svn_properties.sh
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/etc/set_svn_properties.sh?rev=658027&r1=658026&r2=658027&view=diff
==============================================================================
--- incubator/shindig/trunk/etc/set_svn_properties.sh (original)
+++ incubator/shindig/trunk/etc/set_svn_properties.sh Mon May 19 16:02:07 2008
@@ -91,6 +91,7 @@
 find . -path '*/.svn' -prune -o  -name "DISCLAIMER*" -print0 | xargs -0  -r  svn propset svn:mime-type text/plain
 
 svn propset svn:ignore -F etc/svn-ignores .
+svn propset svn:ignore -F etc/svn-ignores features
 svn propset svn:ignore -F etc/svn-ignores java
 svn propset svn:ignore -F etc/svn-ignores java/common
 svn propset svn:ignore -F etc/svn-ignores java/gadgets