Skip to content

Commit 4779c76

Browse files
author
Robert James Oxspring
committed
Tidied up project.xml, added jpeg version of commons-cli logo for pdf documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@130077 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5904ffa commit 4779c76

2 files changed

Lines changed: 30 additions & 16 deletions

File tree

project.xml

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<inceptionYear>2002</inceptionYear>
2222
<shortDescription>Commons CLI</shortDescription>
2323
<description>
24-
Commons CLI provides a simple API for presenting, proecessing and
25-
validating a command line interface.
24+
Commons CLI provides a simple API for presenting, proecessing and
25+
validating a command line interface.
2626
</description>
27-
<logo>/images/logo.png</logo>
28-
27+
<logo>/images/logo.jpg</logo>
28+
2929
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
3030
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
31-
31+
3232
<organization>
3333
<name>Apache Software Foundation</name>
3434
<url>http://www.apache.org</url>
@@ -40,12 +40,12 @@
4040
<siteAddress>jakarta.apache.org</siteAddress>
4141
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
4242
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
43-
43+
4444
<repository>
4545
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
4646
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
4747
</repository>
48-
48+
4949
<mailingLists>
5050
<mailingList>
5151
<name>Commons Dev List</name>
@@ -73,23 +73,38 @@
7373
<id>bob</id>
7474
<email>bob@werken.com</email>
7575
<organization>Werken</organization>
76+
<roles>
77+
<role>contributed ideas and code from werken.opt</role>
78+
</roles>
7679
</developer>
7780
<developer>
7881
<name>John Keyes</name>
7982
<id>jkeyes</id>
8083
<email>jbjk@mac.com</email>
8184
<organization>integral Source</organization>
85+
<roles>
86+
<role>contributed ideas and code from Optz</role>
87+
</roles>
8288
</developer>
8389
<developer>
8490
<name>Rob Oxspring</name>
8591
<id>roxspring</id>
8692
<email>roxspring@imapmail.org</email>
87-
<organization></organization>
93+
<organization>Indigo Stone</organization>
94+
<roles>
95+
<role>designed CLI2</role>
96+
</roles>
8897
</developer>
8998
</developers>
9099

91100
<contributors>
92-
<!-- Helped in merging Avalon CLI -->
101+
<contributor>
102+
<name>Peter Donald</name>
103+
<id>donaldp</id>
104+
<roles>
105+
<role>contributed ideas and code from Avalon Excalibur's cli package</role>
106+
</roles>
107+
</contributor>
93108
<contributor>
94109
<name>Berin Loritsch</name>
95110
<email>bloritsch@apache.org</email>
@@ -98,7 +113,6 @@
98113
<role>helped in the Avalon CLI merge</role>
99114
</roles>
100115
</contributor>
101-
<!-- Supplied patch -->
102116
<contributor>
103117
<name>Peter Maddocks</name>
104118
<email>peter_maddocks@hp.com</email>
@@ -110,24 +124,24 @@
110124
</contributors>
111125

112126
<dependencies>
113-
127+
114128
<dependency>
115129
<id>commons-lang</id>
116130
<version>1.0</version>
117131
</dependency>
118-
132+
119133
<dependency>
120134
<id>junit</id>
121135
<version>3.8.1</version>
122136
</dependency>
123-
137+
124138
<dependency>
125139
<id>jdepend</id>
126140
<version>2.5</version>
127141
</dependency>
128-
142+
129143
</dependencies>
130-
144+
131145
<build>
132146
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
133147
<sourceDirectory>src/java</sourceDirectory>
@@ -143,7 +157,7 @@
143157
</includes>
144158
</resource>
145159
</resources>
146-
160+
147161
<!-- Unit test classes -->
148162
<unitTest>
149163
<includes>

xdocs/images/logo.jpg

5.64 KB
Loading

0 commit comments

Comments
 (0)