From a6e4bdb246d97cb0f06ca3560a187fe9cc4282c4 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 4 May 2010 15:07:33 +0000 Subject: [PATCH] Rename Eclipse files so they become samples Align the svn ignores list and the excludes list for the src tarball. The sample Eclipse files will be included, the 'real' ones will be excluded. Add ALv2 headers to sample Eclipse files git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@940891 13f79535-47bb-0310-9956-ffa450edef68 --- .project | 17 ----------------- build.xml | 2 ++ .classpath => eclipse.classpath | 16 ++++++++++++++++ eclipse.project | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 17 deletions(-) delete mode 100644 .project rename .classpath => eclipse.classpath (53%) create mode 100644 eclipse.project diff --git a/.project b/.project deleted file mode 100644 index bed17c44c..000000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - tomcat-7.0.x - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/build.xml b/build.xml index cdad79a6d..29ef44f0a 100644 --- a/build.xml +++ b/build.xml @@ -1344,6 +1344,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + + diff --git a/.classpath b/eclipse.classpath similarity index 53% rename from .classpath rename to eclipse.classpath index fd029530b..7e17fd9c1 100644 --- a/.classpath +++ b/eclipse.classpath @@ -1,4 +1,20 @@ + diff --git a/eclipse.project b/eclipse.project new file mode 100644 index 000000000..8723ace31 --- /dev/null +++ b/eclipse.project @@ -0,0 +1,33 @@ + + + + tomcat-7.0.x + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + -- 2.11.0