Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4512b7b104213209b48566a56abf446292502510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
   id="org.eclipse.cdt.testing"
   name="%pluginName"
   version="2.0.0"
   provider-name="%providerName">

   <runtime>
   </runtime>

</plugin>

Back to the top