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

   <requires>
      <import plugin="org.eclipse.swt" export="true"/>
   </requires>

</plugin>

Back to the top