From c2226e068051dac097f6acff7b24b07c2e4555dc Mon Sep 17 00:00:00 2001 From: Owen O'Malley Date: Mon, 15 Jun 2009 20:33:23 +0000 Subject: [PATCH] HADOOP-4687 Setup .gitignore and .eclipse.templates git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/HADOOP-4687/core@784966 13f79535-47bb-0310-9956-ffa450edef68 --- .eclipse.templates/.classpath | 49 +++++++++++++++++++ .../Hadoop_Ant_Builder.launch | 27 ++++++++++ .eclipse.templates/.project | 27 ++++++++++ .eclipse.templates/README.txt | 6 +++ .gitignore | 38 ++++++++++++++ 5 files changed, 147 insertions(+) create mode 100644 .eclipse.templates/.classpath create mode 100644 .eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch create mode 100644 .eclipse.templates/.project create mode 100644 .eclipse.templates/README.txt create mode 100644 .gitignore diff --git a/.eclipse.templates/.classpath b/.eclipse.templates/.classpath new file mode 100644 index 0000000000..d8f2d03eef --- /dev/null +++ b/.eclipse.templates/.classpath @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch b/.eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch new file mode 100644 index 0000000000..70007ed269 --- /dev/null +++ b/.eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.eclipse.templates/.project b/.eclipse.templates/.project new file mode 100644 index 0000000000..835609940d --- /dev/null +++ b/.eclipse.templates/.project @@ -0,0 +1,27 @@ + + + @PROJECT@ + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.ui.externaltools.ExternalToolBuilder + full,incremental, + + + LaunchConfigHandle + <project>/.externalToolBuilders/Hadoop_Ant_Builder.launch + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/.eclipse.templates/README.txt b/.eclipse.templates/README.txt new file mode 100644 index 0000000000..19050421f5 --- /dev/null +++ b/.eclipse.templates/README.txt @@ -0,0 +1,6 @@ +This directory contains templates for generating Eclipse files to configure +Eclipse for Hadoop development. + +For further information please consult + +http://wiki.apache.org/hadoop/EclipseEnvironment diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..d35f189f44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# 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. + +*~ +.classpath +.project +.settings +.svn +build/ +conf/masters +conf/slaves +conf/hadoop-env.sh +conf/hadoop-site.xml +conf/core-site.xml +conf/mapred-site.xml +conf/hdfs-site.xml +conf/hadoop-policy.xml +conf/capacity-scheduler.xml +conf/mapred-queue-acls.xml +docs/api/ +logs/ +src/contrib/ec2/bin/hadoop-ec2-env.sh +src/docs/build +src/docs/cn/build +src/docs/cn/src/documentation/sitemap.xmap +src/docs/cn/uming.conf