Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f3c6b5987062e92eced0f46e512cb8e22650ea67 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                      
<?xml version="1.0" encoding="UTF-8"?>
<plugin
   id="org.eclipse.swt.tools"
   name="%pluginName"
   version="3.0.0"
   provider-name="%providerName">

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

</plugin>

Back to the top