bayard 2004/02/27 21:27:06
Modified: messenger project.xml
Log:
switched to use super-pom
Revision Changes Path
1.18 +5 -50 jakarta-commons-sandbox/messenger/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/messenger/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 16 Sep 2003 22:39:58 -0000 1.17
+++ project.xml 28 Feb 2004 05:27:06 -0000 1.18
@@ -1,46 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
- <pomVersion>3</pomVersion>
+ <extend>../sandbox-build/project.xml</extend>
<name>commons-messenger</name>
<id>commons-messenger</id>
<currentVersion>1.0-dev-14</currentVersion>
- <organization>
- <name>Apache Software Foundation</name>
- <url>http://www.apache.org</url>
- <logo>/images/jakarta-logo-blue.gif</logo>
- </organization>
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons</package>
<shortDescription>Commons Messenger</shortDescription>
- <gumpRepositoryId>jakarta</gumpRepositoryId>
<description>
Commons Messenger is a JMS framework for working with JMS in web applications
and web services
</description>
- <url>http://jakarta.apache.org/commons/sandbox/messenger/</url>
-
<cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/messenger/</cvsWebUrl>
- <cvsModule>jakarta-commons-sandbox/messenger</cvsModule>
- <issueTrackingUrl>http://nagoya.apache.org/</issueTrackingUrl>
- <siteAddress>jakarta.apache.org</siteAddress>
- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/messenger/</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/messenger/</distributionDirectory>
- <repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/messenger</connection>
- <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/messenger/</url>
- </repository>
-
- <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>James Strachan</name>
@@ -135,32 +107,15 @@
</dependencies>
+ <!--
+ TEMP HACK! - disabled unit tests until they work in Maven...
+ -->
<build>
- <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
- <integrationUnitTestSourceDirectory/>
- <aspectSourceDirectory/>
-
-<!--
- TEMP HACK! - disabled unit tests until they work in Maven...
--->
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</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 -->
- <resources>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resources>
-
</build>
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]