Update of /cvsroot/jaxme/JaxMe2/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv25713/docs
Modified Files:
ChangeLog.html
Log Message:
Added xs:nonPositiveInteger and xs:negativeInteger. (Marty Kube)
Fixed bug in the detection whether a schema needs to be
recompiled. (Jochen Wiedmann)
Index: ChangeLog.html
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/docs/ChangeLog.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog.html 19 Feb 2003 20:52:47 -0000 1.5
+++ ChangeLog.html 20 Feb 2003 21:02:01 -0000 1.6
@@ -1,87 +1,99 @@
-<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
- <title>Changes</title>
-
- <style type="text/css">@import url("style.css")</style>
-</head>
- <body bgcolor="#ffffff">
-
-<h1>Changes in JaxMe 2</h1>
-
-<p>This document describes the changes in JaxMe 2. </p>
-
-<ul>
- <li><a href="#prealpha">Changes before the first Alpha release</a></li>
-
-</ul>
- <a name="prealpha"> </a>
-<h2><a name="prealpha">Changes before the first Alpha release</a></h2>
-
-<p><a name="prealpha">The following changes have been made before the first
- Alpha release of JaxMe 2.</a></p>
-
-<table border="1">
- <colgroup align="left" valign="top"></colgroup> <thead> <tr>
- <th>Date</th>
- <th>Author</th>
- <th>Changed</th>
- </tr>
- </thead> <tbody>
- <tr>
- <td valign="top">2002-Feb-08</td>
- <td valign="top">Jochen Wiedmann<br>
- Marty Kube (martykube at yahoo.com)</td>
- <td>
- <ul>
- <li>Added support for jaxb:class and jaxb:property</li>
- <li>build.xml: The example classes have not been added to
- jaxme-examples.jar</li>
- <li>jaxmejs.jar: Update to fix a bug caused by an imported
-interface with the same name</li>
- <li>ObjectFactories are now being created.</li>
-
- </ul>
- </td>
- </tr>
- <tr>
- <td>31-Jan-2002</td>
- <td>Jochen Wiedmann</td>
- <td>
- <ul>
- <li>Implemented jaxb:typesafeEnumClass and jaxb:typesafeEnumMember.</li>
-
- </ul>
- </td>
- </tr>
- <tr>
- <td>30-Dec-2002</td>
- <td>Jochen Wiedmann</td>
- <td>
- <ul>
- <li>Changed the runtime type of xs:date from java.util.Date
-(as specified in the early, non-public JAXB specifications) to
- java.util.Calendar (as specified by PFD 0.90, 5.2.2).</li>
- <li>Changed the JAXB schema namespace to
<code>http://java.sun.com/xml/ns/jaxb</code>
- (as specified by PFD 0.90, 6.1).</li>
- <li>The <code>jaxb:version</code> attribute is now checked
-to match the value <code>1.0</code> (PFD 0.90, 6.1.4).</li>
-
- </ul>
- </td>
- </tr>
-
- </tbody>
-</table>
- <a href="ToDo.html"><br>
- </a><a href="Building.html">NEXT</a> <a
- href="ToDo.html">PREVIOUS </a> <a href="index.html">TABLE
- OF CONTENTS </a><br>
- <br>
- <br>
-
-</body>
-</html>
+<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+
+ <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1">
+ <title>Changes </title>
+ <style type="text/css">@import url("style.css")</style>
+</head>
+ <body bgcolor="#ffffff">
+
+<h1>Changes in JaxMe 2</h1>
+
+<p>This document describes the changes in JaxMe 2. </p>
+
+<ul>
+ <li><a href="#prealpha">Changes before the first Alpha release</a></li>
+</ul>
+ <a name="prealpha"> </a>
+<h2><a name="prealpha">Changes before the first Alpha release</a></h2>
+
+<p><a name="prealpha">The following changes have been made before the first
+ Alpha release of JaxMe 2.</a></p>
+
+<table border="1">
+ <colgroup align="left" valign="top"></colgroup> <thead> <tr>
+ <th>Date</th>
+ <th>Author</th>
+ <th>Changed</th>
+ </tr>
+ </thead> <tbody>
+ <tr>
+ <td valign="top">2002-Feb-20</td>
+ <td valign="top">
+ Marty Kube (martykube at yahoo.com)<br>
+ Jochen Wiedmann<br>
+ Thalia Rubio (tr7 at users.sourceforge.net)
+ </td>
+ <td>
+ <ul>
+ <li>Added xs:negativeInteger and xs:nonPositiveInteger</li>
+ <li>Fixed bug in the detection whether a schema has to
+ be recompiled or not.</li>
+ <li>Documentation ports from JaxMe 1</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">2002-Feb-08</td>
+ <td valign="top">Jochen Wiedmann<br>
+ Marty Kube (martykube at yahoo.com)</td>
+ <td>
+ <ul>
+ <li>Added support for jaxb:class and jaxb:property</li>
+ <li>build.xml: The example classes have not been added to
+ jaxme-examples.jar</li>
+ <li>jaxmejs.jar: Update to fix a bug caused by an imported
+interface with the same name</li>
+ <li>ObjectFactories are now being created.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>31-Jan-2002</td>
+ <td>Jochen Wiedmann</td>
+ <td>
+ <ul>
+ <li>Implemented jaxb:typesafeEnumClass and jaxb:typesafeEnumMember.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>30-Dec-2002</td>
+ <td>Jochen Wiedmann</td>
+ <td>
+ <ul>
+ <li>Changed the runtime type of xs:date from java.util.Date
+(as specified in the early, non-public JAXB specifications) to
+ java.util.Calendar (as specified by PFD 0.90, 5.2.2).</li>
+ <li>Changed the JAXB schema namespace to
+<code>http://java.sun.com/xml/ns/jaxb</code>
+ (as specified by PFD 0.90, 6.1).</li>
+ <li>The <code>jaxb:version</code> attribute is now checked
+to match the value <code>1.0</code> (PFD 0.90, 6.1.4).</li>
+
+ </ul>
+ </td>
+ </tr>
+ </tbody>
+</table>
+ <a href="ToDo.html"><br>
+ </a><a href="Building.html">NEXT</a> <a
+ href="ToDo.html">PREVIOUS </a> <a href="index.html">TABLE
+ OF CONTENTS </a><br>
+ <br>
+ <br>
+
+</body>
+</html>
+
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Jaxme-jaxb-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxme-jaxb-dev