Revision 43088 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.impl/src/main/resources/org/gvsig/installer/swing/impl/creation/panel/formPackageinfo.xml

View differences:

formPackageinfo.xml
67 67
        <field name="state" label="State" type="string" mandatory="false" defaultValue="testing" group="General">
68 68
          <description>State of the package</description>
69 69
          <availableValues>
70
          	<value label="devel">devel</value>
70
            <value label="devel">devel</value>
71 71
            <value label="testing">testing</value>
72 72
            <value label="pilot">pilot</value>
73 73
            <value label="prototype">prototype</value>
......
85 85
        </field>
86 86
        
87 87
        <field name="official" label="Official" type="boolean" group="General">
88
          <description>Check if the package is a official package of gvSIG project</description>
88
          <availableValues>
89
            <value label="Official">true</value>
90
            <value label="Community">false</value>
91
          </availableValues>
92
          <description>The package is a community or an official package of gvSIG project</description>
89 93
        </field>
90 94

  
91 95
        <field name="sources-url" label="Source code URL" type="URL" mandatory="false" group="General">

Also available in: Unified diff