[jsword-svn] jsword/etc/build s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun May 8 18:29:11 MST 2005


Update of /cvs/jsword/jsword/etc/build
In directory www.crosswire.org:/tmp/cvs-serv6194/etc/build

Modified Files:
	rebuild.sh 
Log Message:
Moved unused code to limbo.
Upgraded support-tools: checkstyle, pmd and findbugs to most recent.
Addressed over 100 issues reported by findbugs and checkstyle.
Resulted in major refactoring of GBFFilter.
Net result is that code size is significantly smaller.

Index: rebuild.sh
===================================================================
RCS file: /cvs/jsword/jsword/etc/build/rebuild.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** rebuild.sh	14 Mar 2005 02:04:57 -0000	1.17
--- rebuild.sh	9 May 2005 01:29:07 -0000	1.18
***************
*** 38,41 ****
--- 38,44 ----
    cd $JSWORD_HOME/../$PROJECT
    cvs -q up -d -P
+   # Ensure that directory permissions and ownership are as expected
+   find . -type d -name CVS -prune -o -type d ! -perm -2775 -print | xargs chmod 2775
+   find . -type d -name CVS -prune -o -type d ! -group jsword | xargs chgrp jsword
  done
  chmod 755 $JSWORD_HOME/etc/build/*.sh



More information about the jsword-svn mailing list