dion 02/03/30 07:11:55
Modified: latka project.xml
Log:
Reformatted and added new dependencies
Revision Changes Path
1.7 +157 -165 jakarta-commons/latka/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 30 Mar 2002 10:49:21 -0000 1.6
+++ project.xml 30 Mar 2002 15:11:55 -0000 1.7
@@ -1,186 +1,178 @@
<?xml version="1.0"?>
<project>
- <name>jakarta-commons-latka</name>
- <id>latka</id>
- <currentVersion>1.0-dev</currentVersion>
- <organization>Apache Software Foundation</organization>
- <inceptionYear>2002</inceptionYear>
- <package>org.apache.commons.latka</package>
+ <name>jakarta-commons-latka</name>
+ <id>latka</id>
+ <currentVersion>1.0-dev</currentVersion>
+ <organization>Apache Software Foundation</organization>
+ <inceptionYear>2002</inceptionYear>
+ <package>org.apache.commons.latka</package>
- <shortDescription>Latka Functional Testing Suite</shortDescription>
+ <shortDescription>Latka Functional Testing Suite</shortDescription>
- <description>
+ <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>
+ </description>
- <url>http://jakarta.apache.org/commons/latka/</url>
- <cvsWebUrl>
- http://cvs.apache.org/viewcvs/jakarta-commons/latka
- </cvsWebUrl>
- <siteAddress>jakarta.apache.org</siteAddress>
- <siteDirectory>
- /www/jakarta.apache.org/commons/docs/latka
- </siteDirectory>
- <distributionDirectory>
- /www/jakarta.apache.org/builds/jakarta-commons/latka
- </distributionDirectory>
-
- <mailingLists>
-
- <mailingList>
- <name>Commons Developer List</name>
- <subscribe>
- [EMAIL PROTECTED]
- </subscribe>
- <unsubscribe>
- [EMAIL PROTECTED]
- </unsubscribe>
- <archive>
- http://www.mail-archive.com/[email protected]/
- </archive>
- </mailingList>
- </mailingLists>
-
- <developers>
-
- <developer>
- <name>Morgan Delagrange</name>
- <id>morgand</id>
- <email>[EMAIL PROTECTED]</email>
- <organization></organization>
- </developer>
+ <url>http://jakarta.apache.org/commons/latka/</url>
+ <cvsWebUrl> http://cvs.apache.org/viewcvs/jakarta-commons/latka</cvsWebUrl>
+ <issueTrackingUrl>
+
http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Commons&component=Latka
+ </issueTrackingUrl>
+ <siteAddress>jakarta.apache.org</siteAddress>
+ <siteDirectory>
+ /www/jakarta.apache.org/commons/docs/latka
+ </siteDirectory>
+ <distributionDirectory>
+ /www/jakarta.apache.org/builds/jakarta-commons/latka
+ </distributionDirectory>
+
+ <mailingLists>
+ <mailingList>
+ <name>Commons Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>
+ [EMAIL PROTECTED]
+ </unsubscribe>
+ <archive>
+ http://www.mail-archive.com/[email protected]/
+ </archive>
+ </mailingList>
+ </mailingLists>
+
+ <developers>
+ <developer>
+ <name>Morgan Delagrange</name>
+ <id>morgand</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ </developer>
- <developer>
- <name>Doug Sale</name>
- <id>dsale</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Britannica</organization>
- </developer>
+ <developer>
+ <name>Doug Sale</name>
+ <id>dsale</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Britannica</organization>
+ </developer>
- <developer>
- <name>Rodney Waldhoff</name>
- <id>rwaldhof</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Britannica</organization>
- </developer>
-
- <developer>
- <name>Jeff Turner</name>
- <id>jefft</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Apache</organization>
- </developer>
-
- <developer>
- <name>dIon Gillard</name>
- <id>dion</id>
- <email>[EMAIL PROTECTED]</email>
- <organization>Multitask Consulting</organization>
- </developer>
- </developers>
+ <developer>
+ <name>Rodney Waldhoff</name>
+ <id>rwaldhof</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Britannica</organization>
+ </developer>
+
+ <developer>
+ <name>Jeff Turner</name>
+ <id>jefft</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Apache</organization>
+ </developer>
+
+ <developer>
+ <name>dIon Gillard</name>
+ <id>dion</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Multitask Consulting</organization>
+ </developer>
+ </developers>
<dependencies>
-<!--
<dependency>
<name>xml-apis</name>
<type>required</type>
- <version>2.0.0</version>
- <jar>xmlParserAPIs-2.0.0.jar</jar>
+ <version>1.1</version>
+ <jar>xml-apis-1.1.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>jakarta-log4j</name>
+ <type>required</type>
+ <version>1.1.3</version>
+ <jar>log4j-1.1.3.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>commons-httpclient</name>
+ <type>required</type>
+ <version>2.0-alpha1</version>
+ <jar>commons-httpclient-2.0alpha1.jar</jar>
</dependency>
--->
- <dependency>
- <name>jakarta-log4j</name>
- <type>required</type>
- <version>1.1.3</version>
- <jar>log4j-1.1.3.jar</jar>
- </dependency>
-
- <dependency>
- <name>commons-httpclient</name>
- <type>required</type>
- <version>2.0-alpha1</version>
- <jar>commons-httpclient-2.0alpha1.jar</jar>
- </dependency>
-
- <dependency>
- <name>jakarta-regexp</name>
- <type>required</type>
- <version>1.2</version>
- <jar>jakarta-regexp-1.2.jar</jar>
- </dependency>
-
- <dependency>
- <name>jdom</name>
- <type>required</type>
- <version>0.7</version>
- <jar>jdom-b7.jar</jar>
- </dependency>
-<!--
- <dependency>
- <name>xml-xalan2</name>
- <type>required</type>
- <version>2.3.1</version>
- <jar>xalan-2.1.0.jar</jar>
- </dependency>
- -->
- <dependency>
- <name>xml-xerces2</name>
- <type>required</type>
- <version>2.0.0</version>
- <jar>xercesImpl-2.0.0.jar</jar>
- </dependency>
-
- <dependency>
- <name>junit</name>
- <type>required</type>
- <version>3.7</version>
- <jar>junit-3.7.jar</jar>
- </dependency>
- <dependency>
- <name>jaxen</name>
- <type>required</type>
- <version>1.0-beta8</version>
- <jar>jaxen-full.jar</jar>
- </dependency>
-
- <dependency>
- <name>saxpath</name>
- <type>required</type>
- <version>1.0-beta6</version>
- <jar>saxpath.jar</jar>
- </dependency>
+ <dependency>
+ <name>jakarta-regexp</name>
+ <type>required</type>
+ <version>1.2</version>
+ <jar>jakarta-regexp-1.2.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>jdom</name>
+ <type>required</type>
+ <version>0.7</version>
+ <jar>jdom-b7.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>xml-xalan2</name>
+ <type>required</type>
+ <version>2.3.1</version>
+ <jar>xalan-2.3.1.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>xml-xerces2</name>
+ <type>required</type>
+ <version>2.0.0</version>
+ <jar>xercesImpl-2.0.0.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>junit</name>
+ <type>required</type>
+ <version>3.7</version>
+ <jar>junit-3.7.jar</jar>
+ </dependency>
- </dependencies>
+ <dependency>
+ <name>jaxen</name>
+ <type>required</type>
+ <version>1.0-beta8</version>
+ <jar>jaxen-full.jar</jar>
+ </dependency>
+
+ <dependency>
+ <name>saxpath</name>
+ <type>required</type>
+ <version>1.0-beta6</version>
+ <jar>saxpath.jar</jar>
+ </dependency>
+ </dependencies>
- <build>
- <sourceDirectories>
- <sourceDirectory>src/java</sourceDirectory>
- </sourceDirectories>
-
- <testSourceDirectories>
- <testSourceDirectory>src/test</testSourceDirectory>
- </testSourceDirectories>
-
- <aspectSourceDirectories>
- </aspectSourceDirectories>
-
- <unitTestClassEntries>
- <unitTestClassEntry>include = **/Test*.class</unitTestClassEntry>
- <unitTestClassEntry>exclude = **/*$*.class</unitTestClassEntry>
- </unitTestClassEntries>
-
- <integrationUnitTestClassEntries>
- </integrationUnitTestClassEntries>
-
- <jarResources>
- <jarResource>lib/**/*.properties</jarResource>
- </jarResources>
-
- <jars>
- </jars>
- </build>
+ <build>
+ <sourceDirectories>
+ <sourceDirectory>src/java</sourceDirectory>
+ </sourceDirectories>
+
+ <testSourceDirectories>
+ <testSourceDirectory>src/test</testSourceDirectory>
+ </testSourceDirectories>
+
+ <aspectSourceDirectories/>
+
+ <unitTestClassEntries>
+ <unitTestClassEntry>include = **/Test*.class</unitTestClassEntry>
+ <unitTestClassEntry>exclude = **/*$*.class</unitTestClassEntry>
+ </unitTestClassEntries>
+
+ <integrationUnitTestClassEntries/>
+
+ <jarResources>
+ <jarResource>lib/**/*.properties</jarResource>
+ </jarResources>
+
+ <jars/>
+ </build>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>