Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1222 → Rev 1223

/hostadmiral/branches/hibernate3/bin/dos2unix.sh
0,0 → 1,6
#!/bin/sh
 
find . -not -path '*/.svn/*' \( -name '*.java' -or -name '*.jsp' -or -name '*.tld' \
-or -name '*.xml' -or -name '*.sample' -or -name '*.properties' \) \
-exec sh -c 'tr -d "\r" < {} > tmp; mv tmp {}' \;
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/hostadmiral/branches/hibernate3/bin/check_unicode.sh
0,0 → 1,2
# search for the tree unicode chars from M$
grep -r $'\xEF\xBB\xBF' *
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/hostadmiral/branches/hibernate3/bin/find_fixme.sh
0,0 → 1,4
#!/bin/sh
 
find . -not -path '*/.svn/*' -type f -exec grep -HE '[F]IXME' {} \;
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property