bayard 2004/02/27 21:21:07
Modified: jux project.xml
Log:
switched to use super-pom
Revision Changes Path
1.2 +1 -44 jakarta-commons-sandbox/jux/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jux/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 4 Feb 2003 23:26:26 -0000 1.1
+++ project.xml 28 Feb 2004 05:21:07 -0000 1.2
@@ -1,55 +1,20 @@
<?xml version="1.0"?>
<project>
- <pomVersion>3</pomVersion>
+ <extend>../sandbox-build/project.xml</extend>
<name>commons-jux</name>
<id>commons-jux</id>
<currentVersion>1.0-dev</currentVersion>
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://jakarta.apache.org</url>
- <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
- </organization>
- <!-- <logo>/images/logo.jpg</logo> -->
-
<inceptionYear>2003</inceptionYear>
<package>org.apache.commons.jux</package>
<shortDescription>Commons JUnit Extensions</shortDescription>
- <!-- Gump integration -->
- <gumpRepositoryId>jakarta</gumpRepositoryId>
-
<description>
A common set of JUnit extensions, largely
for test inheritance.
</description>
- <url>http://jakarta.apache.org/commons/sandbox/jux/</url>
- <issueTrackingUrl>http://issues.apache.org/bugzilla</issueTrackingUrl>
- <siteAddress>jakarta.apache.org</siteAddress>
- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jux/</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jux/</distributionDirectory>
- <repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/jux</connection>
- <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jux/</url>
- </repository>
-
- <mailingLists>
- <mailingList>
- <name>Commons User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
- </mailingList>
- <mailingList>
- <name>Commons Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
- </mailingList>
- </mailingLists>
-
<developers>
<developer>
<name>Rodney Waldhoff</name>
@@ -65,17 +30,9 @@
<version>3.7</version>
</dependency>
- <!-- these two are required by maven -->
- <dependency><id>xml-apis</id><version>2.0.2</version></dependency>
- <dependency><id>xerces</id><version>2.0.2</version></dependency>
- <!-- /these two are required by maven -->
-
</dependencies>
<build>
- <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>org/apache/commons/jux/TestAll.java</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]