Sorry, this Help topic was a bit off the mark and I updated it only last week. The updated topic will be in the Help for EA 7.1, soon to be released.
To create the MTS file, go through the process in
http://www.sparxsystems.com.au/EAUserGuide/index.html?creatingmdgtechnologies.htmAt step 2 select the
Create a new MTS file option. As you continue, include
all the checkbox items that you want (step 6).
You can then go to the
Working with MTS files topic and you can add:
- Your own Enterprise Architect UML Toolbox profiles
- Icons and logos for the technology
- Model Validation configurations
(You create the Toolbox profiles using this topic:
http://www.sparxsystems.com.au/EAUserGuide/index.html?toolbox_profiles.htm)
Open the .MTS file in a text editor. To make it easier for you, you can copy the following lines and paste them into the file before the last line of the file (i.e. between the <Technology... /> and </MDG.Selections> lines:
- <UIToolboxes directory="" files=""/>
- <DiagramProfile directory="" files=""/>
- <UITaskpanes directory="" files=""/>
(The code for the icons, logos, model validation configurations and model templates is provided in later topics.)
You can, if necessary, have more than one line for each inclusion; for example, if your profiles are in different locations, more than one DiagramProfile.
For the directory attributes, enter the full path of the folder in which your Toolbox Profiles, Diagram Profiles, or Task Pane Profiles are kept.
For the files attributes, enter a comma-separated ordered list of profile filenames.
Save the .MTS file.
You then go into the MDG Technology Wizard again and run through the procedure, selecting
Open an existing MTS file and clicking on
Next until finished. This updates the MDG Technology file.
HTH