You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/05/15 02:00:45 UTC

svn commit: r538024 - /jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml

Author: bayard
Date: Mon May 14 17:00:44 2007
New Revision: 538024

URL: http://svn.apache.org/viewvc?view=rev&rev=538024
Log:
Fixing the version and removing the .properties copying in the resources (that specified cli2)

Modified:
    jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml

Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml?view=diff&rev=538024&r1=538023&r2=538024
==============================================================================
--- jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml (original)
+++ jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml Mon May 14 17:00:44 2007
@@ -18,7 +18,7 @@
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
   <name>CLI</name>
-  <currentVersion>2.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.1-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons CLI</shortDescription>
   <description>
@@ -158,17 +158,6 @@
     <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-    <integrationUnitTestSourceDirectory/>
-    <aspectSourceDirectory/>
-    <resources>
-        <resource>
-          <directory>src/java/org/apache/commons/cli2</directory>
-          <targetPath>org/apache/commons/cli2</targetPath>
-          <includes>
-            <include>**/*.properties</include>
-          </includes>
-        </resource>
-    </resources>
 
     <!-- Unit test classes -->
     <unitTest>



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