Update of /cvsroot/it-codfisc-j2me/CVSROOT
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15198
Modified Files:
cvswrappers
Log Message:
Updated
Index: cvswrappers
===================================================================
RCS file: /cvsroot/it-codfisc-j2me/CVSROOT/cvswrappers,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cvswrappers 13 Dec 2006 15:10:34 -0000 1.1
--- cvswrappers 16 Feb 2007 09:57:33 -0000 1.2
***************
*** 7,19 ****
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
#
! # wildcard [option value][option value]...
#
# where option is one of
! # -f from cvs filter value: path to filter
! # -t to cvs filter value: path to filter
! # -m update methodology value: MERGE or COPY
! # -k expansion mode value: b, o, kkv, &c
#
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'
--- 7,31 ----
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
#
! # wildcard [option value][option value]...
#
# where option is one of
! # -f from cvs filter value: path to filter
! # -t to cvs filter value: path to filter
! # -m update methodology value: MERGE or COPY
! # -k expansion mode value: b, o, kkv, &c
#
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'
+ *.gif -k 'b'
+ *.jpg -k 'b'
+ *.png -k 'b'
+ *.ico -k 'b'
+
+ *.pdf -k 'b'
+
+ *.class -k 'b'
+ *.jar -k 'b'
+
+ *.zip -k 'b'
+ *.tar.gz -k 'b'
|