home *** CD-ROM | disk | FTP | other *** search
/ Freelog 68 / Freelog068.iso / BAS / Musique / MrRandom / mr_random_1.0.1-install.exe / jdom.jar / META-INF / info.xml next >
Extensible Markup Language  |  2004-09-09  |  3KB  |  91 lines

  1. <?xml version="1.0"?>
  2. <info>
  3.     <title>JDOM</title>
  4.     <version>1.0, built September 9 2004</version>
  5.     <description>
  6.         JDOM is a Java-oriented object model which models XML documents.
  7.         It provides a Java-centric means of generating and manipulating
  8.         XML documents. While JDOM interoperates well with existing
  9.         standards such as the Simple API for XML (SAX) and the Document
  10.         Object Model (DOM), it is not an abstraction layer or
  11.         enhancement to those APIs. Rather, it seeks to provide a robust,
  12.         light-weight means of reading and writing XML data without the
  13.         complex and memory-consumptive options that current API
  14.         offerings provide.
  15.     </description>
  16.     <copyright>2000-2004, Jason Hunter</copyright>
  17.     <license>BSD/Apache style, see LICENSE.txt</license>
  18.     <support>See the jdom-interest mailing list at jdom.org</support>
  19.     <web-site>http://www.jdom.org/</web-site>
  20.     <!--
  21.     The following list of authors was initially extracted from @author
  22.     comments in the code. Apologies if anyone has been left out.
  23.     -->
  24.     <author>
  25.         <name>Jason Hunter (primary)</name>
  26.     </author>
  27.     <author>
  28.         <name>Brett McLaughlin (primary)</name>
  29.     </author>
  30.     <author>
  31.         <name>Steven Gould</name>
  32.     </author>
  33.     <author>
  34.         <name>Alex Chaffee</name>
  35.     </author>
  36.     <author>
  37.         <name>Jon Baer</name>
  38.     </author>
  39.     <author>
  40.         <name>Elliotte Rusty Harold</name>
  41.     </author>
  42.     <author>
  43.         <name>Dan Schaffer</name>
  44.     </author>
  45.     <author>
  46.         <name>Fred Trimble</name>
  47.     </author>
  48.     <author>
  49.         <name>Jason Reid</name>
  50.     </author>
  51.     <author>
  52.         <name>Kevin Regan</name>
  53.     </author>
  54.     <author>
  55.         <name>Lucas Gonze</name>
  56.     </author>
  57.     <author>
  58.         <name>Matthew Merlo</name>
  59.     </author>
  60.     <author>
  61.         <name>Philip Nelson</name>
  62.     </author>
  63.     <author>
  64.         <name>Wesley Biggs</name>
  65.     </author>
  66.     <author>
  67.         <name>Wolfgang Werner</name>
  68.     </author>
  69.     <author>
  70.         <name>Yusuf Goolamabbas</name>
  71.     </author>
  72.     <author>
  73.         <name>Brad Huffman</name>
  74.     </author>
  75. </info>
  76.  
  77. <!-- 
  78.  
  79. The following would go in MANIFEST.MF, if only the file supported comments.
  80.  
  81. For more information on package versioning, see http://java.sun.com/
  82.   products/jdk/1.2/docs/guide/versioning/spec/VersioningSpecification.html
  83. Also http://java.sun.com/products/jdk/1.2/docs/guide/jar/manifest.html
  84. and http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html
  85.  
  86. FYI- Spec version 0.6 means beta6, 0.7 means beta7, and so on.  Perhaps
  87. surprisingly, 0.10 means beta10.  It's ugly, but is in line with the 
  88. Dewey Decimal system used by package versioning.
  89.  
  90. -->
  91.