blob: 3a1d121f45df57f7bc5953d36152fce9d74f33ec [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.ltk.core.refactoring"
name="%pluginName"
version="3.1.0"
provider-name="%providerName"
class="org.eclipse.ltk.internal.core.refactoring.RefactoringCorePlugin">
<runtime>
<library name="refcore.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.expressions"/>
<import plugin="org.eclipse.core.filebuffers"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.text"/>
</requires>
<extension-point id="renameParticipants" name="%renameParticipantsExtensionPoint" schema="schema/renameParticipants.exsd"/>
<extension-point id="moveParticipants" name="%moveParticipantsExtensionPoint" schema="schema/moveParticipants.exsd"/>
<extension-point id="createParticipants" name="%createParticipantsExtensionPoint" schema="schema/createParticipants.exsd"/>
<extension-point id="deleteParticipants" name="%deleteParticipantsExtensionPoint" schema="schema/deleteParticipants.exsd"/>
<extension-point id="copyParticipants" name="%copyParticipantsExtensionPoint" schema="schema/copyParticipants.exsd"/>
</plugin>