Skip to main content
summaryrefslogblamecommitdiffstats
blob: b05a64491d6b680d580d794648b533a8f65abbc2 (plain) (tree)
1
2
3
4
5



                                                          
                               






















                                                                                                                                                                                     
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.sirius.specifier.properties.feature"
      label="%featureName"
      version="4.1.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://www.eclipse.org/sirius">
      Specifier support for Sirius property views definition. Not yet ready for production: APIs may break and behavior may change at any point without notice. Use at your own risk.
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>
   <plugin
         id="org.eclipse.sirius.editor.properties"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top