Browse Source

fixed overview files

pull/23217/head
Juergen Hoeller 15 years ago
parent
commit
09e6a85edd
  1. 2
      org.springframework.aop/src/main/java/overview.html
  2. 2
      org.springframework.beans/src/main/java/overview.html
  3. 2
      org.springframework.context.support/src/main/java/overview.html
  4. 2
      org.springframework.context/src/main/java/overview.html
  5. 2
      org.springframework.core/src/main/java/overview.html
  6. 2
      org.springframework.instrument/src/main/java/overview.html
  7. 2
      org.springframework.jdbc/src/main/java/overview.html
  8. 2
      org.springframework.jms/src/main/java/overview.html
  9. 2
      org.springframework.orm/src/main/java/overview.html
  10. 2
      org.springframework.test/src/main/java/overview.html
  11. 2
      org.springframework.transaction/src/main/java/overview.html
  12. 2
      org.springframework.web.portlet/src/main/java/overview.html
  13. 2
      org.springframework.web.servlet/src/main/java/overview.html
  14. 2
      org.springframework.web/src/main/java/overview.html

2
org.springframework.aop/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's proxy-based AOP framework.
</p>
</body>
</html>

2
org.springframework.beans/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's core beans and bean factory support.
</p>
</body>
</html>

2
org.springframework.context.support/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Support classes for integrating common third-party libraries into a Spring application context.
</p>
</body>
</html>

2
org.springframework.context/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's central application context runtime. Also includes scheduling and remoting abstractions.
</p>
</body>
</html>

2
org.springframework.core/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's core utilities, used by many other Spring modules.
</p>
</body>
</html>

2
org.springframework.instrument/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's instrumentation agent for JVM bootstrapping.
</p>
</body>
</html>

2
org.springframework.jdbc/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's JDBC support package. Includes DataSource setup support as well as JDBC access support.
</p>
</body>
</html>

2
org.springframework.jms/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's JMS support package, covering synchronous JMS access as well as message listener containers.
</p>
</body>
</html>

2
org.springframework.orm/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's O/R Mapping package: supporting Hibernate, JPA, JDO, and iBATIS SQL Maps.
</p>
</body>
</html>

2
org.springframework.test/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's test context framework. Also includes common Servlet and Portlet API mocks.
</p>
</body>
</html>

2
org.springframework.transaction/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's transaction infrastructure. Also includes DAO support and JCA integration.
</p>
</body>
</html>

2
org.springframework.web.portlet/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's MVC framework in its Portlet API version. Includes common Portlet support packages.
</p>
</body>
</html>

2
org.springframework.web.servlet/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's MVC framework in its Servlet API version. Includes support for common view technologies.
</p>
</body>
</html>

2
org.springframework.web/src/main/java/overview.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<html>
<body>
<p>
The Spring Data Binding framework, an internal library used by Spring Web Flow.
Spring's core web support packages, for any kind of web environment.
</p>
</body>
</html>
Loading…
Cancel
Save