Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogblamecommitdiffstats
blob: a668cbc30774bfab4a3383b8d2b0ab7ada04415d (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                    
                                


                                                           
                                                 


































                                                         
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.emf.ecp.view.section.feature"
      label="EMF Forms Section Model (Experimental)"
      version="1.25.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.emf.ecp.view.section.model"
      license-feature="org.eclipse.emf.ecp.license.feature"
      license-feature-version="1.25.0.qualifier">

   <description>
      %description
   </description>

   <copyright url="%copyrightURL">
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <plugin
         id="org.eclipse.emf.ecp.view.section.model"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.emf.ecp.view.section.model.edit"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.emf.ecp.view.section.ui.swt"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top