Mentions légales du service

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

- inlined with ../../build.xml

parent 7c015b74
Branches
Tags
No related merge requests found
...@@ -22,11 +22,10 @@ ...@@ -22,11 +22,10 @@
<!-- tested --> <!-- tested -->
<target name="init"> <target name="init">
<property file="../../build.properties" /> <property file="../../build.properties" />
<property name="version" value="4.0-"/> <property name="piversion" value="9"/>
<property name="piversion" value="8"/> <property name="ntkvers" value="2.3"/>
<property name="ntkvers" value="2.3.0"/>
<filter token="VERS" value="${version}/${ntkvers}-${piversion}"/> <filter token="VERS" value="${ntkvers}.${piversion}/${version}"/>
<path id="classpath"> <path id="classpath">
<fileset dir="./lib"> <fileset dir="./lib">
...@@ -53,7 +52,7 @@ ...@@ -53,7 +52,7 @@
<!-- tested --> <!-- tested -->
<target name="lint" depends="init"> <target name="lint" depends="init">
<!-- values: all, deprecation, unchecked[3], fallthrough, path[5], serial, finally --> <!-- values: all, deprecation, unchecked[3], fallthrough, path[5], serial, cast, finally -->
<echo message="Setting property..."/> <echo message="Setting property..."/>
<property name="javacargs" value="-Xlint:all" /> <property name="javacargs" value="-Xlint:all" />
<antcall target="compileall"/> <antcall target="compileall"/>
...@@ -93,9 +92,34 @@ ...@@ -93,9 +92,34 @@
<!--fileset dir="../../lib/jwnl" includes="jwnl.jar"/--> <!--fileset dir="../../lib/jwnl" includes="jwnl.jar"/-->
</copy> </copy>
<delete file="neonalign.jar"/> <delete file="neonalign.jar"/>
<jar jarfile="fr.inrialpes.exmo.align.plugin.neontk_${ntkvers}-${piversion}.jar" <jar jarfile="fr.inrialpes.exmo.align.plugin.neontk_${ntkvers}.${piversion}.jar"
manifest="distrib/MANIFEST.MF"> manifest="distrib/MANIFEST.MF">
<!-- Ant-based manifest does not seems to work with the NeOn toolkit --> <!-- Ant-based manifest does not seems to work with the NeOn toolkit -->
<!--manifest>
<attribute name="Manifest-Version" value="1.0"/>
<attribute name="Bundle-ManifestVersion" value="2"/>
<attribute name="Bundle-Name" value="Alignment Plug-in"/>
<attribute name="Bundle-SymbolicName" value="fr.inrialpes.exmo.align.plugin.neontk;singleton:=true"/>
<attribute name="Bundle-Version" value="${ntkvers}.${piversion}"/>
<attribute name="Bundle-Localization" value="plugin"/>
<attribute name="Bundle-Activator" value="fr.inrialpes.exmo.align.plugin.neontk.AlignmentPlugin"/>
<attribute name="Require-Bundle" value='org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.ui.forms,
org.semanticweb.owl,
org.neontoolkit.core,
org.neontoolkit.io,
com.ontoprise.ontostudio.owl.gui;bundle-version="2.3.0";visibility:=reexport,
com.ontoprise.ontostudio.owl.model;bundle-version="2.3.0"'/>
<attribute name="Eclipse-AutoStart" value="true"/>
<attribute name="Bundle-ClassPath" value=".,
lib/procalign.jar,
lib/align.jar,
lib/ontowrap.jar,
lib/ontosim.jar"/>
</manifest-->
<fileset dir="neonalign" includes="**/*.*"/> <fileset dir="neonalign" includes="**/*.*"/>
</jar> </jar>
<antcall target="cleanup"/> <antcall target="cleanup"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment