Author: lindner
Date: Sun Mar 2 23:03:52 2008
New Revision: 632959
URL: http://svn.apache.org/viewvc?rev=632959&view=rev
Log:
Do not apply Keywords properties to externally imported files, SHINDIG-78
Revert keywords changes
Modified:
incubator/shindig/trunk/etc/set_svn_properties.sh
incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js
(contents, props changed)
incubator/shindig/trunk/php/js/jquery.js (contents, 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=632959&r1=632958&r2=632959&view=diff
==============================================================================
--- incubator/shindig/trunk/etc/set_svn_properties.sh (original)
+++ incubator/shindig/trunk/etc/set_svn_properties.sh Sun Mar 2 23:03:52 2008
@@ -43,7 +43,7 @@
find . -path '*/.svn' -prune -o -name "*.js" -print0 | xargs -0 -r svn
propset svn:eol-style native
find . -path '*/.svn' -prune -o -name "*.js" -print0 | xargs -0 -r svn
propset svn:mime-type text/javascript
-find . -path '*/.svn' -prune -o -name "*.js" -print0 | xargs -0 -r svn
propset svn:keywords "Author Date Id Revision Rev"
+find . -path '*/.svn' -prune -o -name "*.js" -print | grep -v jquery | xargs
-r svn propset svn:keywords "Author Date Id Revision Rev"
find . -path '*/.svn' -prune -o -name "README*" -print0 | xargs -0 -r svn
propset svn:eol-style native
find . -path '*/.svn' -prune -o -name "README*" -print0 | xargs -0 -r svn
propset svn:mime-type text/plain
Modified:
incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js?rev=632959&r1=632958&r2=632959&view=diff
==============================================================================
---
incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js
(original)
+++
incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js
Sun Mar 2 23:03:52 2008
@@ -6,8 +6,8 @@
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
- * $Date$
- * $Rev$
+ * $Date: 2007/09/28 $
+ * $Rev: 3353 $
*/
// Map over jQuery in case of overwrite
Propchange:
incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js
('svn:keywords' removed)
Modified: incubator/shindig/trunk/php/js/jquery.js
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/js/jquery.js?rev=632959&r1=632958&r2=632959&view=diff
==============================================================================
--- incubator/shindig/trunk/php/js/jquery.js (original)
+++ incubator/shindig/trunk/php/js/jquery.js Sun Mar 2 23:03:52 2008
@@ -10,8 +10,8 @@
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
- * $Date$
- * $Rev$
+ * $Date: 2007-09-16 23:42:06 -0400 (Sun, 16 Sep 2007) $
+ * $Rev: 3353 $
*/
// Map over jQuery in case of overwrite
Propchange: incubator/shindig/trunk/php/js/jquery.js
('svn:keywords' removed)