+ backport template fix from trunk (rev 3014)

+ change pom version to 3.0.1.RELEASE-A (instead of RELEASE.A)
This commit is contained in:
Costin Leau
2010-02-19 11:36:31 +00:00
parent 677b0b54fc
commit 4cf2504fb4
41 changed files with 157 additions and 151 deletions
+2 -2
View File
@@ -6,12 +6,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<packaging>jar</packaging>
<version>3.0.1.RELEASE.A</version>
<version>3.0.1.RELEASE-A</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.1.RELEASE.A</version>
<version>3.0.1.RELEASE-A</version>
</parent>
<profiles>
+12 -12
View File
@@ -22,18 +22,18 @@ Import-Template:
org.apache.velocity.*;version="[1.5.0, 2.0.0)";resolution:=optional,
org.apache.velocity.tools.*;version="[1.4.0, 3.0.0)";resolution:=optional,
org.codehaus.jackson.*;version="[1.0.0, 1.1.0)";resolution:=optional,
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
org.springframework.context.*;version="[3.0.0, 3.0.1)",
org.springframework.core.*;version="[3.0.0, 3.0.1)",
org.springframework.expression.*;version="[3.0.0, 3.0.1)",
org.springframework.format.*;version="[3.0.0, 3.0.1)",
org.springframework.http.*;version="[3.0.0, 3.0.1)",
org.springframework.oxm.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.stereotype;version="[3.0.0, 3.0.1)",
org.springframework.ui.*;version="[3.0.0, 3.0.1)",
org.springframework.util.*;version="[3.0.0, 3.0.1)",
org.springframework.validation.*;version="[3.0.0, 3.0.1)",
org.springframework.web.*;version="[3.0.0, 3.0.1)",
org.springframework.beans.*;version=${spring.osgi.range},
org.springframework.context.*;version=${spring.osgi.range},
org.springframework.core.*;version=${spring.osgi.range},
org.springframework.expression.*;version=${spring.osgi.range},
org.springframework.format.*;version=${spring.osgi.range},
org.springframework.http.*;version=${spring.osgi.range},
org.springframework.oxm.*;version=${spring.osgi.range};resolution:=optional,
org.springframework.stereotype;version=${spring.osgi.range},
org.springframework.ui.*;version=${spring.osgi.range},
org.springframework.util.*;version=${spring.osgi.range},
org.springframework.validation.*;version=${spring.osgi.range},
org.springframework.web.*;version=${spring.osgi.range},
org.xml.sax.*;version="0";resolution:=optional,
org.w3c.dom.*;version="0";resolution:=optional
Ignored-Existing-Headers: