From f265c0e1c1566a2a3afeb0fa2641cf3a81598da3 Mon Sep 17 00:00:00 2001 From: Maximilian Berger Date: Wed, 13 Feb 2008 12:03:30 +0000 Subject: Ensured all SVN properties are set equally git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@627367 13f79535-47bb-0310-9956-ffa450edef68 --- fixsvnprops.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fixsvnprops.sh') diff --git a/fixsvnprops.sh b/fixsvnprops.sh index 6e8181df7..c5688a238 100755 --- a/fixsvnprops.sh +++ b/fixsvnprops.sh @@ -1,4 +1,7 @@ #!/bin/sh -find . -name \*.java -or -name \*.xml -exec svn ps svn:keywords "Revision Id" '{}' \; -find . -name \*.java -or -name \*.xml -exec svn ps svn:eol-style native '{}' \; +find . -name \*.java -exec svn ps svn:keywords "Id" '{}' \; +find . -name \*.xml -exec svn ps svn:keywords "Revision Id" '{}' \; +find . -name \*.java -exec svn ps svn:eol-style native '{}' \; +find . -name \*.xml -exec svn ps svn:eol-style native '{}' \; + -- cgit v1.2.3