Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e8f04914934d02da7bdf4a020c0c7d4125ad08a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<plugin
   name="%pluginName"
   version="3.0.0"
   provider-name="%providerName"
   id="org.eclipse.core.variables">

   <runtime>
   </runtime>

</plugin>

Back to the top