summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.samplecheckers.findviewbyid.ui/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting.samplecheckers.findviewbyid.ui/plugin.xml')
-rw-r--r--src/plugins/preflighting.samplecheckers.findviewbyid.ui/plugin.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/plugins/preflighting.samplecheckers.findviewbyid.ui/plugin.xml b/src/plugins/preflighting.samplecheckers.findviewbyid.ui/plugin.xml
new file mode 100644
index 0000000..f72056b
--- /dev/null
+++ b/src/plugins/preflighting.samplecheckers.findviewbyid.ui/plugin.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="findViewByIdPermissionsMarker"
+ name="markerName"
+ point="org.eclipse.core.resources.markers">
+ <!-- if you don't use the 'name' attribute with the value 'App Validator Problem', your marker will stand out
+ from other App Validator markers, which is not indicated -->
+ <super
+ type="com.motorolamobility.preflighting.checkers.ui.appValidatorMarker">
+ </super>
+ </extension>
+ <extension
+ point="org.eclipse.ui.ide.markerResolution">
+ <markerResolutionGenerator
+ class="com.motorolamobility.preflighting.samplechecker.findviewbyid.quickfix.FindViewByIdMarkerGenerator"
+ markerType="com.motorolamobility.preflighting.samplechecker.findviewbyid.ui.findViewByIdPermissionsMarker">
+ </markerResolutionGenerator>
+ </extension>
+</plugin>