| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| <plugin> |
| <extension |
| point="org.eclipse.ui.preferencePages"> |
| <page |
| class="org.apache.hdt.ui.preferences.MapReducePreferencePage" |
| id="org.apache.hdt.ui.preferences.MapReducePreferencePage" |
| name="Hadoop"> |
| </page> |
| </extension> |
| <extension |
| point="org.eclipse.ui.perspectives"> |
| <perspective |
| class="org.apache.hdt.ui.perspectives.HadoopPerspectiveFactory" |
| icon="resources/hadoop-logo-16x16.png" |
| id="org.apache.hdt.ui.HadoopPerspective" |
| name="Hadoop"> |
| </perspective> |
| </extension> |
| <extension |
| point="org.eclipse.ui.views"> |
| <category |
| id="org.apache.hdt.ui.views" |
| name="Hadoop"> |
| </category> |
| <view |
| allowMultiple="false" |
| category="org.apache.hdt.ui.views" |
| class="org.apache.hdt.ui.views.ClusterView" |
| icon="resources/hadoop-logo-16x16.png" |
| id="org.apache.hdt.ui.ClusterView" |
| name="Hadoop Clusters" |
| restorable="true"> |
| </view> |
| </extension> |
| <extension |
| point="org.eclipse.ui.newWizards"> |
| <primaryWizard id="org.apache.hdt.ui.NewProjectWizard"/> |
| <wizard |
| category="org.apache.hdt.category" |
| class="org.apache.hdt.ui.wizards.NewMapReduceProjectWizard" |
| finalPerspective="org.apache.hdt.ui.HadoopPerspective" |
| hasPages="true" |
| icon="resources/Elephant16x16.gif" |
| id="org.apache.hdt.ui.NewProjectWizard" |
| name="Map/Reduce Project" |
| preferredPerspectives="org.apache.hadoop.eclipse.Perspective" |
| project="true"/> |
| <wizard |
| category="org.apache.hdt.category" |
| class="org.apache.hdt.ui.wizards.NewMapperWizard" |
| icon="resources/mapper16.png" |
| id="org.apache.hdt.ui.NewMapperWizard" |
| name="Mapper" |
| project="false"/> |
| <wizard |
| category="org.apache.hdt.category" |
| class="org.apache.hdt.ui.wizards.NewReducerWizard" |
| icon="resources/reducer16.png" |
| id="org.apache.hdt.ui.NewReducerWizard" |
| name="Reducer" |
| project="false"/> |
| <wizard |
| category="org.apache.hdt.category" |
| class="org.apache.hdt.ui.wizards.NewDriverWizard" |
| icon="resources/driver.png" |
| id="org.apache.hdt.ui.NewDriverWizard" |
| name="MapReduce Driver" |
| project="false"/> |
| <wizard |
| category="org.apache.hdt.category" |
| class="org.apache.hdt.ui.wizards.NewPartitionerWizard" |
| finalPerspective="org.apache.hdt.ui.HadoopPerspective" |
| hasPages="true" |
| icon="resources/Elephant16x16.gif" |
| id="org.apache.hdt.ui.NewPartitionerWizard2" |
| name="Partitioner" |
| preferredPerspectives="org.apache.hadoop.eclipse.Perspective" |
| project="false"/> |
| <category |
| id="org.apache.hdt.category" |
| name="Hadoop"/> |
| </extension> |
| |
| </plugin> |