X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.smarty.ui/plugin.xml b/net.sourceforge.phpeclipse.smarty.ui/plugin.xml index 342f9ff..622e75b 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/plugin.xml +++ b/net.sourceforge.phpeclipse.smarty.ui/plugin.xml @@ -2,10 +2,10 @@ + name="PHPeclipse Smarty UI" + version="1.1.0" + provider-name="PHPeclipse.de" + class="net.sourceforge.phpdt.smarty.ui.SmartyUI"> @@ -34,7 +34,8 @@ name="HTML Editor" icon="icons/full/obj16/html.png" extensions="tpl" - class="net.sourceforge.phpdt.smarty.ui.internal.editor.HTMLEditor" + contributorClass="net.sourceforge.phpdt.smarty.ui.internal.editor.SmartyEditorActionContributor" + class="net.sourceforge.phpdt.smarty.ui.internal.editor.SmartyEditor" id="net.sourceforge.phpdt.smarty.ui.editor"> @@ -42,14 +43,14 @@ point="org.eclipse.core.filebuffers.documentSetup"> + class="net.sourceforge.phpdt.smarty.ui.internal.editor.SmartyDocumentSetupParticipant">