From fe29a711f346da4a4fcf9b3c53aa9470fd5d0c9b Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 17 Nov 2008 15:09:17 +0000 Subject: [PATCH] Updated projects and ivy.xmls --- org.springframework.aop/aop.iml | 1 - org.springframework.beans/beans.iml | 1 - .../context-support.iml | 1 - org.springframework.context/context.iml | 1 - org.springframework.core/core.iml | 1 - org.springframework.expression/expression.iml | 48 ++++++ org.springframework.expression/pom.xml | 25 +-- org.springframework.instrument/instrument.iml | 1 - org.springframework.jdbc/jdbc.iml | 1 - org.springframework.jms/jms.iml | 1 - org.springframework.orm/orm.iml | 1 - org.springframework.transaction/ivy.xml | 3 + .../transaction.iml | 23 ++- .../web-portlet.iml | 1 - .../web-servlet.iml | 148 ------------------ org.springframework.web/web.iml | 23 ++- spring-framework.ipr | 104 +++++++++++- 17 files changed, 207 insertions(+), 177 deletions(-) create mode 100644 org.springframework.expression/expression.iml diff --git a/org.springframework.aop/aop.iml b/org.springframework.aop/aop.iml index 06b74559c3..c3670a9e8f 100644 --- a/org.springframework.aop/aop.iml +++ b/org.springframework.aop/aop.iml @@ -101,7 +101,6 @@ - diff --git a/org.springframework.beans/beans.iml b/org.springframework.beans/beans.iml index 6366498a8f..595f99187d 100644 --- a/org.springframework.beans/beans.iml +++ b/org.springframework.beans/beans.iml @@ -89,7 +89,6 @@ - diff --git a/org.springframework.context.support/context-support.iml b/org.springframework.context.support/context-support.iml index 1ebb38865c..3fb43deab8 100644 --- a/org.springframework.context.support/context-support.iml +++ b/org.springframework.context.support/context-support.iml @@ -159,7 +159,6 @@ - diff --git a/org.springframework.context/context.iml b/org.springframework.context/context.iml index fdb9817c66..c6fe1fb598 100644 --- a/org.springframework.context/context.iml +++ b/org.springframework.context/context.iml @@ -183,7 +183,6 @@ - diff --git a/org.springframework.core/core.iml b/org.springframework.core/core.iml index 9d911a333d..025bf332ec 100644 --- a/org.springframework.core/core.iml +++ b/org.springframework.core/core.iml @@ -108,7 +108,6 @@ - diff --git a/org.springframework.expression/expression.iml b/org.springframework.expression/expression.iml new file mode 100644 index 0000000000..a6fc0ed6c6 --- /dev/null +++ b/org.springframework.expression/expression.iml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.expression/pom.xml b/org.springframework.expression/pom.xml index ce5d505f0f..bf5e1aeb61 100644 --- a/org.springframework.expression/pom.xml +++ b/org.springframework.expression/pom.xml @@ -1,21 +1,24 @@ + + org.springframework + org.springframework.parent + 3.0-M1-SNAPSHOT + 4.0.0 - org.springframework org.springframework.expression jar - Spring Expression Language - 3.0.0.M1 + Spring Framework: Expression Language - commons-logging - commons-logging - 1.1.1 + org.springframework + org.springframework.core + ${pom.version} - - org.springframework - spring-core - ${project.version} - + + org.antlr + com.springsource.org.antlr + 3.0.1 + \ No newline at end of file diff --git a/org.springframework.instrument/instrument.iml b/org.springframework.instrument/instrument.iml index 5c1761d4eb..550885dbc3 100644 --- a/org.springframework.instrument/instrument.iml +++ b/org.springframework.instrument/instrument.iml @@ -11,7 +11,6 @@ - diff --git a/org.springframework.jdbc/jdbc.iml b/org.springframework.jdbc/jdbc.iml index c7ef8ab6da..21a83b71c8 100644 --- a/org.springframework.jdbc/jdbc.iml +++ b/org.springframework.jdbc/jdbc.iml @@ -82,7 +82,6 @@ - diff --git a/org.springframework.jms/jms.iml b/org.springframework.jms/jms.iml index baa86fdd90..467dbcf71e 100644 --- a/org.springframework.jms/jms.iml +++ b/org.springframework.jms/jms.iml @@ -82,7 +82,6 @@ - diff --git a/org.springframework.orm/orm.iml b/org.springframework.orm/orm.iml index b16ba607eb..79336087e1 100644 --- a/org.springframework.orm/orm.iml +++ b/org.springframework.orm/orm.iml @@ -223,7 +223,6 @@ - diff --git a/org.springframework.transaction/ivy.xml b/org.springframework.transaction/ivy.xml index 386171bddd..cec0a78fd3 100644 --- a/org.springframework.transaction/ivy.xml +++ b/org.springframework.transaction/ivy.xml @@ -36,6 +36,9 @@ + + + diff --git a/org.springframework.transaction/transaction.iml b/org.springframework.transaction/transaction.iml index 8df0472391..44e49c6665 100644 --- a/org.springframework.transaction/transaction.iml +++ b/org.springframework.transaction/transaction.iml @@ -101,7 +101,28 @@ - + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.web.portlet/web-portlet.iml b/org.springframework.web.portlet/web-portlet.iml index 8f83406d47..a523f9f909 100644 --- a/org.springframework.web.portlet/web-portlet.iml +++ b/org.springframework.web.portlet/web-portlet.iml @@ -58,7 +58,6 @@ - diff --git a/org.springframework.web.servlet/web-servlet.iml b/org.springframework.web.servlet/web-servlet.iml index 0cb0ce5c67..4c57df3e71 100644 --- a/org.springframework.web.servlet/web-servlet.iml +++ b/org.springframework.web.servlet/web-servlet.iml @@ -257,159 +257,11 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/org.springframework.web/web.iml b/org.springframework.web/web.iml index d8a6e98970..97db3eae7f 100644 --- a/org.springframework.web/web.iml +++ b/org.springframework.web/web.iml @@ -145,7 +145,28 @@ - + + + + + + + + + + + + + + + + + + + + + + diff --git a/spring-framework.ipr b/spring-framework.ipr index 95b6316364..91dc65e5e5 100644 --- a/spring-framework.ipr +++ b/spring-framework.ipr @@ -92,6 +92,33 @@ - + @@ -166,6 +212,15 @@ + + + + + + + + + @@ -174,6 +229,14 @@ + + + + + + + + @@ -265,13 +328,21 @@ - - + + + + + + @@ -443,6 +517,7 @@ + @@ -455,7 +530,7 @@ - + @@ -466,7 +541,24 @@ - +