refactor structure
This commit is contained in:
32
releng/com.minres.scviewer.updateSite/category.xml
Normal file
32
releng/com.minres.scviewer.updateSite/category.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature id="com.minres.scviewer.feature" version="0.0.0">
|
||||
<category name="ide_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.feature.source" version="0.0.0">
|
||||
<category name="ide_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.ui.feature" version="0.0.0">
|
||||
<category name="devel_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.ui.feature.source" version="0.0.0">
|
||||
<category name="devel_components.source"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.database.feature" version="0.0.0">
|
||||
<category name="devel_components"/>
|
||||
</feature>
|
||||
<feature id="com.minres.scviewer.database.feature.source" version="0.0.0">
|
||||
<category name="devel_components.source"/>
|
||||
</feature>
|
||||
<category-def name="ide_components" label="SCViewer">
|
||||
<description>
|
||||
Viewer for transaction recording outputs of the SystemC Verification (SCV) library
|
||||
</description>
|
||||
</category-def>
|
||||
<category-def name="devel_components" label="Developer Resources">
|
||||
<description>
|
||||
Components to deal with the transaction recording outputs of the SystemC Verification (SCV) library
|
||||
</description>
|
||||
</category-def>
|
||||
<category-def name="devel_components.source" label="Developer Resources (Source)"/>
|
||||
</site>
|
||||
Reference in New Issue
Block a user