Update of /cvsroot/geshi/geshi-src/geshi/languages/java
In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27571/geshi/languag
es/java
Modified Files:
java.php
Log Message:
files changed
-languages/java.php
-Updated the java language file, now all java packages have
been added
Index: java.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/languages/java/java.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** java.php 14 May 2006 09:28:59 -0000 1.9
--- java.php 14 May 2006 09:40:30 -0000 1.10
***************
*** 71,197 ****
), 'dtype', true);
! // Package java.util
! $context->addKeywordGroup(array(
! 'AbstractCollection', 'AbstractList',
'AbstractMap',
! 'AbstractQueue', 'AbstractSequentialList',
'AbstractSet',
! 'ArrayList', 'Arrays', 'BitSet',
! 'Calendar', 'Collection', 'Collections',
! 'Comparator',
'ConcurrentModificationException', 'Currency',
! 'Date', 'Dictionary',
'DuplicateFormatFlagsException',
[...2734 lines suppressed...]
! 'XMLFilter', 'XMLReader'),
!
! 'java/java/org/xml/sax',
! true,
! '
http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/{FNA
ME}.html'
! );
!
!
! //org.xml.sax.ext
! $context->addKeywordGroup(array(
! 'Attributes2', 'Attributes2Impl', 'DeclHandler',
! 'DefaultHandler2', 'EntityResolver2',
'LexicalHandler',
! 'Locator2', 'Locator2Impl'),
!
! 'java/java/org/xml/sax/ext',
! true,
! 'http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/ext/
.html'
! );
// Constants
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
geshi-cvs mailing list
geshi-cvs lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geshi-cvs
|