From e7a436476250e7dbb7aed92c601381617325ca4d Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 29 Oct 2010 01:37:29 -0400 Subject: [PATCH] Remove .classpath and .project files Run `gradle eclipse` to generate prior to import into Eclipse. --- spring-integration-core/.classpath | 13 ------- spring-integration-core/.project | 35 ------------------- spring-integration-event/.classpath | 10 ------ spring-integration-event/.project | 29 ---------------- spring-integration-feed/.classpath | 9 ----- spring-integration-feed/.project | 35 ------------------- spring-integration-file/.classpath | 10 ------ spring-integration-file/.project | 29 ---------------- spring-integration-ftp/.classpath | 10 ------ spring-integration-ftp/.project | 29 ---------------- spring-integration-groovy/.classpath | 9 ----- spring-integration-groovy/.project | 29 ---------------- spring-integration-http/.classpath | 10 ------ spring-integration-http/.project | 29 ---------------- spring-integration-httpinvoker/.classpath | 10 ------ spring-integration-httpinvoker/.project | 29 ---------------- spring-integration-ip/.classpath | 15 -------- spring-integration-ip/.project | 42 ----------------------- spring-integration-jdbc/.classpath | 10 ------ spring-integration-jdbc/.project | 29 ---------------- spring-integration-jms/.classpath | 10 ------ spring-integration-jms/.project | 29 ---------------- spring-integration-jmx/.classpath | 9 ----- spring-integration-jmx/.project | 29 ---------------- spring-integration-mail/.classpath | 10 ------ spring-integration-mail/.project | 29 ---------------- spring-integration-rmi/.classpath | 10 ------ spring-integration-rmi/.project | 23 ------------- spring-integration-security/.classpath | 10 ------ spring-integration-security/.project | 29 ---------------- spring-integration-sftp/.classpath | 10 ------ spring-integration-sftp/.project | 29 ---------------- spring-integration-stream/.classpath | 15 -------- spring-integration-stream/.project | 36 ------------------- spring-integration-test/.classpath | 10 ------ spring-integration-test/.project | 29 ---------------- spring-integration-twitter/.classpath | 9 ----- spring-integration-twitter/.project | 29 ---------------- spring-integration-ws/.classpath | 10 ------ spring-integration-ws/.project | 23 ------------- spring-integration-xml/.classpath | 13 ------- spring-integration-xml/.project | 35 ------------------- spring-integration-xmpp/.classpath | 9 ----- spring-integration-xmpp/.project | 29 ---------------- 44 files changed, 895 deletions(-) delete mode 100644 spring-integration-core/.classpath delete mode 100644 spring-integration-core/.project delete mode 100644 spring-integration-event/.classpath delete mode 100644 spring-integration-event/.project delete mode 100644 spring-integration-feed/.classpath delete mode 100644 spring-integration-feed/.project delete mode 100644 spring-integration-file/.classpath delete mode 100644 spring-integration-file/.project delete mode 100644 spring-integration-ftp/.classpath delete mode 100644 spring-integration-ftp/.project delete mode 100644 spring-integration-groovy/.classpath delete mode 100644 spring-integration-groovy/.project delete mode 100644 spring-integration-http/.classpath delete mode 100644 spring-integration-http/.project delete mode 100644 spring-integration-httpinvoker/.classpath delete mode 100644 spring-integration-httpinvoker/.project delete mode 100644 spring-integration-ip/.classpath delete mode 100644 spring-integration-ip/.project delete mode 100644 spring-integration-jdbc/.classpath delete mode 100644 spring-integration-jdbc/.project delete mode 100644 spring-integration-jms/.classpath delete mode 100644 spring-integration-jms/.project delete mode 100644 spring-integration-jmx/.classpath delete mode 100644 spring-integration-jmx/.project delete mode 100644 spring-integration-mail/.classpath delete mode 100644 spring-integration-mail/.project delete mode 100644 spring-integration-rmi/.classpath delete mode 100644 spring-integration-rmi/.project delete mode 100644 spring-integration-security/.classpath delete mode 100644 spring-integration-security/.project delete mode 100644 spring-integration-sftp/.classpath delete mode 100644 spring-integration-sftp/.project delete mode 100644 spring-integration-stream/.classpath delete mode 100644 spring-integration-stream/.project delete mode 100644 spring-integration-test/.classpath delete mode 100644 spring-integration-test/.project delete mode 100644 spring-integration-twitter/.classpath delete mode 100644 spring-integration-twitter/.project delete mode 100644 spring-integration-ws/.classpath delete mode 100644 spring-integration-ws/.project delete mode 100644 spring-integration-xml/.classpath delete mode 100644 spring-integration-xml/.project delete mode 100644 spring-integration-xmpp/.classpath delete mode 100644 spring-integration-xmpp/.project diff --git a/spring-integration-core/.classpath b/spring-integration-core/.classpath deleted file mode 100644 index 81e047113b..0000000000 --- a/spring-integration-core/.classpath +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/spring-integration-core/.project b/spring-integration-core/.project deleted file mode 100644 index 3e9ddcae9a..0000000000 --- a/spring-integration-core/.project +++ /dev/null @@ -1,35 +0,0 @@ - - - spring-integration-core - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - diff --git a/spring-integration-event/.classpath b/spring-integration-event/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-event/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-event/.project b/spring-integration-event/.project deleted file mode 100644 index 851a478fd9..0000000000 --- a/spring-integration-event/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-event - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-feed/.classpath b/spring-integration-feed/.classpath deleted file mode 100644 index d8b3f86eb6..0000000000 --- a/spring-integration-feed/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/spring-integration-feed/.project b/spring-integration-feed/.project deleted file mode 100644 index bf75fd2e68..0000000000 --- a/spring-integration-feed/.project +++ /dev/null @@ -1,35 +0,0 @@ - - - spring-integration-feed - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - diff --git a/spring-integration-file/.classpath b/spring-integration-file/.classpath deleted file mode 100644 index ddc9103c5c..0000000000 --- a/spring-integration-file/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-file/.project b/spring-integration-file/.project deleted file mode 100644 index 85e330e020..0000000000 --- a/spring-integration-file/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-file - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-ftp/.classpath b/spring-integration-ftp/.classpath deleted file mode 100644 index 2daddec399..0000000000 --- a/spring-integration-ftp/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-ftp/.project b/spring-integration-ftp/.project deleted file mode 100644 index 78f8f6bd2d..0000000000 --- a/spring-integration-ftp/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-ftp - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-groovy/.classpath b/spring-integration-groovy/.classpath deleted file mode 100644 index 98f38b6746..0000000000 --- a/spring-integration-groovy/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/spring-integration-groovy/.project b/spring-integration-groovy/.project deleted file mode 100644 index b9917d438b..0000000000 --- a/spring-integration-groovy/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-groovy - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-http/.classpath b/spring-integration-http/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-http/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-http/.project b/spring-integration-http/.project deleted file mode 100644 index 0bd0203ac5..0000000000 --- a/spring-integration-http/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-http - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-httpinvoker/.classpath b/spring-integration-httpinvoker/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-httpinvoker/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-httpinvoker/.project b/spring-integration-httpinvoker/.project deleted file mode 100644 index 37f1eeb638..0000000000 --- a/spring-integration-httpinvoker/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-httpinvoker - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-ip/.classpath b/spring-integration-ip/.classpath deleted file mode 100644 index 7406f09944..0000000000 --- a/spring-integration-ip/.classpath +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/spring-integration-ip/.project b/spring-integration-ip/.project deleted file mode 100644 index 7914c0d9f9..0000000000 --- a/spring-integration-ip/.project +++ /dev/null @@ -1,42 +0,0 @@ - - - spring-integration-ip - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - diff --git a/spring-integration-jdbc/.classpath b/spring-integration-jdbc/.classpath deleted file mode 100644 index bb4ac60998..0000000000 --- a/spring-integration-jdbc/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-jdbc/.project b/spring-integration-jdbc/.project deleted file mode 100644 index 8eb6cdcd6e..0000000000 --- a/spring-integration-jdbc/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-jdbc - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-jms/.classpath b/spring-integration-jms/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-jms/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-jms/.project b/spring-integration-jms/.project deleted file mode 100644 index bd5b3e8d4b..0000000000 --- a/spring-integration-jms/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-jms - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-jmx/.classpath b/spring-integration-jmx/.classpath deleted file mode 100644 index 85b5f296bb..0000000000 --- a/spring-integration-jmx/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/spring-integration-jmx/.project b/spring-integration-jmx/.project deleted file mode 100644 index 064296cacd..0000000000 --- a/spring-integration-jmx/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-jmx - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-mail/.classpath b/spring-integration-mail/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-mail/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-mail/.project b/spring-integration-mail/.project deleted file mode 100644 index 0f6d43ac2a..0000000000 --- a/spring-integration-mail/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-mail - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-rmi/.classpath b/spring-integration-rmi/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-rmi/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-rmi/.project b/spring-integration-rmi/.project deleted file mode 100644 index 40a6b2ce45..0000000000 --- a/spring-integration-rmi/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - spring-integration-rmi - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-security/.classpath b/spring-integration-security/.classpath deleted file mode 100644 index f14ce4afb4..0000000000 --- a/spring-integration-security/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-security/.project b/spring-integration-security/.project deleted file mode 100644 index a09f9eaca0..0000000000 --- a/spring-integration-security/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-security - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-sftp/.classpath b/spring-integration-sftp/.classpath deleted file mode 100644 index 2daddec399..0000000000 --- a/spring-integration-sftp/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-sftp/.project b/spring-integration-sftp/.project deleted file mode 100644 index baeb3bf435..0000000000 --- a/spring-integration-sftp/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-sftp - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-stream/.classpath b/spring-integration-stream/.classpath deleted file mode 100644 index 7406f09944..0000000000 --- a/spring-integration-stream/.classpath +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/spring-integration-stream/.project b/spring-integration-stream/.project deleted file mode 100644 index 08b7f9ad19..0000000000 --- a/spring-integration-stream/.project +++ /dev/null @@ -1,36 +0,0 @@ - - - spring-integration-stream - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - diff --git a/spring-integration-test/.classpath b/spring-integration-test/.classpath deleted file mode 100644 index ddc9103c5c..0000000000 --- a/spring-integration-test/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-test/.project b/spring-integration-test/.project deleted file mode 100644 index c16d5fcfc5..0000000000 --- a/spring-integration-test/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-test - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-twitter/.classpath b/spring-integration-twitter/.classpath deleted file mode 100644 index 85b5f296bb..0000000000 --- a/spring-integration-twitter/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/spring-integration-twitter/.project b/spring-integration-twitter/.project deleted file mode 100644 index 97116a18c4..0000000000 --- a/spring-integration-twitter/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-twitter - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-ws/.classpath b/spring-integration-ws/.classpath deleted file mode 100644 index c6c41618dd..0000000000 --- a/spring-integration-ws/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/spring-integration-ws/.project b/spring-integration-ws/.project deleted file mode 100644 index e3178e8ab8..0000000000 --- a/spring-integration-ws/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - spring-integration-ws - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/spring-integration-xml/.classpath b/spring-integration-xml/.classpath deleted file mode 100644 index 81e047113b..0000000000 --- a/spring-integration-xml/.classpath +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/spring-integration-xml/.project b/spring-integration-xml/.project deleted file mode 100644 index acec842bf2..0000000000 --- a/spring-integration-xml/.project +++ /dev/null @@ -1,35 +0,0 @@ - - - spring-integration-xml - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - - org.springframework.ide.eclipse.core.springnature - org.maven.ide.eclipse.maven2Nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.common.project.facet.core.nature - - diff --git a/spring-integration-xmpp/.classpath b/spring-integration-xmpp/.classpath deleted file mode 100644 index 85b5f296bb..0000000000 --- a/spring-integration-xmpp/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/spring-integration-xmpp/.project b/spring-integration-xmpp/.project deleted file mode 100644 index 3b38ec9900..0000000000 --- a/spring-integration-xmpp/.project +++ /dev/null @@ -1,29 +0,0 @@ - - - spring-integration-xmpp - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.springframework.ide.eclipse.core.springbuilder - - - - - org.maven.ide.eclipse.maven2Builder - - - - - - org.maven.ide.eclipse.maven2Nature - org.springframework.ide.eclipse.core.springnature - org.eclipse.jdt.core.javanature - -