/*
 * Copyright (c) 2002-2003 IST-2004-2006-511731 ModelWare - ModelBus.
 * All rights reserved.
 *
 * This software is published under the terms of the ModelBus Software License
 * in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * A copy of ModelBus Software License is provided with this distribution in
 * doc/LICENSE.txt file.
 */
---------------------------------------------------
MODELBUS TOOLKIT README
---------------------------------------------------
What is ModelBus Toolkit ?

*ModelBus Toolkit is an application for creating specific
adapters and stubs for your modeling service tool, to allow it to
interoperate with other modeling service tools through ModelBus.

*ModelBus Toolkit uses a description file to generate specific 
adapters and stubs necessary for the modeling service tool described.
It checks that the description model is valid before attempting to
generate the specific adapters and stubs.


---------------------------------------------------
Modelbus Toolkit installation

*ModelBus Toolkit may be installed where desired, since it is a standalone
application. 
*It does require to have 
	-ModelBus Adapter 
	-ModelBus Description
	-EMF common
	-EMF ecore
	-and EMF ecore xmi 
on its class path.

---------------------------------------------------
How to use ModelBus Toolkit

*You may start ModelBus Toolkit by typing the shell/ MSDos command :
java org.eclipse.mddi.modelbus.toolkit.ToolKit tool_description_file [-options]

where tool_description_file is the name of the model file of the tool for which 
the adapters and stubs must be generated.  

where [-options] can be :
-directory directory_path       to specify the output directory for the generated files
-package package_name           to specify the package for the generated files
-help							to print the usage of the command
