[jdom-commits] CVS update: jdom/package

cvs at jools.org cvs at jools.org
Wed Feb 6 05:40:05 PST 2002


Date:	Wednesday February 6, 2002 @ 8:40
Author:	cvs

Update of /home/cvspublic/jdom/package
In directory jools.org:/tmp/cvs-serv29965

Modified Files:
	JDOMAbout.java 
Log Message:
Changed the MANIFEST.MF to no longer list Xerces in the Class-Path entry,
nor to have JDOMAbout as its Main-Class.  This helps applet deployment
because the browser will no longer automatically try to pull xerces.jar
from the server.  The downside is that now if you run 

java -jar jdom.jar

you won't get any output.  But if you run "java JDOMAbout" you will, so
that's cool.  No one probably typed "java -jar jdom.jar" anyway and this
was always more of a cool demo than anything else.  We'd talked about
having the file just read a plain text file so we didn't need Xerces in
the path, but I think it's better to give up the "java -jar" functionality 
than to give up the XML parsing functionality.

Also added Brad Huffman to the authors list, since he's been carrying a
lot of the load recently.

-jh-

===================================================================
File: JDOMAbout.java   	Status: Up-to-date

   Working revision:	1.2	Wed Feb  6 13:40:05 2002
   Repository revision:	1.2	/home/cvspublic/jdom/package/JDOMAbout.java,v

   Existing Tags:
	jdom_prefilter           	(revision: 1.1)
	jdom_1_0_b7              	(revision: 1.1)




More information about the jdom-commits mailing list