/* ****************************************************************************
 * Copyright (c) 2002 Java Eclipse Extension Project.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Common Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.opensource.org/licenses/cpl.php
 * ============================================================================
 * $Header: /cvsroot/jeextension/jp.sourceforge.jeextension.jspc/ReleaseNotes.txt,v 1.4 2004/05/08 08:25:26 kohnosuke Exp $
 * $Revision: 1.4 $
 * $Date: 2004/05/08 08:25:26 $
 * ============================================================================
 * ***************************************************************************/

version 1.0.4
    1. Show more compilation error detail at error dialog.
    2. Fix apache jasper bag. '.java' file dosen't close stream when
       compilation error has occured.
    3. Fix apache jasper bag. include page's pageencoding is ISO-8859_1
       when '.jsp' files has include directive.
    4. Fix apache jasper bag. Occured NPE cause by ErrorDispatcher dosen't
       iniciated when call only 'Compiler#generateClass()' and
       'Compiler#generateJava()' and when '.jsp' files has include directive.

version 1.0.3
    1. bugfix:Jsp hidden WEB-INF cannot compile certainly.

version 1.0.2
    1. JspC use 'workspace text file encoding' at JSP to Java.
    2. Ready Preference Page.
       setting parameter:
          - Output Dir.
          - Jsp Pakage Name.
          - Shift_JIS code-page.

version 1.0.1
    1. Jsp Tag Library Support.
    2. bug fix.

version 1.0.0
    Initial Release