You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/24 20:46:59 UTC

svn commit: r778228 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/plugin.xml

Author: spoole
Date: Sun May 24 20:46:59 2009
New Revision: 778228

URL: http://svn.apache.org/viewvc?rev=778228&view=rev
Log:
simple changes to get the maven build to build using eclipe 3.4

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/plugin.xml

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/plugin.xml?rev=778228&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/plugin.xml (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/plugins/kato.api.plugin/plugin.xml Sun May 24 20:46:59 2009
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+	<!--
+   <extension-point id="org.apache.kato.factory" name="ImageFactory" schema="schema/org.apache.kato.factory.exsd"/>
+	-->
+	
+   <extension
+         point="org.eclipse.ui.preferencePages">
+      <page
+            name="Apache Kato Preferences"
+            class="org.apache.kato.api.plugin.preferences.PreferencePage"
+            id="org.apache.kato.api.plugin.preferences.PreferencePage">
+      </page>
+   </extension>
+   <extension  point="org.eclipse.ui.popupMenus">
+      <objectContribution
+            id="org.apache.kato.editor.popupmenu"
+            objectClass="org.eclipse.core.resources.IFile">
+         <menu
+               id="org.apache.kato.editor.popupmenu.menu"
+               label="Apache Kato"
+               path="additions">
+            <separator
+                  name="group1">
+            </separator>
+         </menu>
+      </objectContribution>
+   </extension>
+   <extension
+         point="org.eclipse.core.runtime.preferences">
+      <initializer
+            class="org.apache.kato.api.plugin.preferences.PreferenceInitializer">
+      </initializer>
+   </extension>
+
+</plugin>