org.symbian.tools.wrttools.feature/feature.xml
changeset 47 206295ed5a0d
child 60 ad7b5602414f
equal deleted inserted replaced
46:8928e0dc33b0 47:206295ed5a0d
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="org.symbian.tools.wrttools"
       
     4       label="WRT Tools Feature"
       
     5       version="1.0.0.qualifier"
       
     6       provider-name="Symbian Foundation">
       
     7 
       
     8    <description url="http://www.example.com/description">
       
     9       [Enter Feature Description here.]
       
    10    </description>
       
    11 
       
    12    <copyright url="http://www.example.com/copyright">
       
    13       [Enter Copyright Description here.]
       
    14    </copyright>
       
    15 
       
    16    <license url="http://www.example.com/license">
       
    17       [Enter License Description here.]
       
    18    </license>
       
    19 
       
    20    <requires>
       
    21       <import feature="org.eclipse.wst.jsdt.feature" version="1.1.2.v200908101420-77-FGCCcNBC-BhLcE_Pm" match="greaterOrEqual"/>
       
    22       <import plugin="org.chromium.debug.ui"/>
       
    23       <import plugin="org.chromium.sdk"/>
       
    24       <import plugin="org.mozilla.xpcom"/>
       
    25       <import plugin="org.mozilla.xulrunner"/>
       
    26       <import plugin="org.chromium.debug.core"/>
       
    27    </requires>
       
    28 
       
    29    <plugin
       
    30          id="org.symbian.tools.wrttools"
       
    31          download-size="0"
       
    32          install-size="0"
       
    33          version="0.0.0"
       
    34          unpack="false"/>
       
    35 
       
    36    <plugin
       
    37          id="org.symbian.tools.wrttools.debug.core"
       
    38          download-size="0"
       
    39          install-size="0"
       
    40          version="0.0.0"
       
    41          unpack="false"/>
       
    42 
       
    43    <plugin
       
    44          id="org.symbian.tools.wrttools.previewer"
       
    45          download-size="0"
       
    46          install-size="0"
       
    47          version="0.0.0"
       
    48          unpack="false"/>
       
    49 
       
    50    <plugin
       
    51          id="org.symbian.tools.wrttools.editors"
       
    52          download-size="0"
       
    53          install-size="0"
       
    54          version="0.0.0"/>
       
    55 
       
    56 </feature>