X Tutup
Skip to content

Commit da6e188

Browse files
committed
Use new download links.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@366 ce8fead1-4192-4296-8608-a705134b927f
1 parent 92e0bfc commit da6e188

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

docs/apt/index.apt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Introduction
1111

1212
This used to be a trac site, but since Spring Python became an official Spring Extension, it has been replaced
1313
with a maven-generated one. Documentation stored in various trac articles has been migrated to the documentation
14-
set found in left-hand side of this page. You can view either HTML or a PDF document. The old trac site has been
15-
archived for historical benefit.
14+
set found in left-hand side of this page. You can view either HTML or a PDF document.
1615

1716
Key Features
1817

@@ -54,7 +53,7 @@ Key Features
5453

5554
Downloads
5655

57-
{{{http://s3browse.com/explore/dist.springframework.org/release/EXT/se-springpython-py}Official releases}}
56+
{{{http://www.springsource.com/download/community?project=Spring%20Extensions}Official releases}}
5857

5958
What's Coming?
6059

docs/site.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<item name="XML schema specs" href="schema/context"/>
3333
</menu>
3434

35-
<menu name="Archived">
36-
<item name="Old trac site" href="http://trac.springpython.webfactional.com"/>
37-
</menu>
3835
<menu name="Technologies"/>
3936
</body>
4037
<poweredBy>

samples/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'petclinic.db',
4747
'springirc',
4848
'springwiki'],
49-
download_url="http://s3browse.com/explore/dist.springframework.org/release/EXT/se-springpython-py/",
49+
download_url="http://www.springsource.com/download/community?project=Spring%20Extensions",
5050
classifiers=["License :: OSI Approved :: GNU General Public License (GPL)",
5151
"License :: OSI Approved :: Apache Software License",
5252
"Intended Audience :: Developers",

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'springpython.security.userdetails'
5757
],
5858
package_data={'springpython': ["README", "COPYRIGHT", "LICENSE.txt"]},
59-
download_url="http://s3browse.com/explore/dist.springframework.org/release/EXT/se-springpython-py/",
59+
download_url="http://www.springsource.com/download/community?project=Spring%20Extensions",
6060
classifiers=["License :: OSI Approved :: Apache Software License",
6161
"Intended Audience :: Developers",
6262
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)
X Tutup