From 154f0ce400e6c4c085fa524e8d407f072a9529a3 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 2 Jul 2009 16:54:23 +0000 Subject: [PATCH] removing unused build files and classpath settings from samples directory --- .../.classpath | 30 -------------- .../ivy.xml | 39 ------------------- .../template.mf | 15 ------- 3 files changed, 84 deletions(-) delete mode 100644 org.springframework.integration.samples/.classpath delete mode 100644 org.springframework.integration.samples/ivy.xml delete mode 100644 org.springframework.integration.samples/template.mf diff --git a/org.springframework.integration.samples/.classpath b/org.springframework.integration.samples/.classpath deleted file mode 100644 index ba4933d154..0000000000 --- a/org.springframework.integration.samples/.classpath +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/org.springframework.integration.samples/ivy.xml b/org.springframework.integration.samples/ivy.xml deleted file mode 100644 index 66f29e9c5e..0000000000 --- a/org.springframework.integration.samples/ivy.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.springframework.integration.samples/template.mf b/org.springframework.integration.samples/template.mf deleted file mode 100644 index c14e9bf471..0000000000 --- a/org.springframework.integration.samples/template.mf +++ /dev/null @@ -1,15 +0,0 @@ -Bundle-SymbolicName: org.springframework.integration.samples -Bundle-Name: Spring Integration Samples -Bundle-Vendor: SpringSource -Bundle-ManifestVersion: 2 -Import-Template: - org.springframework.integration.*;version="[1.0.2, 1.0.3)", - org.springframework.beans.*;version="[2.5.6.A, 3.0.0)", - org.springframework.context.*;version="[2.5.6.A, 3.0.0)", - org.springframework.util.*;version="[2.5.6.A, 3.0.0)", - org.springframework.stereotype;version="[2.5.6.A, 3.0.0)", - org.springframework.core.*;version="[2.5.6.A, 3.0.0)", - org.springframework.xml.*;version="[1.5.5.A, 2.0.0)", - org.w3c.dom.*;version="0", - org.xml.sax.*;version="0", - javax.xml.*;version="0"