Mentions légales du service

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

- updated library list and descriptions

- got rid of xsd library
parent 085ea60d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
<target name="versionnumber" depends="bind" description="Establishes the version number">
<tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="date"/></tstamp>
<property name="version.major" value="4"/>
<property name="version.minor" value="5"/>
<property name="version.minor" value="6"/>
<property name="copyyear" value="2003-2014"/>
<!-- first attempt -->
<exec executable="svnversion" outputproperty="svn.rev" failifexecutionfails="false"/>
......@@ -97,6 +97,7 @@
<delete>
<fileset dir="." includes="classes/**/*.class"/>
</delete>
<delete dir="tattletale" />
<antcall target="cleanjar"/>
<antcall target="jar"/>
<ant dir="plugins/neon" target="compileall" />
......@@ -142,11 +143,12 @@
<include name="java/lang/*.java"/>
</fileset>
</pmd-->
<!-- tattletale: very long -->
<echo message="Wait... this is quite long" />
<taskdef name="tattletale-report"
classname="org.jboss.tattletale.ant.ReportTask"
classpath="${tooldir}/tattletale/tattletale-ant.jar:${tooldir}/tattletale/tattletale.jar:${tooldir}/tattletale/javassist.jar"/>
<tattletale-report source="lib" destination="tattletale"/>
<!-- For tattletale, look at dependencies in "tattletale/graphviz/dependencies.dot" -->
<!-- Emma (coverage) seems really difficult -->
<!--taskdef resource="emma_ant.properties" classpathref="emma.lib" /-->
</target>
......@@ -517,8 +519,6 @@
<onepom file="@{file}" />
</for-->
<onepom file="cli/commons-cli" />
<onepom file="google-translate/google-api-translate-java" />
<onepom file="google-translate/json" />
<onepom file="hermit/hermit" />
<onepom file="iddl/iddl" />
<onepom file="jade/jade-http" />
......@@ -550,8 +550,6 @@
<onepom file="xerces/resolver" />
<onepom file="xerces/xercesImpl" />
<onepom file="xerces/xml-apis" />
<onepom file="xsdlib/relaxngDatatype" />
<onepom file="xsdlib/xsdlib" />
<onepom file="align" />
<onepom file="ontowrap" />
<onepom file="procalign" />
......
html/img/depend.png

54.3 KiB | W: | H:

html/img/depend.png

54.3 KiB | W: | H:

html/img/depend.png
html/img/depend.png
html/img/depend.png
html/img/depend.png
  • 2-up
  • Swipe
  • Onion skin
html/img/dependencies.png

372 KiB | W: | H:

html/img/dependencies.png

363 KiB | W: | H:

html/img/dependencies.png
html/img/dependencies.png
html/img/dependencies.png
html/img/dependencies.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,7 +7,7 @@
</head>
<body bgcolor="#ffffff">
<h1 class="titre">Alignment API: Libraries shipped with the package (release 4.5)</h1>
<h1 class="titre">Alignment API: Libraries shipped with the package (release 4.6)</h1>
<p>The Alignment API uses a number of external libraries. These libraries
are shipped (in the lib directory) with the Alignment API. Each
......@@ -52,10 +52,10 @@ This is a simplified view: <a href="img/dependencies.png">click here
<h3>Required for using EDOAL</h3>
<dl>
<dt><a href="http://jena.sourceforge.net/">Jena</a> 2.7.0-incubating:
jena.jar icu4j.jar iri.jar arq.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a>]</dt>
<dt><a href="http://jena.sourceforge.net/">Jena</a> 2.9.0:
jena.jar iri.jar arq.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache</a>]</dt>
<dd>Provides the RDF parser.</dd>
<dt><a href="http://xerces.apache.org">Xerces</a> 2.10.0: xercesImpl.jar resolver.jar xml-apis.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
<dt><a href="http://xerces.apache.org">Xerces</a> 2.11.0: xercesImpl.jar resolver.jar xml-apis.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
<dd>Required by Jena for parsing international characters.</dd-->
</dl>
......@@ -84,7 +84,7 @@ In addition to OntoSim, JWNLAlignment requires JWNL.
<dl>
<dt><a href="http://iddl.gforge.inria.fr">DRAOn</a> (or IDDL) 1.5: iddl.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>In turns it requires HermiT.</dd>
<dt><a href="http://www.hermit-reasoner.com/">HermiT</a> 1.3.6:
<dt><a href="http://www.hermit-reasoner.com/">HermiT</a> 1.3.8:
hermit.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-3.0.html">LGPL</a>]</dt>
<dd>Provides OWL Reasoning. It requires the OWL API.</dd>
</dl>
......@@ -98,7 +98,7 @@ delete the subdirectories <tt>src/fr/inrialpes/exmo/ontowrap/xxxx</tt>
and this will compile again.
</p>
<dl>
<dt><a href="http://owlapi.sourceforge.org">OWL API</a> 3.4.2:
<dt><a href="http://owlapi.sourceforge.net">OWL API</a> 3.4.8:
owlapi-bin.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>Provides parsing and API to OWL entities. Used by
OWLAPIAlignments. api.jar is required for compiling, the others are
......@@ -118,10 +118,10 @@ and this will compile again.
<dl>
<dt><a href="http://dev.mysql.com/downloads/connector/j/">MySQL
JDBC Connectors</a> 5.1.12: mysql-connector-java-5.0.3-bin.jar
JDBC Connectors</a> 5.1.28: mysql-connector-java.jar
[<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL</a>]
or <a href="http://jdbc.postgresql.org/">Postgres JDBC
connectors</a> 8.4.701 [<a href="http://jdbc.postgresql.org/license.html">BSD</a>]</dt>
connectors</a> 9.3-1100: postgres-jdbc4.jar [<a href="http://jdbc.postgresql.org/license.html">BSD</a>]</dt>
<dd>This also requires MySQL to be installed. Required for alignsvc.</dd>
<dt><a href="http://jetty.mortbay.org/">Jetty</a> 6.1.2rc5: jetty.jar
jetty-util.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
......
File deleted
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.relaxng</groupId>
<artifactId>datatype</artifactId>
<version>20090415</version>
<name>RelaxNG datatypes</name>
<description>Datatype definitions for Relax-NG</description>
<licenses>
<license>
<name>BSD</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
</license>
</licenses>
<url>http://msv.java.net</url>
</project>
File deleted
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.msv</groupId>
<artifactId>xsdlib</artifactId>
<version>20090415</version>
<name>XML Schema datatypes</name>
<description></description>
<licenses>
<license>
<name>BSD</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
</license>
</licenses>
<url>http://msv.java.net</url>
<dependencies>
<dependency>
<groupId>org.relaxng</groupId>
<artifactId>datatype</artifactId>
<!--version>20090415</version-->
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>xerces</artifactId>
</dependency>
</dependencies>
</project>
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