From b769d6463b61cffb138b6c06a5638add7c30d6d5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Mar 2010 22:39:28 +0000 Subject: [PATCH] HADOOP-6407. Have a way to automatically update Eclipse .classpath file when new libs are added to the classpath through Ivy. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@925465 13f79535-47bb-0310-9956-ffa450edef68 --- .eclipse.templates/.classpath | 44 ------------- .../Hadoop_Ant_Builder.launch | 27 -------- .eclipse.templates/.project | 27 -------- .eclipse.templates/README.txt | 6 -- CHANGES.txt | 3 + build.xml | 65 +++++++++++++++---- 6 files changed, 54 insertions(+), 118 deletions(-) delete mode 100644 .eclipse.templates/.classpath delete mode 100644 .eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch delete mode 100644 .eclipse.templates/.project delete mode 100644 .eclipse.templates/README.txt diff --git a/.eclipse.templates/.classpath b/.eclipse.templates/.classpath deleted file mode 100644 index 9eb4b9e0b2..0000000000 --- a/.eclipse.templates/.classpath +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch b/.eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch deleted file mode 100644 index 70007ed269..0000000000 --- a/.eclipse.templates/.externalToolBuilders/Hadoop_Ant_Builder.launch +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.eclipse.templates/.project b/.eclipse.templates/.project deleted file mode 100644 index 835609940d..0000000000 --- a/.eclipse.templates/.project +++ /dev/null @@ -1,27 +0,0 @@ - - - @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 deleted file mode 100644 index 19050421f5..0000000000 --- a/.eclipse.templates/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -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/CHANGES.txt b/CHANGES.txt index b9d07341fa..1fe71778de 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -193,6 +193,9 @@ Trunk (unreleased changes) HADOOP-6591. HarFileSystem can handle paths with the whitespace characters. (Rodrigo Schmidt via dhruba) + HADOOP-6407. Have a way to automatically update Eclipse .classpath file + when new libs are added to the classpath through Ivy. (tomwhite) + OPTIMIZATIONS HADOOP-6467. Improve the performance on HarFileSystem.listStatus(..). diff --git a/build.xml b/build.xml index e8247ef2bf..5dcf0e0325 100644 --- a/build.xml +++ b/build.xml @@ -167,6 +167,12 @@ + + + + + + @@ -1332,20 +1338,51 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +