User: user57
Date: 01/04/17 13:10:10
Modified: . cvswrappers
Log:
o Added some more binary file extentions:
Archives - .rar, .ear, .war, .tar, .tgz, .gz
Documents - .pdf
Revision Changes Path
1.3 +9 -0 CVSROOT/cvswrappers
Index: cvswrappers
===================================================================
RCS file: /cvsroot/jboss/CVSROOT/cvswrappers,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvswrappers 1999/10/13 20:57:13 1.2
+++ cvswrappers 2001/04/17 20:10:10 1.3
@@ -21,9 +21,18 @@
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'
+
*.gif -k 'b' -m 'COPY'
*.jpg -k 'b' -m 'COPY'
*.jpeg -k 'b' -m 'COPY'
*.class -k 'b' -m 'COPY'
*.jar -k 'b' -m 'COPY'
*.zip -k 'b' -m 'COPY'
+*.rar -k 'b' -m 'COPY'
+*.ear -k 'b' -m 'COPY'
+*.war -k 'b' -m 'COPY'
+*.tar -k 'b' -m 'COPY'
+*.tgz -k 'b' -m 'COPY'
+*.gz -k 'b' -m 'COPY'
+*.pdf -k 'b' -m 'COPY'
+
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development