Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.update.configurator"
|
||||
name="%pluginName"
|
||||
version="3.0.0"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.update.internal.configurator.ConfigurationActivator">
|
||||
|
||||
<runtime>
|
||||
<library name="configurator.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
</requires>
|
||||
|
||||
|
||||
<extension
|
||||
id="updateConfiguratorProductProvider"
|
||||
name="%productProviderName"
|
||||
point="org.eclipse.core.runtime.products">
|
||||
<provider>
|
||||
<run class="org.eclipse.update.internal.configurator.ProductProvider"/>
|
||||
</provider>
|
||||
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user