Skip to main content
summaryrefslogtreecommitdiffstats
blob: 72692b97418d5d3b551f410bb5d11a702403e83e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.pde.junit.runtime.addon"
      label="%featureName"
      version="1.0.100.qualifier"
      provider-name="%providerName"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.0.qualifier">

   <description url="%descriptionURL">
      %description
   </description>

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

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

   <requires>
       <import plugin="org.eclipse.core.runtime" version="3.6.0"/>
   </requires>
     <plugin id="org.eclipse.jdt.junit.runtime" version="0.0.0" unpack="false"/>
	 <plugin id="org.eclipse.pde.junit.runtime" version="0.0.0" unpack="false"/>
     <plugin id="org.hamcrest.core" version="0.0.0" unpack="false"/>
     <plugin id="org.junit" version="4.8.2.qualifier" unpack="true"/> 

</feature>

Back to the top