Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 890f27c1 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- ready for 3.3

parent a81a3ab5
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
<target name="init">
<tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="TODAY"/></tstamp>
<property name="doing" value="running"/>
<property name="version" value="3.2"/>
<property name="version" value="3.3"/>
<property name="date" value="${TODAY}"/>
<property name="login" value="${user.name}"/>
<property name="email" value="Jerome.Euzenat@inrialpes.fr"/>
......
......@@ -17,20 +17,21 @@
<h2>Under development</h2>
<p><ul compact="1">
<li>Output HTML in XHTML+RDFa (impl)</li>
<li>Implement ontology support database store (server)</li>
<li>Online evaluation (server)</li>
<li>Upgrade to OWL 1.1 (impl)</li>
<li>Implementing database store for OMWG Language (server)</li>
<li>Implement ontology support database store (server)</li>
<li>Implement database store for OMWG Language (server)</li>
<li>Implement debug options with log4j</li>
<li>Use more for-each Java 1.5 construct</li>
<li>Rendering alignments as module descriptions (impl)</li>
<li>Replacing <tt>Parameters</tt> with Java <tt>Property</tt> (api/impl)[Version 4]</li>
<li>Render alignments as module descriptions (impl)</li>
<li>Replace <tt>Parameters</tt> with Java <tt>Property</tt> (api/impl)[Version 4]</li>
</ul></p>
<h2>Current SVN trunk version</h2>
<!--h2>Version 3.3 (691): xx/yy/2008 - O sole mio</h2-->
<!--h2>Version 3.4 (xxx): xx/xx/2008 - </h2-->
<h2>Version 3.3 (710): 24/04/2008 - O sole mio</h2>
<p><ul compact="1">
<li>Suppressed language dependent (OWLAPI) alignments (impl)</li>
......@@ -38,7 +39,12 @@
<tt>OWLAPIAlignment</tt> to be replaced by <tt>ObjectAlignment</tt></li>
<li>Reimplemented the whole API in function of the onto package (impl)</li>
<li>Added an abstract ontology package allowing to change API (onto)</li>
<li>Added Jena 2.5 ontology plug-in (onto)</li>
<li>Changed HTML renderer to XHTML+RDFa (impl)</li>
<li>Made <tt>Alignment</tt> iterable&lt;Cell&gt; (api/impl)</li>
<li>Improved NeOn plug-in and upgraded to version 1.1 (plugin)</li>
<li>Corrected a bug in Web service when the content was XML (server)</li>
<li>Corrected a bug when loading an alignment with id (server)</li>
<li>Corrected a bug in AlignmentParser that overlooked formalism URI (parser)</li>
<li>Passed to Java 1.5 generics [incl. API modif] (dev/api)</li>
<li>Added first unit tests (TestNG) (dev)</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment