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
Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/822de479 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/822de479 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/822de479 Branch: refs/heads/avalon-implementation Commit: 822de479217a05854bbf8094925141f9530492d9 Parents: 4dd9721 Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 15 17:26:36 2007 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 15 17:26:36 2007 +0000 ---------------------------------------------------------------------- project.xml | 88 +++++++------------------------------------------------- 1 file changed, 11 insertions(+), 77 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/822de479/project.xml ---------------------------------------------------------------------- diff --git a/project.xml b/project.xml index de83d1a..3eb4c42 100644 --- a/project.xml +++ b/project.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2001-2006 The Apache Software Foundation - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -24,7 +25,7 @@ <description> Commons CLI provides a simple API for presenting, processing and validating a command line interface. This is an implementation from - Avalon's code base. + Avalon's code base, as used in Apache JMeter. </description> <logo>/images/logo.png</logo> @@ -52,8 +53,8 @@ <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory> <repository> - <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection> - <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation</connection> + <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation</url> </repository> <mailingLists> @@ -71,75 +72,8 @@ </mailingList> </mailingLists> - <developers> - <developer> - <name>James Strachan</name> - <id>jstrachan</id> - <email>[email protected]</email> - <organization>SpiritSoft, Inc.</organization> - </developer> - <developer> - <name>Bob McWhirter</name> - <id>bob</id> - <email>[email protected]</email> - <organization>Werken</organization> - <roles> - <role>contributed ideas and code from werken.opt</role> - </roles> - </developer> - <developer> - <name>John Keyes</name> - <id>jkeyes</id> - <email>[email protected]</email> - <organization>integral Source</organization> - <roles> - <role>contributed ideas and code from Optz</role> - </roles> - </developer> - <developer> - <name>Rob Oxspring</name> - <id>roxspring</id> - <email>[email protected]</email> - <organization>Indigo Stone</organization> - <roles> - <role>designed CLI2</role> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Peter Donald</name> - <roles> - <role>contributed ideas and code from Avalon Excalibur's cli package</role> - </roles> - </contributor> - <contributor> - <name>Berin Loritsch</name> - <email>[email protected]</email> - <roles> - <role>helped in the Avalon CLI merge</role> - </roles> - </contributor> - <contributor> - <name>Peter Maddocks</name> - <email>[email protected]</email> - <organization>Hewlett-Packard</organization> - <roles> - <role>supplied patch</role> - </roles> - </contributor> - </contributors> - <dependencies> - <!-- used in PatternOptionBuilder --> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - </dependency> - <!-- used for unit tests --> <dependency> <groupId>junit</groupId> @@ -176,8 +110,8 @@ <aspectSourceDirectory/> <resources> <resource> - <directory>src/java/org/apache/commons/cli2</directory> - <targetPath>org/apache/commons/cli2</targetPath> + <directory>src/java/org/apache/commons/cli/avalon</directory> + <targetPath>org/apache/commons/cli/avalon</targetPath> <includes> <include>**/*.properties</include> </includes>
