From ccb2c58ccdabce246f883a76b02d4346a860f21f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 23 Jan 2004 11:48:35 +0000
Subject: [PATCH] Some tuning before going wild

---
 html/align.html                                             | 6 +++++-
 .../exmo/align/impl/method/EditDistNameAlignment.java       | 2 --
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/html/align.html b/html/align.html
index 8e57a161..4d8a46f0 100644
--- a/html/align.html
+++ b/html/align.html
@@ -40,8 +40,12 @@ Note that you will have to fetch separately the <a href="owlapi.html">OWL-API</a
 <p>Once provided with a password you will be able to check out from and
   commit in our repository through:
 <pre>
-$
+$ export CVS_RSH=`which ssh`
+$ cvs -d :ext:&lt;loginname&gt;@cvs-sop.inria.fr:/CVS/exmosoft checkout ontoalign
 </pre>
+(If you are not familliar with SSH, it is useful to spend half an
+hour to know how to avoid to be asked your password anytime).</br>
+If you are not familiar with CVS, its is time to document yourself.
 </p>
 
 
diff --git a/src/fr/inrialpes/exmo/align/impl/method/EditDistNameAlignment.java b/src/fr/inrialpes/exmo/align/impl/method/EditDistNameAlignment.java
index 6414e87c..6c014b6b 100644
--- a/src/fr/inrialpes/exmo/align/impl/method/EditDistNameAlignment.java
+++ b/src/fr/inrialpes/exmo/align/impl/method/EditDistNameAlignment.java
@@ -33,8 +33,6 @@ import org.semanticweb.owl.align.AlignmentProcess;
 import org.semanticweb.owl.align.Cell;
 import org.semanticweb.owl.align.AlignmentException;
 
-import com.lmco.atl.ontrapro.util.StringEditDistance;
-
 /**
  * This class aligns ontology with regard to the editing distance between 
  * class names.
-- 
GitLab