From nmaven-commits-return-701-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Wed Jan 23 21:19:07 2008 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 28025 invoked from network); 23 Jan 2008 21:19:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2008 21:19:07 -0000 Received: (qmail 62463 invoked by uid 500); 23 Jan 2008 21:18:58 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 62441 invoked by uid 500); 23 Jan 2008 21:18:58 -0000 Mailing-List: contact nmaven-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-commits@incubator.apache.org Received: (qmail 62431 invoked by uid 99); 23 Jan 2008 21:18:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 13:18:57 -0800 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 21:18:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 091211A9832; Wed, 23 Jan 2008 13:18:39 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r614672 - in /incubator/nmaven/www: ./ 0.14/images/logos/ css/ images/ images/logos/ Date: Wed, 23 Jan 2008 21:18:36 -0000 To: nmaven-commits@incubator.apache.org From: sisbell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080123211839.091211A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sisbell Date: Wed Jan 23 13:18:34 2008 New Revision: 614672 URL: http://svn.apache.org/viewvc?rev=614672&view=rev Log: New trunk site. Added: incubator/nmaven/www/0.14/images/logos/apache-incubator-logo.png (with props) incubator/nmaven/www/css/ incubator/nmaven/www/css/maven-base.css (with props) incubator/nmaven/www/css/maven-theme.css (with props) incubator/nmaven/www/css/print.css (with props) incubator/nmaven/www/dependencies.html incubator/nmaven/www/images/ incubator/nmaven/www/images/collapsed.gif (with props) incubator/nmaven/www/images/expanded.gif (with props) incubator/nmaven/www/images/external.png (with props) incubator/nmaven/www/images/icon_error_sml.gif (with props) incubator/nmaven/www/images/icon_info_sml.gif (with props) incubator/nmaven/www/images/icon_success_sml.gif (with props) incubator/nmaven/www/images/icon_warning_sml.gif (with props) incubator/nmaven/www/images/logos/ incubator/nmaven/www/images/logos/maven-feather.png (with props) incubator/nmaven/www/images/newwindow.png (with props) incubator/nmaven/www/index.html incubator/nmaven/www/integration.html incubator/nmaven/www/issue-tracking.html incubator/nmaven/www/license.html incubator/nmaven/www/mail-lists.html incubator/nmaven/www/project-info.html incubator/nmaven/www/project-summary.html incubator/nmaven/www/source-repository.html incubator/nmaven/www/team-list.html Added: incubator/nmaven/www/0.14/images/logos/apache-incubator-logo.png URL: http://svn.apache.org/viewvc/incubator/nmaven/www/0.14/images/logos/apache-incubator-logo.png?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/0.14/images/logos/apache-incubator-logo.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/www/css/maven-base.css URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/maven-base.css?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/css/maven-base.css (added) +++ incubator/nmaven/www/css/maven-base.css Wed Jan 23 13:18:34 2008 @@ -0,0 +1,148 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; + text-shadow: #7CFC00; +} +.xright, #bannerRight img { + float:right; + text-shadow: #7CFC00; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; + border: 1px solid black; + width: 90px; + height: 30px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} Propchange: incubator/nmaven/www/css/maven-base.css ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/css/maven-theme.css URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/maven-theme.css?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/css/maven-theme.css (added) +++ incubator/nmaven/www/css/maven-theme.css Wed Jan 23 13:18:34 2008 @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + Propchange: incubator/nmaven/www/css/maven-theme.css ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/css/print.css URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/print.css?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/css/print.css (added) +++ incubator/nmaven/www/css/print.css Wed Jan 23 13:18:34 2008 @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} Propchange: incubator/nmaven/www/css/print.css ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/www/dependencies.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/dependencies.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/dependencies.html (added) +++ incubator/nmaven/www/dependencies.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Project Dependencies + + + + + + + +
+ +
+
+
+

Project Dependencies

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionClassifierTypeOptional
junitjunit4.4-jar
org.easymockeasymock2.0-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

Project Dependency Graph

Dependency Listings

NMaven Site

Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

http://maven.apache.org/maven-dotnet-parent/maven-site

EasyMock 2.0

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock i s a perfect fit for Test-Driven Development.

http://www.easymock.org

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org

+
+
+
+
+
+ + + Added: incubator/nmaven/www/images/collapsed.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/collapsed.gif?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/collapsed.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/expanded.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/expanded.gif?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/expanded.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/external.png URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/external.png?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/external.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/www/images/icon_error_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_error_sml.gif?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_error_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_info_sml.gif?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_success_sml.gif?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/icon_warning_sml.gif URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_warning_sml.gif?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/www/images/logos/maven-feather.png URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logos/maven-feather.png?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/www/images/newwindow.png URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/newwindow.png?rev=614672&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/www/images/newwindow.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: incubator/nmaven/www/index.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/index.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/index.html (added) +++ incubator/nmaven/www/index.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + NMaven - + + + + + + + +
+ +
+
+
+

About NMaven

NMaven provides Maven 2.x plugins to support building of .NET applications.

Reporting Bugs/Requesting Features

Site Info

