X Tutup
Skip to content

Commit f763c37

Browse files
author
Dariusz Suchojad
committed
SESPRINGPYTHONPY-133: Syncing with trunk.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/sandbox/dsuch/jira/SESPRINGPYTHONPY-133@754 ce8fead1-4192-4296-8608-a705134b927f
2 parents 4e682fe + 9ceda5d commit f763c37

29 files changed

+351
-856
lines changed

springpython/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def create_pydocs():
409409
pydoc.writedoc("springpython.remoting.pyro")
410410
pydoc.writedoc("springpython.remoting.pyro.PyroDaemonHolder")
411411
pydoc.writedoc("springpython.security")
412-
pydoc.writedoc("springpython.security.cherrypy31")
412+
pydoc.writedoc("springpython.security.cherrypy3")
413413
pydoc.writedoc("springpython.security.intercept")
414414
pydoc.writedoc("springpython.security.context")
415415
pydoc.writedoc("springpython.security.context.SecurityContextHolder")
87.7 KB
Binary file not shown.

springpython/docs/reference/src/security.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
<section id="security-dependencies">
1717
<title>External dependencies</title>
1818
<para>
19-
<classname>springpython.security.cherrypy31</classname>
20-
and
21-
<classname>springpython.security.web</classname>
22-
packages depend on
19+
<classname>springpython.security.cherrypy3</classname>
20+
package depends on
2321
<ulink url="http://cherrypy.org/">CherryPy 3</ulink>
2422
being installed prior to using them. Other than that, there are
2523
no specific external libraries required by Spring Python's security

springpython/samples/basic/app.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

springpython/samples/basic/app2.py

Lines changed: 0 additions & 118 deletions
This file was deleted.

springpython/samples/build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
author_email='gregturn at mindspring dot com',
3333
url='http://springpython.webfactional.com',
3434
license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',
35-
packages=['basic',
36-
'petclinic',
35+
packages=['petclinic',
3736
'petclinic.cherrypy',
3837
'petclinic.db',
3938
'springirc',

0 commit comments

Comments
 (0)
X Tutup