From 268cb4a1dfb261b6b05cc78b0a05ee48af65bc50 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 28 Oct 2008 12:28:35 +0000 Subject: [PATCH] Added IntelliJ projects --- org.springframework.aop/aop.iml | 259 +++++++ org.springframework.beans/beans.iml | 225 ++++++ .../context-support.iml | 295 ++++++++ org.springframework.context/context.iml | 330 ++++++++ org.springframework.core/core.iml | 246 ++++++ org.springframework.instrument/instrument.iml | 169 +++++ org.springframework.jdbc/jdbc.iml | 229 ++++++ org.springframework.orm/orm.iml | 370 +++++++++ .../transaction.iml | 259 +++++++ .../web-portlet.iml | 216 ++++++ .../web-servlet.iml | 361 +++++++++ org.springframework.web/web.iml | 314 ++++++++ spring-framework.ipr | 708 ++++++++++++++++++ 13 files changed, 3981 insertions(+) create mode 100644 org.springframework.aop/aop.iml create mode 100644 org.springframework.beans/beans.iml create mode 100644 org.springframework.context.support/context-support.iml create mode 100644 org.springframework.context/context.iml create mode 100644 org.springframework.core/core.iml create mode 100644 org.springframework.instrument/instrument.iml create mode 100644 org.springframework.jdbc/jdbc.iml create mode 100644 org.springframework.orm/orm.iml create mode 100644 org.springframework.transaction/transaction.iml create mode 100644 org.springframework.web.portlet/web-portlet.iml create mode 100644 org.springframework.web.servlet/web-servlet.iml create mode 100644 org.springframework.web/web.iml create mode 100644 spring-framework.ipr diff --git a/org.springframework.aop/aop.iml b/org.springframework.aop/aop.iml new file mode 100644 index 00000000000..81fd0076663 --- /dev/null +++ b/org.springframework.aop/aop.iml @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.beans/beans.iml b/org.springframework.beans/beans.iml new file mode 100644 index 00000000000..8c87bc1d7bf --- /dev/null +++ b/org.springframework.beans/beans.iml @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.context.support/context-support.iml b/org.springframework.context.support/context-support.iml new file mode 100644 index 00000000000..c172deee403 --- /dev/null +++ b/org.springframework.context.support/context-support.iml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.context/context.iml b/org.springframework.context/context.iml new file mode 100644 index 00000000000..68cb76a6d62 --- /dev/null +++ b/org.springframework.context/context.iml @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.core/core.iml b/org.springframework.core/core.iml new file mode 100644 index 00000000000..1072c7fc83a --- /dev/null +++ b/org.springframework.core/core.iml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.instrument/instrument.iml b/org.springframework.instrument/instrument.iml new file mode 100644 index 00000000000..0b1afaec8af --- /dev/null +++ b/org.springframework.instrument/instrument.iml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.jdbc/jdbc.iml b/org.springframework.jdbc/jdbc.iml new file mode 100644 index 00000000000..1c87050c8d8 --- /dev/null +++ b/org.springframework.jdbc/jdbc.iml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.orm/orm.iml b/org.springframework.orm/orm.iml new file mode 100644 index 00000000000..936d910d76b --- /dev/null +++ b/org.springframework.orm/orm.iml @@ -0,0 +1,370 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.transaction/transaction.iml b/org.springframework.transaction/transaction.iml new file mode 100644 index 00000000000..93c1d168656 --- /dev/null +++ b/org.springframework.transaction/transaction.iml @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.web.portlet/web-portlet.iml b/org.springframework.web.portlet/web-portlet.iml new file mode 100644 index 00000000000..91999792add --- /dev/null +++ b/org.springframework.web.portlet/web-portlet.iml @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.web.servlet/web-servlet.iml b/org.springframework.web.servlet/web-servlet.iml new file mode 100644 index 00000000000..a9337e53010 --- /dev/null +++ b/org.springframework.web.servlet/web-servlet.iml @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.web/web.iml b/org.springframework.web/web.iml new file mode 100644 index 00000000000..10d526e94d5 --- /dev/null +++ b/org.springframework.web/web.iml @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spring-framework.ipr b/spring-framework.ipr new file mode 100644 index 00000000000..73a31fb3a4e --- /dev/null +++ b/spring-framework.ipr @@ -0,0 +1,708 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +