Update of /cvsroot/geshi/geshi-src/geshi/languages/java
In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23971/geshi/languag
es/java
Modified Files:
java.php
Log Message:
Due to functionality change, the language file has to
include any extra required classes. Made the Java language
file include the geshisinglecharcontext class.
Index: java.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/languages/java/java.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** java.php 14 May 2006 01:30:18 -0000 1.8
--- java.php 14 May 2006 09:28:59 -0000 1.9
***************
*** 35,38 ****
--- 35,41 ----
*/
+ /** Get the GeSHiSingleCharContext class */
+ require_once GESHI_CLASSES_ROOT .
'class.geshisinglecharcontext.php';
+
function geshi_java_java (&$context)
{
-------------------------------------------------------
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
|