From 2e4be03173ef1471b57d996da74a353ba5b61295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 4 Jun 2006 22:21:27 +0000 Subject: [PATCH] - versions 2.2 --- build.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 1e676a7b..341c8dd9 100644 --- a/build.xml +++ b/build.xml @@ -89,8 +89,7 @@ <fileset dir="classes" includes="LICENSE.TXT"/> </jar> <delete file="lib/alignsvc.jar"/> - <!-- A manifest for the standalone service class should be created --> - <jar jarfile="lib/alignsvc.jar" manifest="distrib/MANIFEST-wn.MF"> + <jar jarfile="lib/alignsvc.jar" manifest="distrib/MANIFEST-svc.MF"> <fileset dir="classes" includes="fr/inrialpes/exmo/align/service/**/*.class"/> <fileset dir="classes" includes="fr/inrialpes/exmo/queryprocessor/**/*.class"/> <fileset dir="classes" includes="LICENSE.TXT"/> @@ -237,8 +236,6 @@ </java> </target> - - <target name="clean"> <echo message="Cleaning..."/> </target> -- GitLab