prickett 2002/10/01 16:34:25
Added: periodicity project.xml
Log:
Periodicity switching to Maven for its build process.
First cut of the project.xml file.
Defines the current dependencies
Does not compile (over 100 errors)
Revision Changes Path
1.1 jakarta-commons-sandbox/periodicity/project.xml
Index: project.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>0</pomVersion>
<name>Periodicity</name>
<id>periodicity</id>
<currentVersion>0.0.1</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<inceptionYear>2000</inceptionYear>
<package>org.apache.commons.periodicity</package>
<shortDescription>A web-based calendaring system centered around the
iCalendar RFCs</shortDescription>
<repository>
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic/jakarta-commons-sandbox/periodicity</connection>
<url>http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/periodicity</url>
</repository>
<mailingLists>
<mailingList>
<name>The Commons User List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
<archive>http://www.mail-archive.com/[email protected]/</archive>
</mailingList>
<mailingList>
<name>The Commons Developer List</name>
<subscribe>[EMAIL PROTECTED]</subscribe>
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
<archive>http://www.mail-archive.com/[email protected]/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Jeff Prickett</name>
<id>prickett</id>
<email>[EMAIL PROTECTED]</email>
<organization/>
</developer>
</developers>
<dependencies>
<dependency>
<id>torque</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>turbine</id>
<version>SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<aspectSourceDirectory/>
<jars/>
</build>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>