sysmodellibs/sysmodelgen/group/tools_system_model_generator.tdf
author Bob Rosenberg <bob.rosenberg@nokia.com>
Tue, 26 Oct 2010 10:43:50 +0100
changeset 8 a2e65c705db8
parent 1 b538b70cbe51
permissions -rw-r--r--
Fix for bug when joining where ID prefixes would be added even if they use the default ID namespace

<tool name="System Model Generator" version="1.1.10" description="Perl command line tool to create system model diagrams.">
	<properties>
		<property type="toolLogic" name="Path" value="$INSTDIR"/>
	</properties>
	<templates>
		<template type="xsl" operation="preconfigure" name="smt_preconfigure.xsl" />
		<template type="nsis" operation="configure" name="/src/tools/product/tools/smg/cli/group/smt.configure.nsh" />
		<template type="nsis" operation="unconfigure" name="/src/tools/product/tools/smg/cli/group/smt.unconfigure.nsh" />
	</templates>
	<files>
		<zip source="\tools\dist\smg\smg.zip" target="$INSTDIR\SystemModelGenerator"/>
	</files>
</tool>