dion 02/04/07 09:45:12
Modified: latka project.xml
Log:
Maven v2 descriptor
Revision Changes Path
1.10 +163 -173 jakarta-commons/latka/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 1 Apr 2002 10:31:39 -0000 1.9
+++ project.xml 7 Apr 2002 16:45:12 -0000 1.10
@@ -1,176 +1,166 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<project>
+ <version>2</version>
+ <name>latka</name>
+ <id>jakarta-commons-latka</id>
+ <currentVersion>1.0-dev</currentVersion>
+ <organization>Apache Software Foundation</organization>
+ <inceptionYear>2002</inceptionYear>
+ <package>org.apache.commons.latka</package>
- <name>latka</name>
- <id>jakarta-commons-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>
-
- <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>
-
- <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/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>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>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-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>
-
- <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/>
-
- <unitTestClassEntries>
- <unitTestClassEntry>include = **/Test*.class</unitTestClassEntry>
- <unitTestClassEntry>exclude = **/*$*.class</unitTestClassEntry>
- </unitTestClassEntries>
-
- <integrationUnitTestClassEntries/>
-
- <jarResources>
- <jarResource>resource/*</jarResource>
- </jarResources>
+ <shortDescription>Latka Functional Testing Suite</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>
+
+ <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=NEWcomponent=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>
+
+ <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>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/>
+ </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>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-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>
+ <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>ant</name>
+ <type>test</type>
+ <version>1.4.1</version>
+ <jar>jakarta-ant-1.4.1.jar</jar>
+ </dependency>
+ <dependency>
+ <name>ant-optional</name>
+ <type>test</type>
+ <version>1.4.1</version>
+ <jar>jakarta-ant-1.4.1-optional.jar</jar>
+ </dependency>
- <jars/>
- </build>
-</project>
\ No newline at end of file
+ </dependencies>
+
+ <build>
+ <sourceDirectories>
+ <sourceDirectory>src/java</sourceDirectory>
+ </sourceDirectories>
+
+ <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+
+ <aspectSourceDirectories/>
+
+ <unitTestPatterns>
+ <unitTestPattern>include = **/Test*.java</unitTestPattern>
+ </unitTestPatterns>
+
+ <integrationUnitTestPatterns></integrationUnitTestPatterns>
+
+ <jarResources>
+ <jarResource>resource/*</jarResource>
+ </jarResources>
+
+ <jars/>
+ </build>
+</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>