Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: dfe4d93756a91ae89442bd8a3a7a622547f93033 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                              
                               
                                               


                                           
 

                                             

                 




                              


              





                                  







                                                                                








                                         
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.php.feature"
      label="EPP PHP Feature"
      version="4.7.2.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.php"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://eclipse.org/epp">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <includes
         id="org.eclipse.platform"
         version="0.0.0"
         search-location="both"/>

   <requires>
   <!--
        All requirements to features and the content of the product are defined 
        in the product configuration epp.product since Eclipse Neon. For further
        details see the following bug:

        Bug 332989 - Allow parts of a package to upgraded or removed
        https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989
     -->
   </requires>

   <plugin
         id="org.eclipse.epp.package.php"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top