From c0747a8bb975ee48a65306b05ae4270987e2b608 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 25 Sep 2008 20:51:38 +0000 Subject: [PATCH] Moving 'org.springframework.integration.test' module to the sandbox until post 1.0 --- .../.classpath | 19 ------------ org.springframework.integration.test/.project | 17 ---------- .../build.xml | 8 ----- org.springframework.integration.test/ivy.xml | 29 ----------------- .../integration/test/TestMessage.java | 31 ------------------- .../template.mf | 6 ---- 6 files changed, 110 deletions(-) delete mode 100644 org.springframework.integration.test/.classpath delete mode 100644 org.springframework.integration.test/.project delete mode 100644 org.springframework.integration.test/build.xml delete mode 100644 org.springframework.integration.test/ivy.xml delete mode 100644 org.springframework.integration.test/src/main/java/org/springframework/integration/test/TestMessage.java delete mode 100644 org.springframework.integration.test/template.mf diff --git a/org.springframework.integration.test/.classpath b/org.springframework.integration.test/.classpath deleted file mode 100644 index 31734ea973..0000000000 --- a/org.springframework.integration.test/.classpath +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/org.springframework.integration.test/.project b/org.springframework.integration.test/.project deleted file mode 100644 index 683fc6d7b9..0000000000 --- a/org.springframework.integration.test/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.springframework.integration.test - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/org.springframework.integration.test/build.xml b/org.springframework.integration.test/build.xml deleted file mode 100644 index d4b00fd40e..0000000000 --- a/org.springframework.integration.test/build.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/org.springframework.integration.test/ivy.xml b/org.springframework.integration.test/ivy.xml deleted file mode 100644 index e49c76001c..0000000000 --- a/org.springframework.integration.test/ivy.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.springframework.integration.test/src/main/java/org/springframework/integration/test/TestMessage.java b/org.springframework.integration.test/src/main/java/org/springframework/integration/test/TestMessage.java deleted file mode 100644 index baf3fd52f1..0000000000 --- a/org.springframework.integration.test/src/main/java/org/springframework/integration/test/TestMessage.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright 2002-2007 the original author or authors. - * - * Licensed 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. - */ - -package org.springframework.integration.test; - -import org.springframework.integration.message.StringMessage; - -/** - * @author Mark Fisher - */ -@SuppressWarnings("serial") -public class TestMessage extends StringMessage { - - public TestMessage(String payload) { - super("test"); - } - -} diff --git a/org.springframework.integration.test/template.mf b/org.springframework.integration.test/template.mf deleted file mode 100644 index 321a4f1449..0000000000 --- a/org.springframework.integration.test/template.mf +++ /dev/null @@ -1,6 +0,0 @@ -Bundle-SymbolicName: org.springframework.integration.test -Bundle-Name: Spring Integration Test Support -Bundle-Vendor: SpringSource -Bundle-ManifestVersion: 2 -Import-Template: - org.springframework.integration.*;version="[1.0.0, 1.0.1)"