Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 716842084a0bb3c06ea65833fcfa3da258a98282 (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="3.0.0"
   provider-name="%providerName">

   <runtime>
   </runtime>

</plugin>

Back to the top