From 99a441fe312c2bd0c951ea4952fb70d7229f187a Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 21 Oct 2008 08:04:24 +0000 Subject: [PATCH] Added more modules --- org.springframework.aop/build.xml | 6 ++++ org.springframework.aop/ivy.xml | 31 +++++++++++++++++++ org.springframework.aop/pom.xml | 16 ++++++++++ .../src/main/java/overview.html | 7 +++++ .../src/test/resources/log4j.xml | 28 +++++++++++++++++ org.springframework.aop/template.mf | 6 ++++ org.springframework.beans/build.xml | 6 ++++ org.springframework.beans/ivy.xml | 31 +++++++++++++++++++ org.springframework.beans/pom.xml | 16 ++++++++++ .../src/main/java/overview.html | 7 +++++ .../src/test/resources/log4j.xml | 28 +++++++++++++++++ org.springframework.beans/template.mf | 6 ++++ org.springframework.context/build.xml | 6 ++++ org.springframework.context/ivy.xml | 31 +++++++++++++++++++ org.springframework.context/pom.xml | 16 ++++++++++ .../src/main/java/overview.html | 7 +++++ .../src/test/resources/log4j.xml | 28 +++++++++++++++++ org.springframework.context/template.mf | 6 ++++ 18 files changed, 282 insertions(+) create mode 100644 org.springframework.aop/build.xml create mode 100644 org.springframework.aop/ivy.xml create mode 100644 org.springframework.aop/pom.xml create mode 100644 org.springframework.aop/src/main/java/overview.html create mode 100644 org.springframework.aop/src/test/resources/log4j.xml create mode 100644 org.springframework.aop/template.mf create mode 100644 org.springframework.beans/build.xml create mode 100644 org.springframework.beans/ivy.xml create mode 100644 org.springframework.beans/pom.xml create mode 100644 org.springframework.beans/src/main/java/overview.html create mode 100644 org.springframework.beans/src/test/resources/log4j.xml create mode 100644 org.springframework.beans/template.mf create mode 100644 org.springframework.context/build.xml create mode 100644 org.springframework.context/ivy.xml create mode 100644 org.springframework.context/pom.xml create mode 100644 org.springframework.context/src/main/java/overview.html create mode 100644 org.springframework.context/src/test/resources/log4j.xml create mode 100644 org.springframework.context/template.mf diff --git a/org.springframework.aop/build.xml b/org.springframework.aop/build.xml new file mode 100644 index 0000000000..4ce649f89d --- /dev/null +++ b/org.springframework.aop/build.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/org.springframework.aop/ivy.xml b/org.springframework.aop/ivy.xml new file mode 100644 index 0000000000..d6418d085a --- /dev/null +++ b/org.springframework.aop/ivy.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.aop/pom.xml b/org.springframework.aop/pom.xml new file mode 100644 index 0000000000..1de1d0d139 --- /dev/null +++ b/org.springframework.aop/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + org.springframework + org.springframework.aop + jar + Spring Core Abstractions and Utilities + 3.0.0.M1 + + + commons-logging + commons-logging + 1.1.1 + + + \ No newline at end of file diff --git a/org.springframework.aop/src/main/java/overview.html b/org.springframework.aop/src/main/java/overview.html new file mode 100644 index 0000000000..1eb7a2e8c1 --- /dev/null +++ b/org.springframework.aop/src/main/java/overview.html @@ -0,0 +1,7 @@ + + +

+The Spring Data Binding framework, an internal library used by Spring Web Flow. +

