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

   <runtime>
   </runtime>

</plugin>

Back to the top