Skip to content

Commit 093aa3d

Browse files
committed
Try new archived site and Javadoc layout.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1550047 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1a03d42 commit 093aa3d

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ limitations under the License.
235235
<artifactId>maven-scm-publish-plugin</artifactId>
236236
<configuration>
237237
<ignorePathsToDelete>
238-
<ignorePathToDelete>javadocs**</ignorePathToDelete>
238+
<ignorePathToDelete>archive**</ignorePathToDelete>
239239
</ignorePathsToDelete>
240240
</configuration>
241241
</plugin>

src/site/site.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,24 @@
2727
<item name="Overview" href="/index.html"/>
2828
<item name="Download" href="http://commons.apache.org/codec/download_codec.cgi"/>
2929
<item name="Users guide" href="/userguide.html"/>
30-
<item name="Javadoc trunk" href="apidocs/index.html"/>
31-
<item name="Javadoc 1.8" href="javadocs/api-release/index.html"/>
32-
<item name="Javadoc 1.7" href="javadocs/api-1.7/index.html"/>
30+
<item name="Javadoc trunk" href="/apidocs/index.html"/>
31+
<item name="Javadoc 1.9" href="/archives/1.9/apidocs/index.html"/>
32+
<item name="Javadoc 1.8" href="/archives/1.8/apidocs/index.html"/>
33+
<item name="Javadoc 1.7" href="/archives/1.7/apidocs/index.html"/>
3334
</menu>
3435

3536
<menu name="Development">
3637
<item name="Release Notes" href="/changes-report.html"/>
3738
<item name="Mailing Lists" href="/mail-lists.html"/>
3839
<item name="Issue Tracking" href="/issue-tracking.html"/>
3940
<item name="Source Repository" href="/source-repository.html"/>
40-
<item name="Javadoc SVN latest" href="apidocs/index.html"/>
41+
<item name="Javadoc trunk" href="/apidocs/index.html"/>
42+
</menu>
43+
44+
<menu name="Site Archives">
45+
<item name="Codec 1.9" href="/archives/1.9/index.html"/>
46+
<item name="Codec 1.8" href="/archives/1.8/index.html"/>
47+
<item name="Codec 1.7" href="/archives/1.7/index.html"/>
4148
</menu>
4249

4350
</body>

src/site/xdoc/index.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ The <a href="source-repository.html">subversion repository</a> can be
8383
<!-- ================================================== -->
8484
<section name="Releases">
8585
<ul>
86-
<li>Codec 1.8 requires Java 1.6</li>
87-
<li>Codec 1.7 requires Java 1.6</li>
86+
<li><a href="archives/1.9/index.html">Codec 1.9</a> requires Java 1.6</li>
87+
<li><a href="archives/1.8/index.html">Codec 1.8</a> requires Java 1.6</li>
88+
<li><a href="archives/1.7/index.html">Codec 1.7</a> requires Java 1.6</li>
8889
<li>Codec 1.6 requires Java 1.5</li>
8990
<li>Codec 1.5 requires Java 1.4</li>
9091
<li>Codec 1.4 requires Java 1.4</li>

0 commit comments

Comments
 (0)