You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/07/08 18:29:29 UTC

cvs commit: jakarta-commons/latka project.xml

tobrien     2003/07/08 09:29:27

  Modified:    latka    project.xml
  Log:
  Updated the project.xml to extend the commons-master, and removed extraneous elements that were duplicating information in the master.  Added myself as a member role documentation
  
  Revision  Changes    Path
  1.39      +34 -57    jakarta-commons/latka/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/project.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- project.xml	8 Jul 2003 15:47:07 -0000	1.38
  +++ project.xml	8 Jul 2003 16:29:27 -0000	1.39
  @@ -1,44 +1,30 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <project>
  -  <!-- This is a maven 1.0b4 descriptor, and will not work with maven CVS -->
  -  <pomVersion>3</pomVersion>
  -  <id>commons-latka</id>
  +  <extend>../project.xml</extend>
     <name>Latka</name>
  +  <id>commons-latka</id>
     <currentVersion>1.0-dev</currentVersion>
  -
  -  <inceptionYear>2002</inceptionYear>
  -
  -  <package>org.apache.commons.latka</package>
  -
     <logo>/images/latka.gif</logo>
  -
  -  <description>Latka is a functional (end-to-end) testing tool. It is
  -    implemented in Java, and uses an XML syntax to define a series of HTTP
  -    (or HTTPS) requests and a set of validations used to verify that the request
  -    was processed correctly.
  +  <inceptionYear>2002</inceptionYear>
  +  <shortDescription>
  +   A functional testing tool for HTTP/HTTPS.
  +  </shortDescription>
  +  <description>
  +    Latka is a functional (end-to-end) testing tool. It is implemented
  +    in Java, and uses an XML syntax to define a series of HTTP (or
  +    HTTPS) requests and a set of validations used to verify that the
  +    request was processed correctly.
     </description>
  -  <shortDescription>Latka Functional Testing Suite</shortDescription>
   
  -  <url>http://jakarta.apache.org/commons/latka/</url>
  -  <issueTrackingUrl><![CDATA[http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;component=Latka]]></issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/commons/latka</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/latka</distributionDirectory>
  -
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/latka</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/latka/</url>
  -  </repository>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>Commons Developer List</name>
  -      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://www.mail-archive.com/commons-dev@jakarta.apache.org/</archive>
  -    </mailingList>
  -  </mailingLists>
  +  <versions>
  +    <version>
  +      <id>1.0-alpha1</id>
  +      <name>1.0-alpha1</name>
  +    </version>
  +  </versions>
  +  <branches>
  +  </branches>
   
     <developers>
       <developer>
  @@ -76,136 +62,129 @@
         <organization>Multitask Consulting</organization>
         <roles><role>Java Developer</role></roles>
       </developer>
  +    <developer>
  +      <name>Tim O&apos;Brien</name>
  +      <id>tobrien</id>
  +      <email>tobrien@apache.org</email>
  +      <roles><role>Documentation, Site Generation</role></roles>
  +    </developer>
     </developers>
   
  +  <contributors>
  +<!--    <contributor>
  +      <name>Joe Smith</name>
  +      <email>jsmith@nobody.com</email>
  +      <roles>Nothing in particular</roles> -->
  +  </contributors>
  +
     <dependencies>
       <dependency>
         <id>ant</id>
         <version>1.5</version>
         <url>http://jakarta.apache.org/ant/</url>
       </dependency>
  -    
       <dependency>
         <id>ant+optional</id>
         <version>1.5</version>
         <url>http://jakarta.apache.org/ant/</url>
       </dependency>
  -    
       <dependency>
         <id>commons-httpclient</id>
         <version>2.0alpha1-20020829</version>
         <url>http://jakarta.apache.org/commons/httpclient/</url>
       </dependency>
  -
       <dependency>
         <id>commons-jelly</id>
         <version>SNAPSHOT</version>
         <url>http://jakarta.apache.org/commons/sandbox/jelly</url>
       </dependency>
  -    
       <dependency>
         <id>commons-jelly+tags-junit</id>
         <version>SNAPSHOT</version>
         <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/junit/</url>
       </dependency>
  -
       <dependency>
         <id>commons-logging</id>
         <version>1.0.1</version>
         <url>http://jakarta.apache.org/commons/logging</url>
       </dependency>
  -    
       <dependency>
         <id>jaxen</id>
         <version>1.0-FCS-full</version>
         <url>http://www.jaxen.org/</url>
       </dependency>
  -    
       <dependency>
         <id>jdom</id>
         <version>b7</version>
         <url>http://www.jdom.org</url>
       </dependency>
  -
       <dependency>
         <id>dom4j</id>
         <version>1.4-dev-7</version>
         <url>http://www.dom4j.org</url>
       </dependency>
  -    
       <dependency>
         <id>junit</id>
         <version>3.8</version>
         <url>http://junit.org/</url>
       </dependency>
  -    
       <dependency>
         <id>log4j</id>
         <version>1.2.4</version>
         <url>http://jakarta.apache.org/log4j/</url>
       </dependency>
  -
       <dependency>
         <id>regexp</id>
         <version>1.2</version>
         <url>http://jakarta.apache.org/regexp/</url>
       </dependency>
  -
       <dependency>
         <id>saxpath</id>
         <version>1.0-FCS</version>
         <url>http://www.jaxen.org/</url>
       </dependency>
  -    
       <dependency>
         <id>servletapi</id>
         <version>2.2</version>
         <url>http://jakarta.apache.org/tomcat/</url>
       </dependency>
  -    
       <dependency>
         <id>xalan</id>
         <version>2.3.1</version>
         <url>http://xml.apache.org/xalan-j/</url>
       </dependency>
  -    
       <dependency>
         <id>xerces</id>
         <version>2.0.0</version>
         <url>http://xml.apache.org/xerces2-j/</url>
       </dependency>
  -    
       <dependency>
         <id>xml-apis</id>
         <version>1.0.b2</version>
         <url>http://xml.apache.org/commons/</url>
       </dependency>
  -
       <!-- for jelly -->
       <dependency>
         <id>commons-collections</id>
         <version>2.0</version>
         <url>http://jakarta.apache.org/commons/collections/</url>
       </dependency>
  -    
       <dependency>
         <id>commons-beanutils</id>
         <version>1.4.1</version>
         <url>http://jakarta.apache.org/comons/beanutils/</url>
       </dependency>
  -    
       <dependency>
         <id>commons-jexl</id>
         <version>1.0-beta-1</version>
       </dependency>
  -    
     </dependencies>
   
  +  <issueTrackingUrl><![CDATA[http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;component=Latka]]></issueTrackingUrl>
  +
     <build>
       <sourceDirectory>src/java</sourceDirectory>
  -
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -
       <unitTest>
         <includes><include>**/Test*.java</include></includes>
         <excludes><exclude>**/TestAll.java</exclude></excludes>
  @@ -216,7 +195,6 @@
           </resource>
         </resources>
       </unitTest>
  -
       <resources>
         <resource>
           <directory>src/resources</directory>
  @@ -226,7 +204,6 @@
           </includes>
         </resource>
       </resources>
  -
     </build>
   
     <reports>
  
  
  

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