|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
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 |
8 | 9 |
|
9 | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
10 | 11 |
|
|
24 | 25 | <description> |
25 | 26 | Commons CLI provides a simple API for presenting, processing and |
26 | 27 | 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. |
28 | 29 | </description> |
29 | 30 | <logo>/images/logo.png</logo> |
30 | 31 |
|
|
52 | 53 | <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory> |
53 | 54 |
|
54 | 55 | <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> |
57 | 58 | </repository> |
58 | 59 |
|
59 | 60 | <mailingLists> |
|
71 | 72 | </mailingList> |
72 | 73 | </mailingLists> |
73 | 74 |
|
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 | | - |
134 | 75 | <dependencies> |
135 | 76 |
|
136 | | - <!-- used in PatternOptionBuilder --> |
137 | | - <dependency> |
138 | | - <groupId>commons-lang</groupId> |
139 | | - <artifactId>commons-lang</artifactId> |
140 | | - <version>2.1</version> |
141 | | - </dependency> |
142 | | - |
143 | 77 | <!-- used for unit tests --> |
144 | 78 | <dependency> |
145 | 79 | <groupId>junit</groupId> |
|
176 | 110 | <aspectSourceDirectory/> |
177 | 111 | <resources> |
178 | 112 | <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> |
181 | 115 | <includes> |
182 | 116 | <include>**/*.properties</include> |
183 | 117 | </includes> |
|
0 commit comments