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

   <runtime>
      <library name="$ws$/swt.jar">
         <export name="*"/>
         <packages prefixes="org.eclipse.swt"/>
      </library>
   </runtime>

</plugin>

Back to the top