From 1bc7a0dbf0ae97b0e19242e5b922c7b7707a3d36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sat, 22 Nov 2008 11:21:18 +0000
Subject: [PATCH] - prepared separate onto releases

---
 build.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/build.xml b/build.xml
index b616dbd3..fad98a1f 100644
--- a/build.xml
+++ b/build.xml
@@ -74,6 +74,10 @@
     <antcall target="cleanjar"/>
     <antcall target="jar"/>
     <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>
 
   <!-- tested -->
@@ -141,6 +145,18 @@
       <fileset dir="classes" includes="fr/inrialpes/exmo/queryprocessor/**/*.class"/>
       <fileset dir="classes" includes="LICENSE.TXT"/>
     </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>
 
   <!-- tested -->
-- 
GitLab