#---------------------------------------------------------------------------------
# Copyright 2005, 2006 FUJITSU LIMITED
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License (EPL).
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#     Fujitsu Ltd.
#---------------------------------------------------------------------------------
File list:

1. The common plug-in package of NAB/MWT (includes both of the source codes and the binaries)
  1.1 org.eclipse.nab.core_0.9.7(NAB common plug-in)
    org.eclipse.nab.core_0.9.7/plugin.xml          The plug-in definition file
    org.eclipse.nab.core_0.9.7/ntk.jar
    org.eclipse.nab.core_0.9.7/about.html               Licence Agreement
    org.eclipse.nab.core_0.9.7/ntksrc.zip           The source codes of org.eclipse.nab.core

  1.2 org.eclipse.nab.mwt_0.9.7(NAB/MWT common plug-in)
    org.eclipse.nab.mwt_0.9.7/plugin.xml               The plug-in definition file
    org.eclipse.nab.mwt_0.9.7/mwtab.jar
    org.eclipse.nab.mwt_0.9.7/icons/*.png              The icon png images
    org.eclipse.nab.mwt_0.9.7/icons/obj/*.png          The icon png images for MWT Object Box View
    org.eclipse.nab.mwt_0.9.7/data/locales/en_US/      The definition files for MWT Object Box View
    org.eclipse.nab.mwt_0.9.7/about.html               Licence Agreement
    org.eclipse.nab.mwt_0.9.7/mwtabsrc.zip             The source codes of org.eclipse.nab.mwt

  1.3 org.eclipse.nab.mwt.jni_3.97.1(MWT JNI DLL plug-in)
    org.eclipse.nab.mwt.jni_3.97.1/plugin.xml                The plug-in definition file
    org.eclipse.nab.mwt.jni_3.97.1/mwt.jar                   A jar file of MWT JNI
    org.eclipse.nab.mwt.jni_3.97.1/about.html                Licence Agreement
    org.eclipse.nab.mwt.jni_3.97.1/mwtsrc.zip                Souce codes of MWT JNI
    org.eclipse.nab.mwt.jni_3.97.1/os/win32/x86/mwt_java.dll DLL file of MWT JNI

  1.4 org.eclipse.nab.mwt.native_0.9.7(NAB/MWT native plug-in)
    org.eclipse.nab.mwt.native_0.9.7/plugin.xml         The plug-in definition file
    org.eclipse.nab.mwt.native_0.9.7/mwtab_native.jar   A Jar file
    org.eclipse.nab.mwt.native_0.9.7/about.html         Licence Agreement
    org.eclipse.nab.mwt.native_0.9.7/nativesrc.zip      Souce codes of org.eclipse.nab.mwt.native

2.The documents
  3.1 org.eclipse.nab.mwt.doc_0.9.7 (document plug-in for NAB/MWT)
    org.eclipse.nab.mwt.doc_0.9.7/plugin.xml                   The plug-in definition file
    org.eclipse.nab.mwt.doc_0.9.7/*                            html documents


3.Required WideStudio/MWT files (Files which installed by WideStudio/MWT)
  3.1 WideStudio/MWT for WIN32 platform
    WideStudio/ws/sys/config/                                 The definition files for building application
    WideStudio/ws/sys/data/                                   Template files of makefile and the definition for libraries
    WideStudio/ws/include/                                    Include files for MWT
    WideStudio/ws/src/                                        Source codes for MWT
    Windows/libws*.dll                                        MWT runtime libraries

  3.2 WideStudio/MWT for Linux platform
    /usr/local/ws/sys/config/                                 The definition files for building application
    /usr/local/ws/sys/data/                                   Template files of makefile and the definition for libraries
    /usr/local/ws/include/                                    Include files for MWT
    /usr/local/ws/src/                                        Source codes for MWT
    /usr/local/lib/libws*.so                                  MWT runtime libraries

