source: trunk/src/plugins/org.eclipse.platform/plugin.xml

Last change on this file was 164, checked in by lpino, 16 years ago
  • Property svn:eol-style set to native
File size: 222 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<plugin
3 name="%pluginName"
4 id="org.eclipse.platform"
5 version="2.0.1"
6 provider-name="%providerName">
7
8 <runtime>
9 <library name="startup.jar" />
10 </runtime>
11
12</plugin>
Note: See TracBrowser for help on using the repository browser.