Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

URL Cleanup #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The goal of Spring Scala is to make it easier to use the Spring framework in Sca
**Spring Scala development within Pivotal has ceased, but fortunately a member
of the community - Paul Snively - has stepped up and is continuing development
over at
[http://hub.darcs.net/psnively/spring-scala](http://hub.darcs.net/psnively/spring-scala).
[https://hub.darcs.net/psnively/spring-scala](https://hub.darcs.net/psnively/spring-scala).
Please refer to that repository instead of this one, which might be removed in the future.**
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">

<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.1.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="http://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="https://www.springframework.org/schema/beans/spring-beans-3.1.xsd"/>
<xsd:import namespace="http://www.springframework.org/schema/tool" schemaLocation="https://www.springframework.org/schema/tool/spring-tool-3.0.xsd"/>

<xsd:element name="seq">
<xsd:annotation>
Expand Down