You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/30 12:24:04 UTC

svn commit: r1163163 - in /maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins: org.apache.maven.doxia.ide.eclipse.confluence.ui/ org.apache.maven.doxia.ide.eclipse.docbook.ui/ org.apache.maven.doxia.ide.eclipse.fml.ui/ org.apac...

Author: hboutemy
Date: Tue Aug 30 10:24:03 2011
New Revision: 1163163

URL: http://svn.apache.org/viewvc?rev=1163163&view=rev
Log:
added *.vm as extensions

Modified:
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/plugin.xml
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/plugin.xml
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/plugin.xml
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/plugin.xml
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/plugin.xml
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/plugin.xml

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/plugin.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/plugin.xml?rev=1163163&r1=1163162&r2=1163163&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/plugin.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.confluence.ui/plugin.xml Tue Aug 30 10:24:03 2011
@@ -27,7 +27,7 @@ under the License.
          point="org.eclipse.ui.editors">
       <editor
             name="%editor.name"
-            extensions="confluence"
+            extensions="confluence,confluence.vm"
             icon="icons/doxia.gif"
             contributorClass="org.apache.maven.doxia.ide.eclipse.confluence.ui.editor.ConfluenceEditorContributor"
             class="org.apache.maven.doxia.ide.eclipse.confluence.ui.editor.ConfluenceEditor"

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/plugin.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/plugin.xml?rev=1163163&r1=1163162&r2=1163163&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/plugin.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.docbook.ui/plugin.xml Tue Aug 30 10:24:03 2011
@@ -26,7 +26,7 @@ under the License.
          point="org.eclipse.ui.editors">
       <editor
             name="%editor.name"
-            extensions="docbook, xml"
+            extensions="docbook,xml,docbook.vm,xml.vm"
             icon="icons/doxia.gif"
             contributorClass="org.apache.maven.doxia.ide.eclipse.docbook.ui.editor.DocbookEditorContributor"
             class="org.apache.maven.doxia.ide.eclipse.docbook.ui.editor.DocbookEditor"

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/plugin.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/plugin.xml?rev=1163163&r1=1163162&r2=1163163&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/plugin.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.fml.ui/plugin.xml Tue Aug 30 10:24:03 2011
@@ -27,7 +27,7 @@ under the License.
          point="org.eclipse.ui.editors">
       <editor
             name="%editor.name"
-            extensions="fml"
+            extensions="fml,fml.vm"
             icon="icons/doxia.gif"
             contributorClass="org.apache.maven.doxia.ide.eclipse.fml.ui.editor.FmlEditorContributor"
             class="org.apache.maven.doxia.ide.eclipse.fml.ui.editor.FmlEditor"

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/plugin.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/plugin.xml?rev=1163163&r1=1163162&r2=1163163&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/plugin.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.twiki.ui/plugin.xml Tue Aug 30 10:24:03 2011
@@ -26,7 +26,7 @@ under the License.
          point="org.eclipse.ui.editors">
       <editor
             name="%editor.name"
-            extensions="twiki"
+            extensions="twiki,twiki.vm"
             icon="icons/doxia.gif"
             contributorClass="org.apache.maven.doxia.ide.eclipse.twiki.ui.editor.TWikiEditorContributor"
             class="org.apache.maven.doxia.ide.eclipse.twiki.ui.editor.TWikiEditor"

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/plugin.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/plugin.xml?rev=1163163&r1=1163162&r2=1163163&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/plugin.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xdoc.ui/plugin.xml Tue Aug 30 10:24:03 2011
@@ -27,7 +27,7 @@ under the License.
          point="org.eclipse.ui.editors">
       <editor
             name="%editor.name"
-            extensions="xdoc, xml"
+            extensions="xdoc,xml,xdoc.vm,xml.vm"
             icon="icons/doxia.gif"
             contributorClass="org.apache.maven.doxia.ide.eclipse.xdoc.ui.editor.XdocEditorContributor"
             class="org.apache.maven.doxia.ide.eclipse.xdoc.ui.editor.XdocEditor"

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/plugin.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/plugin.xml?rev=1163163&r1=1163162&r2=1163163&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/plugin.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.xhtml.ui/plugin.xml Tue Aug 30 10:24:03 2011
@@ -27,7 +27,7 @@ under the License.
          point="org.eclipse.ui.editors">
       <editor
             name="%editor.name"
-            extensions="xhtml, xml"
+            extensions="xhtml,xml,xhtml.vm,xml.vm"
             icon="icons/doxia.gif"
             contributorClass="org.apache.maven.doxia.ide.eclipse.xhtml.ui.editor.XhtmlEditorContributor"
             class="org.apache.maven.doxia.ide.eclipse.xhtml.ui.editor.XhtmlEditor"