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

                                      
                                            
                          
                               

                                           
                                      
      

                

               

                              

             






                           
          
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.equinox.server.simple"
      label="%featureName"
      version="1.5.0.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">
      
   <copyright>
      %copyright
   </copyright>

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

   <plugin
         id="javax.servlet"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top