diff -uprN fesi-1.1.8.orig/ant/build.xml fesi-1.1.8/ant/build.xml
--- fesi-1.1.8.orig/ant/build.xml 2003-09-29 11:08:58.000000000 +0200
+++ fesi-1.1.8/ant/build.xml 2004-11-21 23:43:20.519967656 +0100
@@ -6,20 +6,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -143,7 +130,11 @@
-
+
@@ -170,6 +161,7 @@
Test]]>
Copyright © 2003 Jean-Marc Lugrin. All Rights Reserved. Licensed under LGPL]]>
+
diff -uprN fesi-1.1.8.orig/src/FESI/Interpreter/Version.in fesi-1.1.8/src/FESI/Interpreter/Version.in
--- fesi-1.1.8.orig/src/FESI/Interpreter/Version.in 2003-08-26 17:38:56.000000000 +0200
+++ fesi-1.1.8/src/FESI/Interpreter/Version.in 1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-// EcmaScriptEvaluateVisitor.java
-// FESI Copyright (c) Jean-Marc Lugrin, 1999
-//
-// This program is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-package FESI.Interpreter;
-
-/**
- * Contains version identification
- */
-public class Version {
- public static final String Level = "@VERSION.LEVEL@";
- public static final String Date = "@VERSION.DATE@";
-}