blob: f14a6d8f0e91ce6e90c7b2479cfc75c36353d976 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=additions">
<menu
label="Scout">
<command
commandId="com.bsiag.bsicase.search.formdata.propertybeans"
label="Dump Form/FormData methods"
style="push">
</command>
<command
commandId="com.bsiag.bsicase.search.formdata.potentialPropertyBeans"
label="Find Bean properties not marked existing in FormData and Form class..."
style="push"
tooltip="All bean methods existing in FormData and Form class.">
</command>
<command
commandId="com.bsiag.bsicase.search.formdata.methodDiffsFormVsFormData"
label="Find Diffs Form vs. FormData"
style="push">
</command>
</menu>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
id="com.bsiag.bsicase.search.formdata.propertybeans"
name="Find...">
</command>
<command
id="com.bsiag.bsicase.search.formdata.potentialPropertyBeans"
name="Potential PropertyBeans">
</command>
<command
id="com.bsiag.bsicase.search.formdata.methodDiffsFormVsFormData"
name="Method Diffs Form vs. FormData">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
</extension>
<!-- <extension
point="org.eclipse.ui.ide.markerResolution">
<markerResolutionGenerator
class="com.bsiag.bsicase.marker.MarkerResolutionGenerator1"
markerType="com.bsiag.bsicase.formPropertyBean">
</markerResolutionGenerator>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="org.eclipse.scout.sde.preferences.BsiCasePreferencePage"
id="com.bsiag.bsicase.preferences.BsiCasePreferencePage"
name="Scout IDE">
</page>
</extension> -->
<extension
id="org.eclipse.scout.sdk.ScoutNature"
name="Scout Bundle"
point="org.eclipse.core.resources.natures">
<runtime>
<run class="org.eclipse.scout.sdk.ScoutNature">
</run>
</runtime>
<requires-nature
id="org.eclipse.jdt.core.javanature">
</requires-nature>
<requires-nature
id="org.eclipse.pde.PluginNature">
</requires-nature>
</extension>
<extension
id="formPropertyBean"
name="Scout Problem"
point="org.eclipse.core.resources.markers">
<super
type="org.eclipse.core.resources.problemmarker">
</super>
<super
type="org.eclipse.core.resources.textmarker">
</super>
<attribute
name="methodName">
</attribute>
<attribute
name="methodSignature">
</attribute>
<attribute
name="fullyQualifiedName">
</attribute>
</extension>
<extension
id="org.eclipse.scout.sdk.marker"
name="Scout SDK Marker"
point="org.eclipse.core.resources.markers">
<persistent
value="true">
</persistent>
<super
type="org.eclipse.core.resources.marker">
</super>
<super
type="org.eclipse.core.resources.problemmarker">
</super>
<super
type="org.eclipse.core.resources.textmarker">
</super>
</extension>
</plugin>