jstrachan 2003/08/11 05:16:55
Modified: . project.xml Log: fixed the package definition Revision Changes Path 1.2 +258 -258 incubator-geronimo/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 10 Aug 2003 20:09:43 -0000 1.1 +++ project.xml 11 Aug 2003 12:16:55 -0000 1.2 @@ -1,258 +1,258 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project> - <pomVersion>3</pomVersion> - <id>geronimo</id> - <name>Geronimo</name> - <currentVersion>1.0-alpha-1-SNAPSHOT</currentVersion> - - <organization> - <name>Apache Software Foundation</name> - <url>http://incubator.apache.org/</url> - <logo>/images/group-logo.gif</logo> - </organization> - - <inceptionYear>2003</inceptionYear> - <package>geronimo</package> - <logo>/images/geronimo.jpg</logo> - <description>Geronimo J2EE Application Server</description> - <shortDescription>Geronimo J2EE Application Server</shortDescription> - <url>http://incubator.apache.org/projects/geronimo/</url> - -<!-- - I hope we can use JIRA but will probably have to settle for bugzilla - - <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=XXXX</issueTrackingUrl> ---> - <siteAddress>incubator.apache.org</siteAddress> - - <!-- - <siteDirectory>/www/incubator.apache.org/projects/geronimo</siteDirectory> - --> - <siteDirectory>/home/jstrachan/public_html/geronimo</siteDirectory> - - <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds</distributionDirectory> - <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:incubator-geronimo</connection> - <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvs:incubator-geronimo</developerConnection> - <url>http://cvs.apache.org/viewcvs/incubator-geronimo/</url> - </repository> - - <versions> - <version> - <id>1.0-alpha-1</id> - <name>1.0-alpha-1</name> - <tag>GERONIMO_1_0_ALPHA_1</tag> - </version> - <version> - <id>1.0-alpha-2</id> - <name>1.0-alpha-2</name> - <tag>HEAD</tag> - </version> - </versions> - - - - <mailingLists> -<!-- - <mailingList> - <name>Geronimo User List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> - </mailingList> ---> - <mailingList> - <name>Geronimo Developer List</name> - <subscribe>[EMAIL PROTECTED]</subscribe> - <unsubscribe>[EMAIL PROTECTED]</unsubscribe> - <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=140</archive> - </mailingList> - </mailingLists> - - <developers> - <developer> - <name>Bruce Snyder</name> - <id>bsnyder</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Dain Sundstrom</name> - <id>dain</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>David Blevins</name> - <id>dblevins</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>David Jencks</name> - <id>djencks</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Geir Magnusson Jr.</name> - <id>geirm</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Greg Wilkins</name> - <id>gregw</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>James Strachan</name> - <id>jstrachan</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Jan Bartel</name> - <id>janb</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Jason Dillon</name> - <id>jdillon</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Jeremy Boynes</name> - <id>jboynes</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Jim Jagielski</name> - <id>jim</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Jules Golsnell</name> - <id>jgosnell</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Richard Monson-Haefel</name> - <id>richardmf</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Remigio Chirino</name> - <id>remigio</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - <developer> - <name>Simone Bordet</name> - <id>simone</id> - <email>[EMAIL PROTECTED]</email> - <organization></organization> - </developer> - </developers> - - - <contributors> -<!-- - <contributor> - <name>John Doe</name> - <email>[EMAIL PROTECTED]</email> - </contributor> ---> - </contributors> - - <dependencies> - <dependency> - <id>commons-logging</id> - <version>1.0.3</version> - <url>http://jakarta.apache.org/commons/logging/</url> - </dependency> - - <dependency> - <id>commons-httpclient</id> - <version>2.0-beta1</version> - <url>http://jakarta.apache.org/commons/httpclient/</url> - </dependency> - - <dependency> - <id>log4j</id> - <version>1.2.8</version> - </dependency> - - <dependency> - <id>concurrent</id> - <version>1.3.2</version> - </dependency> - - <dependency> - <id>javacc</id> - <jar>JavaCC.zip</jar> - </dependency> - - <dependency> - <id>mx4j+jmx</id> - <version>1.1.1</version> - </dependency> - <dependency> - <id>mx4j+tools</id> - <version>1.1.1</version> - </dependency> - </dependencies> - - <build> - <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress> - - <!-- this is a quick hack as we've only got 1 module so far --> - <!-- switching to a multi-project reactor based build real soon --> -<!-- ---> - <sourceDirectory>${basedir}/modules/core/src/java</sourceDirectory> - <unitTestSourceDirectory>${basedir}/modules/core/src/test</unitTestSourceDirectory> - <unitTest> - <includes> - <include>**/*TestCase.java</include> - </includes> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - </unitTest> - <resources> - <resource> - <directory>${basedir}/src/conf</directory> - <includes> - <include>*.properties</include> - </includes> - </resource> - </resources> - </build> - - <reports> - <report>maven-license-plugin</report> - <report>maven-checkstyle-plugin</report> - <report>maven-pmd-plugin</report> -<!-- - <report>maven-simian-plugin</report> ---> - <report>maven-jdepend-plugin</report> - <report>maven-changelog-plugin</report> - <report>maven-statcvs-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-developer-activity-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-javadoc-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-clover-plugin</report> - </reports> - -</project> +<?xml version="1.0" encoding="ISO-8859-1"?> +<project> + <pomVersion>3</pomVersion> + <id>geronimo</id> + <name>Geronimo</name> + <currentVersion>1.0-alpha-1-SNAPSHOT</currentVersion> + + <organization> + <name>Apache Software Foundation</name> + <url>http://incubator.apache.org/</url> + <logo>/images/group-logo.gif</logo> + </organization> + + <inceptionYear>2003</inceptionYear> + <package>org.apache.geronimo</package> + <logo>/images/geronimo.jpg</logo> + <description>Geronimo J2EE Application Server</description> + <shortDescription>Geronimo J2EE Application Server</shortDescription> + <url>http://incubator.apache.org/projects/geronimo/</url> + +<!-- + I hope we can use JIRA but will probably have to settle for bugzilla + + <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=XXXX</issueTrackingUrl> +--> + <siteAddress>incubator.apache.org</siteAddress> + + <!-- + <siteDirectory>/www/incubator.apache.org/projects/geronimo</siteDirectory> + --> + <siteDirectory>/home/jstrachan/public_html/geronimo</siteDirectory> + + <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds</distributionDirectory> + <repository> + <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:incubator-geronimo</connection> + <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvs:incubator-geronimo</developerConnection> + <url>http://cvs.apache.org/viewcvs/incubator-geronimo/</url> + </repository> + + <versions> + <version> + <id>1.0-alpha-1</id> + <name>1.0-alpha-1</name> + <tag>GERONIMO_1_0_ALPHA_1</tag> + </version> + <version> + <id>1.0-alpha-2</id> + <name>1.0-alpha-2</name> + <tag>HEAD</tag> + </version> + </versions> + + + + <mailingLists> +<!-- + <mailingList> + <name>Geronimo User List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> + </mailingList> +--> + <mailingList> + <name>Geronimo Developer List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=140</archive> + </mailingList> + </mailingLists> + + <developers> + <developer> + <name>Bruce Snyder</name> + <id>bsnyder</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Dain Sundstrom</name> + <id>dain</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>David Blevins</name> + <id>dblevins</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>David Jencks</name> + <id>djencks</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Geir Magnusson Jr.</name> + <id>geirm</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Greg Wilkins</name> + <id>gregw</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>James Strachan</name> + <id>jstrachan</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Jan Bartel</name> + <id>janb</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Jason Dillon</name> + <id>jdillon</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Jeremy Boynes</name> + <id>jboynes</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Jim Jagielski</name> + <id>jim</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Jules Golsnell</name> + <id>jgosnell</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Richard Monson-Haefel</name> + <id>richardmf</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Remigio Chirino</name> + <id>remigio</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + <developer> + <name>Simone Bordet</name> + <id>simone</id> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + </developer> + </developers> + + + <contributors> +<!-- + <contributor> + <name>John Doe</name> + <email>[EMAIL PROTECTED]</email> + </contributor> +--> + </contributors> + + <dependencies> + <dependency> + <id>commons-logging</id> + <version>1.0.3</version> + <url>http://jakarta.apache.org/commons/logging/</url> + </dependency> + + <dependency> + <id>commons-httpclient</id> + <version>2.0-beta1</version> + <url>http://jakarta.apache.org/commons/httpclient/</url> + </dependency> + + <dependency> + <id>log4j</id> + <version>1.2.8</version> + </dependency> + + <dependency> + <id>concurrent</id> + <version>1.3.2</version> + </dependency> + + <dependency> + <id>javacc</id> + <jar>JavaCC.zip</jar> + </dependency> + + <dependency> + <id>mx4j+jmx</id> + <version>1.1.1</version> + </dependency> + <dependency> + <id>mx4j+tools</id> + <version>1.1.1</version> + </dependency> + </dependencies> + + <build> + <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress> + + <!-- this is a quick hack as we've only got 1 module so far --> + <!-- switching to a multi-project reactor based build real soon --> +<!-- +--> + <sourceDirectory>${basedir}/modules/core/src/java</sourceDirectory> + <unitTestSourceDirectory>${basedir}/modules/core/src/test</unitTestSourceDirectory> + <unitTest> + <includes> + <include>**/*TestCase.java</include> + </includes> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + </unitTest> + <resources> + <resource> + <directory>${basedir}/src/conf</directory> + <includes> + <include>*.properties</include> + </includes> + </resource> + </resources> + </build> + + <reports> + <report>maven-license-plugin</report> + <report>maven-checkstyle-plugin</report> + <report>maven-pmd-plugin</report> +<!-- + <report>maven-simian-plugin</report> +--> + <report>maven-jdepend-plugin</report> + <report>maven-changelog-plugin</report> + <report>maven-statcvs-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-clover-plugin</report> + </reports> + +</project>
