mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
14 lines
558 B
XML
14 lines
558 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<template type="TestTemplate" version="1.0" supplier="Symbian" revision="1.0" author="Symbian"
|
|
id="??" label="NewManagedProject test" description="Testing Template Engines NewManagedProject Process"
|
|
help="help.html">
|
|
|
|
<process type="org.eclipse.cdt.managedbuilder.core.NewManagedProject">
|
|
<simple name="name" value="$(projectName)" />
|
|
<simple name="location" value="$(location)" />
|
|
<simple name="artifactExtension" value="exe" />
|
|
<simple name="isCProject" value="true" />
|
|
</process>
|
|
|
|
</template>
|
|
|