Author: burton
Date: Wed Feb 16 11:22:38 2005
New Revision: 154071
URL: http://svn.apache.org/viewcvs?view=rev&rev=154071
Log:
projects support
Added:
jakarta/commons/sandbox/benchmark/trunk/project.xml
Added: jakarta/commons/sandbox/benchmark/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/benchmark/trunk/project.xml?view=auto&rev=154071
==============================================================================
--- jakarta/commons/sandbox/benchmark/trunk/project.xml (added)
+++ jakarta/commons/sandbox/benchmark/trunk/project.xml Wed Feb 16 11:22:38 2005
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<project>
+
+ <extend>../commons-build/sandbox-project.xml</extend>
+
+ <name>Commons Benchmark</name>
+
+ <id>commons-benchmark</id>
+
+ <logo>/images/benchmark-logo-white.png</logo>
+
+ <url>http://jakarta.apache.org/commons/sandbox/benchmark/</url>
+
+ <inceptionYear>2004</inceptionYear>
+
+ <shortDescription>Jakarta Benchmark</shortDescription>
+
+ <description>Jakarta Benchmark</description>
+
+ <currentVersion>0.0.1</currentVersion>
+
+ <package>org.apache.commons.benchmark</package>
+
+ <versions>
+ </versions>
+
+ <branches>
+ </branches>
+
+ <developers>
+
+ <developer>
+ <name>Kevin A. Burton</name>
+
+ <id>burton</id>
+ <email>burton1--at--rojo.com</email>
+ <organization>Rojo Networks Inc.</organization>
+
+ </developer>
+
+ </developers>
+
+ <contributors>
+
+ </contributors>
+
+ <dependencies>
+
+ <!-- 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>
+
+ </dependencies>
+
+ <build>
+ <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
+ <sourceDirectory>src/java</sourceDirectory>
+ </build>
+
+ <reports>
+
+ <report>maven-changelog-plugin</report>
+ <report>maven-changes-plugin</report>
+
+ <!--
+ <report>maven-checkstyle-plugin</report>
+ -->
+
+ <!--
+ <report>maven-jcoverage-plugin</report>
+ -->
+
+ <report>maven-developer-activity-plugin</report>
+ <report>maven-file-activity-plugin</report>
+ <report>maven-javadoc-plugin</report>
+
+ <!--
+ <report>maven-junit-report-plugin</report>
+ -->
+
+ <report>maven-jxr-plugin</report>
+ <report>maven-license-plugin</report>
+
+ <!-- TODO PMD -->
+
+ </reports>
+
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]