From 65e0ecc12f9d90e59f39d1d25ae1ccdf844f0290 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sat, 20 Sep 2008 16:22:05 +0000 Subject: [PATCH] Adding new module for RMI adapters, schema, and parsers --- .../.classpath | 18 +++++++++++ org.springframework.integration.rmi/.project | 17 ++++++++++ org.springframework.integration.rmi/build.xml | 8 +++++ org.springframework.integration.rmi/ivy.xml | 31 +++++++++++++++++++ .../template.mf | 15 +++++++++ 5 files changed, 89 insertions(+) create mode 100644 org.springframework.integration.rmi/.classpath create mode 100644 org.springframework.integration.rmi/.project create mode 100644 org.springframework.integration.rmi/build.xml create mode 100644 org.springframework.integration.rmi/ivy.xml create mode 100644 org.springframework.integration.rmi/template.mf diff --git a/org.springframework.integration.rmi/.classpath b/org.springframework.integration.rmi/.classpath new file mode 100644 index 0000000000..ab39647c68 --- /dev/null +++ b/org.springframework.integration.rmi/.classpath @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.rmi/.project b/org.springframework.integration.rmi/.project new file mode 100644 index 0000000000..7a2c3c65a4 --- /dev/null +++ b/org.springframework.integration.rmi/.project @@ -0,0 +1,17 @@ + + + org.springframework.integration.rmi + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.springframework.integration.rmi/build.xml b/org.springframework.integration.rmi/build.xml new file mode 100644 index 0000000000..b20d0a8849 --- /dev/null +++ b/org.springframework.integration.rmi/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/org.springframework.integration.rmi/ivy.xml b/org.springframework.integration.rmi/ivy.xml new file mode 100644 index 0000000000..f03781c6c6 --- /dev/null +++ b/org.springframework.integration.rmi/ivy.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.rmi/template.mf b/org.springframework.integration.rmi/template.mf new file mode 100644 index 0000000000..5ee01f5196 --- /dev/null +++ b/org.springframework.integration.rmi/template.mf @@ -0,0 +1,15 @@ +Bundle-SymbolicName: org.springframework.integration.rmi +Bundle-Name: Spring Integration RMI Support +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.springframework.integration.*;version="[1.0.0, 1.0.1)", + org.springframework.beans.*;version="[2.5.5.A, 3.0.0)", + org.springframework.context;version="[2.5.5.A, 3.0.0)", + org.springframework.core.*;version="[2.5.5.A, 3.0.0)", + org.springframework.remoting.*;version="[2.5.5.A, 3.0.0)", + org.springframework.util;version="[2.5.5.A, 3.0.0)", + org.apache.commons.logging;version="[1.1.1, 2.0.0)" +Unversioned-Imports: + org.w3c.dom +