10 changed files with 12 additions and 19 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
/** |
||||
* Package providing integration of |
||||
* <a href="http://groovy.codehaus.org">Groovy</a> |
||||
* <a href="http://www.groovy-lang.org/">Groovy</a> |
||||
* into Spring's scripting infrastructure. |
||||
*/ |
||||
package org.springframework.scripting.groovy; |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
/** |
||||
* Package providing integration of <a href="http://castor.codehaus.org/xml-mapping.html">Castor</a> |
||||
* Package providing integration of <a href="http://castor-data-binding.github.io/castor/reference-guides/1.3.3/html-single/index.html#xml.mapping">Castor</a> |
||||
* within Spring's O/X Mapping support. |
||||
*/ |
||||
package org.springframework.oxm.castor; |
||||
|
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
/** |
||||
* Package providing integration of <a href="http://xstream.codehaus.org/">XStream</a> |
||||
* Package providing integration of <a href="http://x-stream.github.io/">XStream</a> |
||||
* with Spring's O/X Mapping support. |
||||
*/ |
||||
package org.springframework.oxm.xstream; |
||||
|
||||
Loading…
Reference in new issue