cvs commit: jakarta-bcel project.xml
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
jvanzyl 2002/06/02 05:38:08
Modified: . project.xml
Log:
Updating to the v3 POM.
Revision Changes Path
1.2 +17 -21 jakarta-bcel/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-bcel/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 25 Mar 2002 17:49:44 -0000 1.1
+++ project.xml 2 Jun 2002 12:38:08 -0000 1.2
@@ -1,10 +1,14 @@
<?xml version="1.0"?>
<project>
+ <pomVersion>3</pomVersion>
<name>jakarta-bcel</name>
<id>bcel</id>
<currentVersion>5.1-dev</currentVersion>
- <organization>Apache Software Foundation</organization>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://www.apache.org</url>
+ </organization>
<inceptionYear>2002</inceptionYear>
<package>org.apache.bcel</package>
@@ -19,6 +23,11 @@
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/bcel/</siteDirectory>
+ <repository>
+ <connection>scm:cvs:pserver:[email protected]:/home/cvspublic:jakarta-bcel</connection>
+ <url>http://cvs.apache.org/viewcvs/jakarta-bcel/</url>
+ </repository>
+
<mailingLists>
<mailingList>
<name>BCEL User List</name>
@@ -54,34 +63,21 @@
<dependencies>
<dependency>
- <name>jakarta-regexp</name>
- <type>required</type>
+ <id>regexp</id>
<version>1.2</version>
- <jar>jakarta-regexp-1.2.jar</jar>
</dependency>
</dependencies>
<build>
- <sourceDirectories>
- <sourceDirectory>src/java</sourceDirectory>
- </sourceDirectories>
-
- <testSourceDirectories>
- <testSourceDirectory>src/java</testSourceDirectory>
- </testSourceDirectories>
-
- <aspectSourceDirectories>
- </aspectSourceDirectories>
+ <sourceDirectory>src/java</sourceDirectory>
+ <aspectSourceDirectory/>
+ <testSourceDirectory>src/java</testSourceDirectory>
<!-- Unit test classes -->
- <unitTestClassEntries>
- <unitTestClassEntry>exclude = **/*.class</unitTestClassEntry>
- </unitTestClassEntries>
-
- <!-- Runtime unit test classes -->
- <runtimeTestClassEntries>
- </runtimeTestClassEntries>
+ <unitTestPatterns>
+ <unitTestPattern>exclude = **/*.class</unitTestPattern>
+ </unitTestPatterns>
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->