| Summary: | plugingen formatting issues and xml consistency | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Karl Wechsler <karl> |
| Component: | Tools | Assignee: | Karl Wechsler <karl> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dfriedland |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
[1] Clean up indentation to be on 4-byte boundaries. Some are off by one (see below). [2] Single line elements should use the '/>' short form of XML. We are using mix of short and long form. Should be "<file ... />", not "<file ... ></file>" <template title="%example_0_title" id="com.ti.rtsc.SYSBIOS.example_0" linkerCommandFile="" description="%example_0_description"> <property name="type" value="rtsc"/> <property name="products" value="com.ti.rtsc.SYSBIOS;com.ti.rtsc.IPC"/> <property name="buildProfile" value="release"/> <property name="isHybrid" value="true"/> <group id="ti.sysbios.examples.root"/> <file path="resources/./generic/minimal/main.c" openOnCreation="true" excludeFromBuild="false"> </file> <file path="resources/./generic/minimal/app.cfg" openOnCreation="false" excludeFromBuild="false"> </file> </template>