+ + \ No newline at end of file diff --git a/org.springframework.aop/src/test/resources/log4j.xml b/org.springframework.aop/src/test/resources/log4j.xml new file mode 100644 index 0000000000..767b96d620 --- /dev/null +++ b/org.springframework.aop/src/test/resources/log4j.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.aop/template.mf b/org.springframework.aop/template.mf new file mode 100644 index 0000000000..c8049413e5 --- /dev/null +++ b/org.springframework.aop/template.mf @@ -0,0 +1,6 @@ +Bundle-SymbolicName: org.springframework.aop +Bundle-Name: Spring AOP +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.apache.commons.logging;version="[1.1.1, 2.0.0)", diff --git a/org.springframework.beans/build.xml b/org.springframework.beans/build.xml new file mode 100644 index 0000000000..027fd641d7 --- /dev/null +++ b/org.springframework.beans/build.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/org.springframework.beans/ivy.xml b/org.springframework.beans/ivy.xml new file mode 100644 index 0000000000..d6418d085a --- /dev/null +++ b/org.springframework.beans/ivy.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.beans/pom.xml b/org.springframework.beans/pom.xml new file mode 100644 index 0000000000..1fe3c9951e --- /dev/null +++ b/org.springframework.beans/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + org.springframework + org.springframework.beans + jar + Spring Core Abstractions and Utilities + 3.0.0.M1 + + + commons-logging + commons-logging + 1.1.1 + + + \ No newline at end of file diff --git a/org.springframework.beans/src/main/java/overview.html b/org.springframework.beans/src/main/java/overview.html new file mode 100644 index 0000000000..1eb7a2e8c1 --- /dev/null +++ b/org.springframework.beans/src/main/java/overview.html @@ -0,0 +1,7 @@ + + +

+The Spring Data Binding framework, an internal library used by Spring Web Flow. +

+ + \ No newline at end of file diff --git a/org.springframework.beans/src/test/resources/log4j.xml b/org.springframework.beans/src/test/resources/log4j.xml new file mode 100644 index 0000000000..767b96d620 --- /dev/null +++ b/org.springframework.beans/src/test/resources/log4j.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.beans/template.mf b/org.springframework.beans/template.mf new file mode 100644 index 0000000000..14ff7d929d --- /dev/null +++ b/org.springframework.beans/template.mf @@ -0,0 +1,6 @@ +Bundle-SymbolicName: org.springframework.beans +Bundle-Name: Spring Beans +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.apache.commons.logging;version="[1.1.1, 2.0.0)", diff --git a/org.springframework.context/build.xml b/org.springframework.context/build.xml new file mode 100644 index 0000000000..2f9d8d2485 --- /dev/null +++ b/org.springframework.context/build.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/org.springframework.context/ivy.xml b/org.springframework.context/ivy.xml new file mode 100644 index 0000000000..d6418d085a --- /dev/null +++ b/org.springframework.context/ivy.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml new file mode 100644 index 0000000000..bcee342d1e --- /dev/null +++ b/org.springframework.context/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + org.springframework + org.springframework.context + jar + Spring Core Abstractions and Utilities + 3.0.0.M1 + + + commons-logging + commons-logging + 1.1.1 + + + \ No newline at end of file diff --git a/org.springframework.context/src/main/java/overview.html b/org.springframework.context/src/main/java/overview.html new file mode 100644 index 0000000000..1eb7a2e8c1 --- /dev/null +++ b/org.springframework.context/src/main/java/overview.html @@ -0,0 +1,7 @@ + + +

+The Spring Data Binding framework, an internal library used by Spring Web Flow. +

+ + \ No newline at end of file diff --git a/org.springframework.context/src/test/resources/log4j.xml b/org.springframework.context/src/test/resources/log4j.xml new file mode 100644 index 0000000000..767b96d620 --- /dev/null +++ b/org.springframework.context/src/test/resources/log4j.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.springframework.context/template.mf b/org.springframework.context/template.mf new file mode 100644 index 0000000000..e992eb7ad3 --- /dev/null +++ b/org.springframework.context/template.mf @@ -0,0 +1,6 @@ +Bundle-SymbolicName: org.springframework.context +Bundle-Name: Spring Context +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2 +Import-Template: + org.apache.commons.logging;version="[1.1.1, 2.0.0)",