Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6bd4a83e39be3a3f4f36881c20dfb113fe834415 (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"
   name="%pluginName"
   version="1.2.0"
   provider-name="%providerName">

   <runtime>
   </runtime>

</plugin>

Back to the top