Skip to content
Snippets Groups Projects
Commit 98fb8062 authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Merge branch 'master' of git@gitlab.enst.fr:mbe-tools/TTool.git

parents 062ae25e 1f300f91
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ $make
Then, edit the configuration file of TTool (default: TTool/bin/config.xml) and add:
<PLUGIN_JAVA_CODE_GENERATOR data="../plugins/CustomizerAvatarCodeGeneration.jar" />
Then, start TTool, and generated Java code from an avatar model.
Then, start TTool, and generate Java code from an avatar design model.
# To create a new plugin
......@@ -18,4 +18,4 @@ For example:
3) Load the configuration information in ConfigurationTTool.java
4) Use the plugin facility as shown in src/avatartranslator/toexecutable/MainFile.java
4) Use the plugin facility located in myutil/Plugin and myutil/PluginManager. An example on how to use the PluginManager is shown in src/avatartranslator/toexecutable/MainFile.java
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment