Ticket #90 (new defect)
OWD generates port_list property in .prf.xml
| Reported by: | jgaeddert | Owned by: | unassigned |
|---|---|---|---|
| Priority: | minor | Milestone: | Abeyance |
| Component: | tools | Version: | 0.6.2-prerelease |
| Keywords: | Cc: |
Description
OWD still seems to generate a port_list property that lists all the provides ports in the .prf.xml file. This is redundant as the .scd.xml file has this information. This needs to be removed.
<simplesequence id="port_list" mode="readonly" name="port_list" type="string">
<description>Returns a sequence of strings with the names of the available Provides ports</description>
<kind kindtype="configure"/>
<values>
<value>samples_in::standardInterfaces.complexShort</value>
</values>
</simplesequence>
Change History
Note: See
TracTickets for help on using
tickets.