diff --git a/org.springframework.spring-library/build.xml b/org.springframework.spring-library/build.xml
index d74eff1015e..8b19d61ce41 100644
--- a/org.springframework.spring-library/build.xml
+++ b/org.springframework.spring-library/build.xml
@@ -5,6 +5,8 @@
+
+
diff --git a/org.springframework.spring-library/pom.xml b/org.springframework.spring-library/pom.xml
index 95e857a7792..c416fc871e5 100644
--- a/org.springframework.spring-library/pom.xml
+++ b/org.springframework.spring-library/pom.xml
@@ -12,8 +12,8 @@
4.0.0
org.springframework
- spring
- pom
+ spring-library
+ libd
3.0.0.BUILD-SNAPSHOT
Spring Framework
Spring is a layered Java/J2EE application platform, based on code published in Expert
@@ -52,30 +52,6 @@
http://forum.springframework.org
-
-
- ../org.springframework.spring-parent
- ../org.springframework.instrument
- ../org.springframework.instrument.classloading
- ../org.springframework.asm
- ../org.springframework.core
- ../org.springframework.expression
- ../org.springframework.core
- ../org.springframework.beans
- ../org.springframework.aop
- ../org.springframework.context
- ../org.springframework.transaction
- ../org.springframework.oxm
- ../org.springframework.jms
- ../org.springframework.aspects
- ../org.springframework.jdbc
- ../org.springframework.web
- ../org.springframework.orm
- ../org.springframework.context.support
- ../org.springframework.web.portlet
- ../org.springframework.web.servlet
- ../org.springframework.test
-
@@ -97,5 +73,92 @@
+
+
+ org.springframework
+ spring-aop
+ ${project.version}
+
+
+ org.springframework
+ spring-asm
+ ${project.version}
+
+
+ org.springframework
+ spring-aspects
+ ${project.version}
+
+
+ org.springframework
+ spring-beans
+ ${project.version}
+
+
+ org.springframework
+ spring-context
+ ${project.version}
+
+
+ org.springframework
+ spring-context-support
+ ${project.version}
+
+
+ org.springframework
+ spring-core
+ ${project.version}
+
+
+ org.springframework
+ spring-expression
+ ${project.version}
+
+
+ org.springframework
+ spring-jdbc
+ ${project.version}
+
+
+ org.springframework
+ spring-jms
+ ${project.version}
+
+
+ org.springframework
+ spring-orm
+ ${project.version}
+
+
+ org.springframework
+ spring-oxm
+ ${project.version}
+
+
+ org.springframework
+ spring-tx
+ ${project.version}
+
+
+ org.springframework
+ spring-web
+ ${project.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${project.version}
+
+
+ org.springframework
+ spring-webmvc-portlet
+ ${project.version}
+
+
+ aopalliance
+ aopalliance
+ 1.0
+
+