Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f7763eaa1dab698041e9f6b96415f4db0c119ce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.equinox.server.examples.servletbridge.product"
      label="Servletbridge Product Feature"
      version="1.0.0.qualifier"
      provider-name="Eclipse Foundation">

   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

</feature>

Back to the top