bayard 2004/02/27 21:32:44
Modified: vfs project.xml
Log:
switched to use super-pom
Revision Changes Path
1.25 +1 -57 jakarta-commons-sandbox/vfs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.xml 28 Jun 2003 06:17:50 -0000 1.24
+++ project.xml 28 Feb 2004 05:32:44 -0000 1.25
@@ -1,54 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
- <pomVersion>3</pomVersion>
+ <extend>../sandbox-build/project.xml</extend>
<name>commons-vfs</name>
<id>commons-vfs</id>
<currentVersion>1.0-dev</currentVersion>
- <organization>
- <name>Apache Jakarta Project</name>
- <url>http://jakarta.apache.org</url>
- <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
- </organization>
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons.vfs</package>
<shortDescription>Commons VFS</shortDescription>
- <!-- Gump integration -->
- <gumpRepositoryId>jakarta</gumpRepositoryId>
-
<description>
VFS is a Virtual File System library.
</description>
- <url>http://jakarta.apache.org/commons/sandbox/vfs/</url>
-
<issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
- <siteAddress>jakarta.apache.org</siteAddress>
- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/vfs/</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/vfs/</distributionDirectory>
- <repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/vfs</connection>
- <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/vfs/</url>
- </repository>
-
- <versions>
- <version>
- <id>b1</id>
- <name>1.0-b1</name>
- <tag>HEAD</tag>
- </version>
- </versions>
- <branches></branches>
-
- <mailingLists>
- <mailingList>
- <name>Commons Dev List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
- </mailingList>
- </mailingLists>
-
<developers>
<developer>
<name>Adam Murdoch</name>
@@ -112,22 +76,7 @@
</dependency>
</dependencies>
- <reports>
- <report>maven-javadoc-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-tasklist-plugin</report>
- <report>maven-changelog-plugin</report>
- <report>maven-license-plugin</report>
- </reports>
-
<build>
- <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-
- <integrationUnitTestSourceDirectory/>
- <aspectSourceDirectory/>
-
<!-- Unit test classes -->
<unitTest>
<includes>
@@ -137,11 +86,6 @@
<exclude>**/test/Abstract*TestCase.java</exclude>
</excludes>
</unitTest>
-
-
- <!-- Integration unit test classes -->
-
- <integrationUnitTestPatterns></integrationUnitTestPatterns>
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]