You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by se...@apache.org on 2007/04/15 19:26:37 UTC

svn commit: r529028 - /jakarta/commons/proper/cli/branches/avalon-implementation/project.xml

Author: sebb
Date: Sun Apr 15 10:26:36 2007
New Revision: 529028

URL: http://svn.apache.org/viewvc?view=rev&rev=529028
Log:
Fix ASF licence header
Fix Avalon references

Modified:
    jakarta/commons/proper/cli/branches/avalon-implementation/project.xml

Modified: jakarta/commons/proper/cli/branches/avalon-implementation/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/avalon-implementation/project.xml?view=diff&rev=529028&r1=529027&r2=529028
==============================================================================
--- jakarta/commons/proper/cli/branches/avalon-implementation/project.xml (original)
+++ jakarta/commons/proper/cli/branches/avalon-implementation/project.xml Sun Apr 15 10:26:36 2007
@@ -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>jstrachan@apache.org</email>
-      <organization>SpiritSoft, Inc.</organization>
-    </developer>
-    <developer>
-      <name>Bob McWhirter</name>
-      <id>bob</id>
-      <email>bob@werken.com</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>jbjk@mac.com</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>roxspring@imapmail.org</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>bloritsch@apache.org</email>
-      <roles>
-        <role>helped in the Avalon CLI merge</role>
-      </roles>
-    </contributor>
-    <contributor>
-      <name>Peter Maddocks</name>
-      <email>peter_maddocks@hp.com</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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org