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/02/18 09:34:29 UTC

svn commit: r628643 - in /incubator/shindig/trunk: ./ etc/set_svn_properties.sh java/gadgets/ php/RSA.class.php php/comframe.php php/config.php php/container.php php/crypto.php php/index.php php/proxy.php

Author: lindner
Date: Mon Feb 18 00:34:27 2008
New Revision: 628643

URL: http://svn.apache.org/viewvc?rev=628643&view=rev
Log:
Extend SHINDIG-78 with settings for php files, add svn-ignore settings

Modified:
    incubator/shindig/trunk/   (props changed)
    incubator/shindig/trunk/etc/set_svn_properties.sh
    incubator/shindig/trunk/java/gadgets/   (props changed)
    incubator/shindig/trunk/php/RSA.class.php   (props changed)
    incubator/shindig/trunk/php/comframe.php   (props changed)
    incubator/shindig/trunk/php/config.php   (props changed)
    incubator/shindig/trunk/php/container.php   (props changed)
    incubator/shindig/trunk/php/crypto.php   (props changed)
    incubator/shindig/trunk/php/index.php   (props changed)
    incubator/shindig/trunk/php/proxy.php   (props changed)

Propchange: incubator/shindig/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 18 00:34:27 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

Modified: incubator/shindig/trunk/etc/set_svn_properties.sh
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/etc/set_svn_properties.sh?rev=628643&r1=628642&r2=628643&view=diff
==============================================================================
--- incubator/shindig/trunk/etc/set_svn_properties.sh (original)
+++ incubator/shindig/trunk/etc/set_svn_properties.sh Mon Feb 18 00:34:27 2008
@@ -7,6 +7,9 @@
 find . -path '*/.svn' -prune -o  -name "*.java" -print0 | xargs -0  -r svn propset svn:eol-style native
 find . -path '*/.svn' -prune -o  -name "*.java" -print0 | xargs -0  -r  svn propset svn:keywords "Rev Date"
 
+find . -path '*/.svn' -prune -o  -name "*.php" -print0 | xargs -0  -r svn propset svn:eol-style native
+find . -path '*/.svn' -prune -o  -name "*.php" -print0 | xargs -0  -r  svn propset svn:keywords "Rev Date"
+
 find . -path '*/.svn' -prune -o  -name "*.xml" -print0 | xargs -0  -r  svn propset svn:mime-type text/xml
 find . -path '*/.svn' -prune -o  -name "*.xml" -print0 | xargs -0  -r  svn propset svn:eol-style native
 find . -path '*/.svn' -prune -o  -name "*.xml" -print0 | xargs -0  -r  svn propset svn:keywords "Rev Date"
@@ -86,3 +89,6 @@
 
 find . -path '*/.svn' -prune -o  -name "DISCLAIMER*" -print0 | xargs -0  -r  svn propset svn:eol-style native
 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 

Propchange: incubator/shindig/trunk/java/gadgets/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 18 00:34:27 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/php/RSA.class.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/RSA.class.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/shindig/trunk/php/comframe.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/comframe.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/shindig/trunk/php/config.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/config.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/shindig/trunk/php/container.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/container.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/shindig/trunk/php/crypto.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/crypto.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/shindig/trunk/php/index.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/index.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/shindig/trunk/php/proxy.php
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/shindig/trunk/php/proxy.php
------------------------------------------------------------------------------
    svn:keywords = Rev Date