Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351376 - plugingen formatting issues and xml consistency
Summary: plugingen formatting issues and xml consistency
Status: ASSIGNED
Alias: None
Product: RTSC
Classification: Technology
Component: Tools (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Karl Wechsler CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 18:24 EDT by Karl Wechsler CLA
Modified: 2011-12-05 17:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Wechsler CLA 2011-07-06 18:24:41 EDT
[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>