From 95064cc4d0b8ef62b584b2a80856a11ccff9a97c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sat, 14 May 2011 23:12:57 +0000
Subject: [PATCH] - simplified comments

---
 plugins/android/build.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plugins/android/build.xml b/plugins/android/build.xml
index dfcf88c3..e6cc8991 100644
--- a/plugins/android/build.xml
+++ b/plugins/android/build.xml
@@ -1,14 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <!-- $Id$ -->
 
-<!-- See JEoid : TOTEST now -->
-
 <project name="alignoid" default="compile" basedir=".">
 
   <!-- this is useful but introduces, Xlint:path warnings -->
   <filelist id="mujar" dir="../../lib">
     <!-- JEoid: maybe check better those which are necessary -->
-    <!-- would better be a named fileset first -->
     <file name="align.jar"/>
     <file name="jena/icu4j.jar"/>
     <file name="jena/iri.jar"/>
@@ -101,7 +98,6 @@
     <property name="javacargs" value="-deprecation" />
     <mkdir dir="classes"/>
     <javac deprecation="yes" nowarn="no" verbose="no" srcdir="../../src/" destdir="classes" encoding="iso8859-15">
-      <!-- JEoid: would be better to be positive rather than negative... -->
       <compilerarg value="${javacargs}"/>
       <classpath refid="classpath" />
       <!-- That would be too simple -->
-- 
GitLab