Skip to content

Commit 7871ef4

Browse files
author
Stephen Colebourne
committed
Update website to newer commons style
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140493 13f79535-47bb-0310-9956-ffa450edef68
1 parent 14fb087 commit 7871ef4

4 files changed

Lines changed: 83 additions & 115 deletions

File tree

project.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
maven.xdoc.date=left
2+
maven.xdoc.version=${pom.currentVersion}
3+
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
4+
maven.xdoc.poweredby.image=maven-feather.png
5+
6+
maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/

project.xml

Lines changed: 42 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,36 @@
11
<?xml version="1.0"?>
2-
<project>
3-
4-
<pomVersion>3</pomVersion>
5-
6-
<id>commons-io</id>
7-
<name>io</name>
8-
<groupId>jakarta-commons</groupId>
9-
10-
<currentVersion>SNAPSHOT</currentVersion>
11-
12-
<organization>
13-
<name>Apache Software Foundation</name>
14-
<url>http://www.apache.org</url>
15-
<logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
16-
</organization>
172

18-
<inceptionYear>2002</inceptionYear>
19-
<package>org.apache.commons.io</package>
20-
<logo>/images/logo.gif</logo>
21-
22-
<!-- Gump integration -->
23-
<gumpRepositoryId>jakarta-io</gumpRepositoryId>
24-
25-
<description>
3+
<project>
4+
<extend>../project.xml</extend>
5+
<name>IO</name>
6+
<id>commons-io</id>
7+
8+
<organization>
9+
<name>Apache Software Foundation</name>
10+
<url>http://www.apache.org</url>
11+
<logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
12+
</organization>
13+
<logo><!--/images/logo.png--></logo>
14+
15+
<currentVersion>SNAPSHOT</currentVersion>
16+
<inceptionYear>2002</inceptionYear>
17+
<shortDescription>Commons IO</shortDescription>
18+
<description>
2619
Commons.IO is a package of Java utility classes for java.io's
2720
hierarchy. Classes in this package are considered to be so standard
2821
and of such high reuse as to justify existence in java.io.
29-
</description>
30-
31-
<shortDescription>Java Common IO Components</shortDescription>
32-
33-
<url>http://jakarta.apache.org/commons/sandbox/io/</url>
34-
35-
<issueTrackingUrl>
36-
http://issues.apache.org/bugzilla/
37-
</issueTrackingUrl>
38-
39-
<siteAddress>jakarta.apache.org</siteAddress>
40-
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/io/</siteDirectory>
41-
42-
<distributionDirectory>
43-
/www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/
44-
</distributionDirectory>
45-
46-
<repository>
47-
<connection>
48-
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/io
49-
</connection>
50-
51-
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url>
52-
</repository>
53-
54-
<mailingLists>
55-
<mailingList>
56-
<name>Commons User List</name>
57-
58-
<subscribe>
59-
commons-user-subscribe@jakarta.apache.org
60-
</subscribe>
61-
62-
<unsubscribe>
63-
commons-user-unsubscribe@jakarta.apache.org
64-
</unsubscribe>
22+
</description>
23+
<url>http://jakarta.apache.org/commons/sandbox/io/</url>
6524

66-
<archive>
67-
http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org
68-
</archive>
69-
</mailingList>
25+
<siteAddress>jakarta.apache.org</siteAddress>
26+
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/io/</siteDirectory>
7027

71-
<mailingList>
72-
<name>Commons Developer List</name>
73-
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
74-
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
75-
<archive>
76-
http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org
77-
</archive>
78-
</mailingList>
79-
</mailingLists>
28+
<repository>
29+
<connection>
30+
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/io
31+
</connection>
32+
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url>
33+
</repository>
8034

8135
<developers>
8236
<developer>
@@ -122,7 +76,6 @@
12276
<developer>
12377
<name>Stephen Colebourne</name>
12478
<id>scolebourne</id>
125-
<email>scolebourne@apache.org</email>
12679
<organization>SITA ATS</organization>
12780
<roles>
12881
<role>Java Developer</role>
@@ -203,26 +156,21 @@
203156
</resources>
204157
</build>
205158

206-
<reports>
207-
<report>maven-javadoc-plugin</report>
208-
<report>maven-junit-report-plugin</report>
209-
<report>maven-jxr-plugin</report>
210-
211-
<report>maven-checkstyle-plugin</report>
212-
<report>maven-clover-plugin</report>
213-
<report>maven-linkcheck-plugin</report>
214-
<report>maven-pmd-plugin</report>
215-
216-
<report>maven-changes-plugin</report>
217-
<report>maven-changelog-plugin</report>
218-
<report>maven-developer-activity-plugin</report>
219-
<report>maven-file-activity-plugin</report>
220-
221-
<!--
222-
TODO: This plugin just takes too damn long.
223-
Maybe uncomment it when we do a release.
224-
<report>maven-statcvs-plugin</report>
225-
-->
226-
</reports>
159+
<reports>
160+
<report>maven-changelog-plugin</report>
161+
<report>maven-changes-plugin</report>
162+
<!--report>maven-checkstyle-plugin</report-->
163+
<!--report>maven-clover-plugin</report-->
164+
<report>maven-developer-activity-plugin</report>
165+
<report>maven-file-activity-plugin</report>
166+
<report>maven-javadoc-plugin</report>
167+
<!--report>maven-jellydoc-plugin</report-->
168+
<report>maven-junit-report-plugin</report>
169+
<report>maven-jxr-plugin</report>
170+
<report>maven-license-plugin</report>
171+
<!--report>maven-linkcheck-plugin</report-->
172+
<!--report>maven-statcvs-plugin</report-->
173+
<!--report>maven-tasklist-plugin</report-->
174+
</reports>
227175

228176
</project>

xdocs/navigation.xml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
22

33
<!DOCTYPE project [
44
<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
55
]>
66

77
<project name="IO">
88

9-
<title>IO</title>
10-
11-
<organizationLogo href="/images/jakarta-logo-blue.gif">
12-
Jakarta
13-
</organizationLogo>
14-
15-
<body>
16-
17-
<menu name="Commons IO">
18-
<item name="Home" href="index.html"/>
19-
<item name="Best Practices" href="bestpractices.html"/>
20-
<item name="Building" href="building.html"/>
21-
<item name="Tasks" href="tasks.html"/>
22-
</menu>
23-
24-
&commons-nav;
25-
26-
</body>
27-
9+
<title>IO</title>
10+
<organizationLogo href="/images/jakarta-logo-blue.gif">
11+
Jakarta
12+
</organizationLogo>
13+
14+
<body>
15+
<links>
16+
<item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
17+
</links>
18+
19+
<menu name="Commons IO">
20+
<item name="Overview" href="index.html"/>
21+
<item name="Javadoc" href="apidocs/index.html"/>
22+
<item name="Best practices" href="bestpractices.html"/>
23+
<item name="Building" href="building.html"/>
24+
<item name="Mailing lists" href="mail-lists.html"/>
25+
<item name="Team" href="team-list.html"/>
26+
<item name="Tasks" href="tasks.html"/>
27+
<item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/"/>
28+
</menu>
29+
30+
&commons-nav;
31+
32+
</body>
2833
</project>
29-

xdocs/style/project.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#banner, #banner td {
2+
background: #fff;
3+
color: #000;
4+
}
5+
6+
#banner td {
7+
height: 100%;
8+
vertical-align: middle;
9+
}
10+

0 commit comments

Comments
 (0)