Author: doll
Date: Wed Apr 16 04:32:11 2008
New Revision: 648671

URL: http://svn.apache.org/viewvc?rev=648671&view=rev
Log:
Set the ignore properties on the new java and java/social-api directories so 
that the target dir doesn't show up. 


Modified:
    incubator/shindig/trunk/etc/set_svn_properties.sh
    incubator/shindig/trunk/java/   (props changed)
    incubator/shindig/trunk/java/social-api/   (props changed)

Modified: incubator/shindig/trunk/etc/set_svn_properties.sh
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/etc/set_svn_properties.sh?rev=648671&r1=648670&r2=648671&view=diff
==============================================================================
--- incubator/shindig/trunk/etc/set_svn_properties.sh (original)
+++ incubator/shindig/trunk/etc/set_svn_properties.sh Wed Apr 16 04:32:11 2008
@@ -99,5 +99,6 @@
 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 java/gadgets 
-svn propset svn:ignore -F etc/svn-ignores pom/parent
+svn propset svn:ignore -F etc/svn-ignores java
+svn propset svn:ignore -F etc/svn-ignores java/gadgets
+svn propset svn:ignore -F etc/svn-ignores java/social-api

Propchange: incubator/shindig/trunk/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Apr 16 04:32:11 2008
@@ -0,0 +1,19 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+derby.log
+maven.log
+build.xml
+build-dependency.xml
+velocity.log*
+junit*.properties
+surefire*.properties
+.project
+.classpath
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders

Propchange: incubator/shindig/trunk/java/social-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Apr 16 04:32:11 2008
@@ -0,0 +1,19 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+derby.log
+maven.log
+build.xml
+build-dependency.xml
+velocity.log*
+junit*.properties
+surefire*.properties
+.project
+.classpath
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders


Reply via email to