[jdom-commits] CVS update: jdom/package/META-INF
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/META-INF
In directory jools.org:/tmp/cvs-serv29965/META-INF
Modified Files:
MANIFEST.MF info.xml
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: MANIFEST.MF Status: Up-to-date
Working revision: 1.5 Wed Feb 6 13:40:05 2002
Repository revision: 1.5 /home/cvspublic/jdom/package/META-INF/MANIFEST.MF,v
Existing Tags:
jdom_prefilter (revision: 1.3)
jdom_1_0_b7 (revision: 1.3)
===================================================================
File: info.xml Status: Up-to-date
Working revision: 1.4 Wed Feb 6 13:40:05 2002
Repository revision: 1.4 /home/cvspublic/jdom/package/META-INF/info.xml,v
Existing Tags:
jdom_prefilter (revision: 1.2)
jdom_1_0_b7 (revision: 1.2)
More information about the jdom-commits
mailing list