Mentions légales du service

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

- prepared separate onto releases

parent 06c38e5c
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,10 @@ ...@@ -74,6 +74,10 @@
<antcall target="cleanjar"/> <antcall target="cleanjar"/>
<antcall target="jar"/> <antcall target="jar"/>
<ant dir="plugins/neon" target="compileall" /> <ant dir="plugins/neon" target="compileall" />
<ant dir="plugins/webcontent" target="compileall" />
<!-- anticipate separate onto release -->
<!--ant dir="onto/jena25" target="compileall" />
<ant dir="onto/owlapi10" target="compileall" /-->
</target> </target>
<!-- tested --> <!-- tested -->
...@@ -141,6 +145,18 @@ ...@@ -141,6 +145,18 @@
<fileset dir="classes" includes="fr/inrialpes/exmo/queryprocessor/**/*.class"/> <fileset dir="classes" includes="fr/inrialpes/exmo/queryprocessor/**/*.class"/>
<fileset dir="classes" includes="LICENSE.TXT"/> <fileset dir="classes" includes="LICENSE.TXT"/>
</jar> </jar>
<!-- anticipate separate onto release -->
<!--delete file="lib/alonto.jar"/>
<jar jarfile="lib/alonto.jar">
<manifest>
<attribute name="Built-Date" value="${TODAY}"/>
<attribute name="Main-Class" value="fr.inrialpes.exmo.align.service.AlignmentService"/>
<attribute name="Implementation-Title" value="Ontology wrapping API"/>
<attribute name="Implementation-Version" value="${version}"/>
</manifest>
<fileset dir="classes" includes="fr/inrialpes/exmo/align/onto/**/*.class"/>
<fileset dir="classes" includes="LICENSE.TXT"/>
</jar-->
</target> </target>
<!-- tested --> <!-- tested -->
......
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