Skip to content

Commit 822de47

Browse files
committed
Fix ASF licence header
Fix Avalon references git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@529028 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4dd9721 commit 822de47

1 file changed

Lines changed: 11 additions & 77 deletions

File tree

project.xml

Lines changed: 11 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2001-2006 The Apache Software Foundation
4-
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
89
910
http://www.apache.org/licenses/LICENSE-2.0
1011
@@ -24,7 +25,7 @@
2425
<description>
2526
Commons CLI provides a simple API for presenting, processing and
2627
validating a command line interface. This is an implementation from
27-
Avalon's code base.
28+
Avalon's code base, as used in Apache JMeter.
2829
</description>
2930
<logo>/images/logo.png</logo>
3031

@@ -52,8 +53,8 @@
5253
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory>
5354

5455
<repository>
55-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection>
56-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</url>
56+
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation</connection>
57+
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation</url>
5758
</repository>
5859

5960
<mailingLists>
@@ -71,75 +72,8 @@
7172
</mailingList>
7273
</mailingLists>
7374

74-
<developers>
75-
<developer>
76-
<name>James Strachan</name>
77-
<id>jstrachan</id>
78-
<email>jstrachan@apache.org</email>
79-
<organization>SpiritSoft, Inc.</organization>
80-
</developer>
81-
<developer>
82-
<name>Bob McWhirter</name>
83-
<id>bob</id>
84-
<email>bob@werken.com</email>
85-
<organization>Werken</organization>
86-
<roles>
87-
<role>contributed ideas and code from werken.opt</role>
88-
</roles>
89-
</developer>
90-
<developer>
91-
<name>John Keyes</name>
92-
<id>jkeyes</id>
93-
<email>jbjk@mac.com</email>
94-
<organization>integral Source</organization>
95-
<roles>
96-
<role>contributed ideas and code from Optz</role>
97-
</roles>
98-
</developer>
99-
<developer>
100-
<name>Rob Oxspring</name>
101-
<id>roxspring</id>
102-
<email>roxspring@imapmail.org</email>
103-
<organization>Indigo Stone</organization>
104-
<roles>
105-
<role>designed CLI2</role>
106-
</roles>
107-
</developer>
108-
</developers>
109-
110-
<contributors>
111-
<contributor>
112-
<name>Peter Donald</name>
113-
<roles>
114-
<role>contributed ideas and code from Avalon Excalibur's cli package</role>
115-
</roles>
116-
</contributor>
117-
<contributor>
118-
<name>Berin Loritsch</name>
119-
<email>bloritsch@apache.org</email>
120-
<roles>
121-
<role>helped in the Avalon CLI merge</role>
122-
</roles>
123-
</contributor>
124-
<contributor>
125-
<name>Peter Maddocks</name>
126-
<email>peter_maddocks@hp.com</email>
127-
<organization>Hewlett-Packard</organization>
128-
<roles>
129-
<role>supplied patch</role>
130-
</roles>
131-
</contributor>
132-
</contributors>
133-
13475
<dependencies>
13576

136-
<!-- used in PatternOptionBuilder -->
137-
<dependency>
138-
<groupId>commons-lang</groupId>
139-
<artifactId>commons-lang</artifactId>
140-
<version>2.1</version>
141-
</dependency>
142-
14377
<!-- used for unit tests -->
14478
<dependency>
14579
<groupId>junit</groupId>
@@ -176,8 +110,8 @@
176110
<aspectSourceDirectory/>
177111
<resources>
178112
<resource>
179-
<directory>src/java/org/apache/commons/cli2</directory>
180-
<targetPath>org/apache/commons/cli2</targetPath>
113+
<directory>src/java/org/apache/commons/cli/avalon</directory>
114+
<targetPath>org/apache/commons/cli/avalon</targetPath>
181115
<includes>
182116
<include>**/*.properties</include>
183117
</includes>

0 commit comments

Comments
 (0)