Download from sourceforge
This commit is contained in:
parent
59462a6593
commit
5c19501f16
|
@ -1,39 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
* ========================================================================
|
|
||||||
*
|
|
||||||
* Copyright 2004 Acegi Technology Pty Limited
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*
|
|
||||||
* ========================================================================
|
|
||||||
-->
|
|
||||||
|
|
||||||
<document>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<title>Downloading Acegi</title>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<section name="Downloading Acegi">
|
|
||||||
|
|
||||||
<p>
|
|
||||||
You can download the latest release from the
|
|
||||||
<a href="http://sourceforge.net/project/showfiles.php?group_id=104215">Sourceforge project site</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</body>
|
|
||||||
</document>
|
|
|
@ -31,7 +31,7 @@
|
||||||
<item name="Home" href="index.html"/>
|
<item name="Home" href="index.html"/>
|
||||||
<item name="Reference" href="reference.html"/>
|
<item name="Reference" href="reference.html"/>
|
||||||
<item name="Building" href="building.html"/>
|
<item name="Building" href="building.html"/>
|
||||||
<item name="Download" href="download.html"/>
|
<item name="Downloads" href="downloads.html"/>
|
||||||
<item name="Subprojects" href="projects-overview.html"/>
|
<item name="Subprojects" href="projects-overview.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,8 @@ maven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.
|
||||||
# Site generation properties
|
# Site generation properties
|
||||||
maven.xdoc.date = left
|
maven.xdoc.date = left
|
||||||
maven.xdoc.version = ${pom.currentVersion}
|
maven.xdoc.version = ${pom.currentVersion}
|
||||||
maven.xdoc.distributionUrl=http://acegisecurity.sourceforge.net/maven/acegisecurity/jars
|
maven.xdoc.distributionUrl=http://sourceforge.net/project/showfiles.php?group_id=104215
|
||||||
|
#maven.xdoc.distributionUrl=http://acegisecurity.sourceforge.net/maven/acegisecurity/jars
|
||||||
maven.html2xdoc.enabled=true
|
maven.html2xdoc.enabled=true
|
||||||
|
|
||||||
# Deploying site
|
# Deploying site
|
||||||
|
|
Loading…
Reference in New Issue