org.eclipse.core.applicationrunner/plugin.xml
Parent Directory
|
Revision Log
Revision 1.4 -
(download)
(as text)
(annotate)
Thu Nov 27 21:12:34 2003 UTC (6 years ago) by jeff
Branch: MAIN
CVS Tags: v20031201, HEAD
Changes since 1.3: +1 -1 lines
Thu Nov 27 21:12:34 2003 UTC (6 years ago) by jeff
Branch: MAIN
CVS Tags: v20031201, HEAD
Changes since 1.3: +1 -1 lines
update for moving runtime.osgi to runtime
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.core.applicationrunner"
name="%pluginName"
version="3.0.0"
provider-name="%providerName">
<runtime>
<library name="applicationrunner.jar"/>
</runtime>
<requires>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.eclipse.osgi.util"/>
<import plugin="org.eclipse.core.runtime"/>
</requires>
</plugin>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