All information contained within this web-site is based on the latest work at the SVN trunk

Older documentation can be found here:

+
+
+
+
+
+ + + Added: incubator/nmaven/www/integration.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/integration.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/integration.html (added) +++ incubator/nmaven/www/integration.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Continuous Integration + + + + + + + +
+ +
+
+
+

Overview

This project uses Continuum.

Access

The following is a link to the continuous integration system used by the project.

Notifiers

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
TypeAddressConfiguration
mail-address=notifications@maven.apache.org
+
+
+
+
+
+ + + Added: incubator/nmaven/www/issue-tracking.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/issue-tracking.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/issue-tracking.html (added) +++ incubator/nmaven/www/issue-tracking.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Issue Tracking + + + + + + + +
+ +
+
+
+

Overview

This project uses Jira a J2EE-based, issue tracking and project management application.

Issue Tracking

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+
+ + + Added: incubator/nmaven/www/license.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/license.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/license.html (added) +++ incubator/nmaven/www/license.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Project License + + + + + + + +
+ +
+
+
+

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

Apache 2.0

Maven can't find the file LICENSE.txt on the system.

Can't read the url [file:/C:/Documents and Settings/shane/nmaven-apache/trunk/site/LICENSE.txt] : C:\Documents and Settings\shane\nmaven-apache\trunk\site\LICENSE.txt (The system cannot find the file specified)

+
+
+
+
+
+ + + Added: incubator/nmaven/www/mail-lists.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/mail-lists.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/mail-lists.html (added) +++ incubator/nmaven/www/mail-lists.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Project Mailing Lists + + + + + + + +
+ +
+
+
+

Project Mailing Lists

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

NameSubscribeUnsubscribePostArchiveOther Archives
NMaven Dev ListSubscribeUnsubscribePostmail-archives.apache.orgwww.nabble.com
NMaven Commits ListSubscribeUnsubscribePostmail-archives.apache.orgwww.nabble.com
+
+
+
+
+
+ + + Added: incubator/nmaven/www/project-info.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-info.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/project-info.html (added) +++ incubator/nmaven/www/project-info.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Project Information + + + + + + + +
+ +
+
+
+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
DependenciesThis document lists the projects dependencies and provides information on each dependency.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change req uests) can be created and queried using this link.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Project LicenseThis is a link to the definitions of project licenses.
Project SummaryThis document lists other related information of this project
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
+
+
+
+
+
+ + + Added: incubator/nmaven/www/project-summary.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-summary.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/project-summary.html (added) +++ incubator/nmaven/www/project-summary.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + NMaven - Project Summary + + + + + + + +
+ +
+
+
+

Project Summary

Project Information

FieldValue
NameNMaven Site
DescriptionMaven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
Homepagehttp://maven.apache.org/maven-dotnet-parent/maven-site

Project Organization

FieldValue
NameNMaven
URLhttp://incubator.apache.org/nmaven

Build Information

FieldValue
GroupIdorg.apache.maven.dotnet
ArtifactIdmaven-site
Version0.15-incubating-SNAPSHOT
Typepom
+
+
+
+
+
+ + + Added: incubator/nmaven/www/source-repository.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/source-repository.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/source-repository.html (added) +++ incubator/nmaven/www/source-repository.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + NMaven - Source Repository + + + + + + + +
+ +
+
+
+

Overview

This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/.

Web Access

The following is a link to the online source repository.

Anonymous access

The source can be checked out anonymously from SVN with this command:

$ svn checkout http://svn.apache.org/repos/asf/incubator/nmaven/trunk/maven-site maven-site

Developer access

Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.

$ svn checkout https://svn.apache.org/repos/asf/incubator/nmaven/trunk/maven-site maven-site

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)

$ svn commit --username your-username -m "A message"

Access from behind a firewall

For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:

$ svn checkout https://svn.apache.org/repos/asf/incubator/nmaven/trunk/maven-site maven-site

Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example : Edit the 'servers' file and add something like :

[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+
+
+ +
+
+
+ + + Added: incubator/nmaven/www/team-list.html URL: http://svn.apache.org/viewvc/incubator/nmaven/www/team-list.html?rev=614672&view=auto ============================================================================== --- incubator/nmaven/www/team-list.html (added) +++ incubator/nmaven/www/team-list.html Wed Jan 23 13:18:34 2008 @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + NMaven - Team list + + + + + + + +
+ +
+
+
+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

IdNameEmailURLOrganizationOrganization URLRolesTime ZoneActual Time (GMT)Properties
brettBrett Porterbrett@apache.org---champion, mentor---
jvanzylJason van Zyljvanzyl@apache.org---champion, mentor---
sisbellShane Isbellsisbell@apache.orghttp://jroller.com/page/random7--committer---
dfabulichDan Fabulichdfabulich@apache.org---committer---
chrisjsChris Stevensonchrisjs@apache.org---committer---
trygvisTrygve Laugstoltrygvis@apache.org---committer---
jstrachanJames Strachanjstrachan@apache.org---committer---
eworleyEvan Worleyeworley@apache.org---committer---

Contributors

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + +