Index: jrst2/src/java/org/codelutin/jrst/JRSTReader.java diff -u jrst2/src/java/org/codelutin/jrst/JRSTReader.java:1.36 jrst2/src/java/org/codelutin/jrst/JRSTReader.java:1.37 --- jrst2/src/java/org/codelutin/jrst/JRSTReader.java:1.36 Thu Jun 21 09:00:36 2007 +++ jrst2/src/java/org/codelutin/jrst/JRSTReader.java Thu Jun 21 09:01:13 2007 @@ -23,9 +23,9 @@ * Created: 27 oct. 06 00:15:34 * * @author poussin - * @version $Revision: 1.36 $ + * @version $Revision: 1.37 $ * - * Last update: $Date: 2007/06/21 09:00:36 $ + * Last update: $Date: 2007/06/21 09:01:13 $ * by : $Author: sletellier $ */ @@ -53,7 +53,7 @@ import org.apache.commons.lang.StringEscapeUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.codelutin.jrst.directive.CalcDirective; +//import org.codelutin.jrst.directive.CalcDirective; import org.codelutin.jrst.directive.ContentDirective; import org.codelutin.jrst.directive.DateDirective; import org.codelutin.jrst.directive.ImageDirective;