You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by br...@apache.org on 2008/06/16 02:41:09 UTC

svn commit: r668042 [1/2] - in /incubator/nmaven/www: ./ css/ images/ images/logos/

Author: brett
Date: Sun Jun 15 19:41:08 2008
New Revision: 668042

URL: http://svn.apache.org/viewvc?rev=668042&view=rev
Log:
Upload by wagon-svn

Added:
    incubator/nmaven/www/images/apache-maven-project-2.png
    incubator/nmaven/www/images/banner.jpg
    incubator/nmaven/www/images/bg.jpg
    incubator/nmaven/www/images/breadcrumbs.jpg
    incubator/nmaven/www/images/h3.jpg
    incubator/nmaven/www/images/h5.jpg
    incubator/nmaven/www/images/logo_apache.jpg
    incubator/nmaven/www/images/logo_maven.jpg
    incubator/nmaven/www/images/maven-logo-2.gif
    incubator/nmaven/www/roadmap.html
Modified:
    incubator/nmaven/www/css/maven-base.css
    incubator/nmaven/www/css/maven-theme.css
    incubator/nmaven/www/css/print.css
    incubator/nmaven/www/css/site.css
    incubator/nmaven/www/images/collapsed.gif
    incubator/nmaven/www/images/expanded.gif
    incubator/nmaven/www/images/external.png
    incubator/nmaven/www/images/icon_error_sml.gif
    incubator/nmaven/www/images/icon_info_sml.gif
    incubator/nmaven/www/images/icon_success_sml.gif
    incubator/nmaven/www/images/icon_warning_sml.gif
    incubator/nmaven/www/images/logos/build-by-maven-black.png
    incubator/nmaven/www/images/logos/build-by-maven-white.png
    incubator/nmaven/www/images/logos/maven-feather.png
    incubator/nmaven/www/images/newwindow.png
    incubator/nmaven/www/index.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/source-repository.html
    incubator/nmaven/www/team-list.html

Modified: incubator/nmaven/www/css/maven-base.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/maven-base.css?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/css/maven-base.css (original)
+++ incubator/nmaven/www/css/maven-base.css Sun Jun 15 19:41:08 2008
@@ -1,145 +1,145 @@
-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 1px 1px 1px;
-}
-.xright, #bannerRight {
-  float:right;
-  text-shadow: #7CFC00 1px 1px 1px;
-}
-#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;
-}
-#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;
-}
+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 1px 1px 1px;
+}
+.xright, #bannerRight {
+  float:right;
+  text-shadow: #7CFC00 1px 1px 1px;
+}
+#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;
+}
+#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;
+}

Modified: incubator/nmaven/www/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/maven-theme.css?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/css/maven-theme.css (original)
+++ incubator/nmaven/www/css/maven-theme.css Sun Jun 15 19:41:08 2008
@@ -1,141 +1,214 @@
-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);
-}
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+body {
+  background-color: #fff;
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  margin-left: auto;
+  margin-right: auto;
+  background-repeat: repeat-y;
+  font-size: 13px;
+  padding: 0px;
+}
+td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 12px;
+  color:#333333;
+}
+code{
+  font-size: 12px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#47a;
+}
+a:visited  {
+  color:#666666;
+}
+a:active, a:hover {
+  color:#990000;
+}
+#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 {
+  font-size: 17px;
+  color: #333333;  
+}
+h3 {
+  padding: 4px 4px 4px 24px;
+  color: #666;
+  background-color: #ccc;
+  font-weight: bold;
+  font-size: 14px;
+  background-image: url(../images/h3.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+p {
+  line-height: 1.3em;
+  font-size: 12px;
+  color: #000;
+}
+#breadcrumbs {
+  height: 13px;
+  background-image: url(../images/breadcrumbs.jpg);
+  padding: 5px 10px 14px 20px;
+}
+* html #breadcrumbs {
+  padding-bottom: 8px;
+}
+#leftColumn {
+  margin: 10px 0 10px 0;
+  border-top-color: #ccc;
+  border-top-style: solid;
+  border-top-width: 1px;
+  border-right-color: #ccc;
+  border-right-style: solid;
+  border-right-width: 1px;
+  border-bottom-color: #ccc;
+  border-bottom-style: solid;
+  border-bottom-width: 1px;
+  padding-right: 5px;
+  padding-left: 5px;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  padding-left: 9px;
+  color: #49635a;
+  background-image: url(../images/h5.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 11px;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+  overflow:auto
+}
+dt {
+  padding: 4px 4px 4px 24px;
+  color: #333333;
+  background-color: #ccc;
+  font-weight: bold;
+  font-size: 14px;
+  background-image: url(../images/h3.jpg);
+  background-repeat: no-repeat;
+  background-position: left bottom;
+}
+.subsectionTitle {
+  font-size: 13px;
+  font-weight: bold;
+  color: #666;
+
+}
+
+table {
+  font-size: 10px;
+}
+.xright a:link, .xright a:visited, .xright a:active {
+  color: #666;
+}
+.xright a:hover {
+  color: #003300;
+}
+#banner {
+  height: 93px;
+  background: url(../images/banner.jpg);
+}
+#navcolumn ul {
+  margin: 5px 0 15px -0em;
+}
+#navcolumn ul a {
+  color: #333333;
+}
+#navcolumn ul a:hover {
+  color: red;
+}
+#intro {
+  border: solid #ccc 1px;
+  margin: 6px 0px 0px 0px;
+  padding: 10px 40px 10px 40px;
+}
+.subsection {
+  margin-left: 3px;
+  color: #333333;
+}
+
+.subsection p {
+  font-size: 12px;
+}
+#footer {
+  padding: 10px;
+  margin: 20px 0px 20px 0px;
+  border-top: solid #ccc 1px; 
+  color: #333333;
+}
+
+.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);
+}
+

Modified: incubator/nmaven/www/css/print.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/print.css?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/css/print.css (original)
+++ incubator/nmaven/www/css/print.css Sun Jun 15 19:41:08 2008
@@ -1,7 +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
-}
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Modified: incubator/nmaven/www/css/site.css
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/css/site.css?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
    (empty)

Added: incubator/nmaven/www/images/apache-maven-project-2.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/apache-maven-project-2.png?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/apache-maven-project-2.png (added) and incubator/nmaven/www/images/apache-maven-project-2.png Sun Jun 15 19:41:08 2008 differ

Added: incubator/nmaven/www/images/banner.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/banner.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/banner.jpg (added) and incubator/nmaven/www/images/banner.jpg Sun Jun 15 19:41:08 2008 differ

Added: incubator/nmaven/www/images/bg.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/bg.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/bg.jpg (added) and incubator/nmaven/www/images/bg.jpg Sun Jun 15 19:41:08 2008 differ

Added: incubator/nmaven/www/images/breadcrumbs.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/breadcrumbs.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/breadcrumbs.jpg (added) and incubator/nmaven/www/images/breadcrumbs.jpg Sun Jun 15 19:41:08 2008 differ

Modified: incubator/nmaven/www/images/collapsed.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/collapsed.gif?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/expanded.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/expanded.gif?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/external.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/external.png?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/nmaven/www/images/h3.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/h3.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/h3.jpg (added) and incubator/nmaven/www/images/h3.jpg Sun Jun 15 19:41:08 2008 differ

Added: incubator/nmaven/www/images/h5.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/h5.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/h5.jpg (added) and incubator/nmaven/www/images/h5.jpg Sun Jun 15 19:41:08 2008 differ

Modified: incubator/nmaven/www/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_error_sml.gif?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_info_sml.gif?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_success_sml.gif?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/icon_warning_sml.gif?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/nmaven/www/images/logo_apache.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logo_apache.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/logo_apache.jpg (added) and incubator/nmaven/www/images/logo_apache.jpg Sun Jun 15 19:41:08 2008 differ

Added: incubator/nmaven/www/images/logo_maven.jpg
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logo_maven.jpg?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/logo_maven.jpg (added) and incubator/nmaven/www/images/logo_maven.jpg Sun Jun 15 19:41:08 2008 differ

Modified: incubator/nmaven/www/images/logos/build-by-maven-black.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logos/build-by-maven-black.png?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/logos/build-by-maven-white.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logos/build-by-maven-white.png?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/logos/maven-feather.png?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/nmaven/www/images/maven-logo-2.gif
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/maven-logo-2.gif?rev=668042&view=auto
==============================================================================
Files incubator/nmaven/www/images/maven-logo-2.gif (added) and incubator/nmaven/www/images/maven-logo-2.gif Sun Jun 15 19:41:08 2008 differ

Modified: incubator/nmaven/www/images/newwindow.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/images/newwindow.png?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/nmaven/www/index.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/index.html?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/index.html (original)
+++ incubator/nmaven/www/index.html Sun Jun 15 19:41:08 2008
@@ -12,7 +12,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Apache NMaven - </title>
+    <title>Apache NMaven - About</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
@@ -20,19 +20,24 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
-                          <span id="bannerRight">
+            </a>
+                        <a href="../../../" id="bannerRight">
     
-                                            <img src="./images/apache-incubator-logo.png" alt="" />
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
     
-            </span>
+            </a>
             <div class="clear">
         <hr/>
       </div>
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -87,6 +89,22 @@
     <li class="none">
               <strong>About</strong>
         </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+                    <a href="roadmap.html">Roadmap</a>
+          </li>
+              
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
           </ul>
               <h5>Project Documentation</h5>
             <ul>
@@ -102,14 +120,6 @@
       
             
       
-            
-      
-            
-      
-            
-      
-            
-      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -123,35 +133,42 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>About NMaven</h2>
-<p>NMaven provides Maven 2.x plugins to support building of .NET applications.</p>
-</div>
-<div class="section"><h2>Reporting Bugs/Requesting Features</h2>
-<ul><li><a class="externalLink" href="http://jira.codehaus.org/browse/NMAVEN"> NMaven Issue Tracking</a>
-</li>
-<li><a class="externalLink" href="mailto:nmaven-dev@incubator.apache.org"> Post to Mailing List</a>
-</li>
-</ul>
-</div>
-<div class="section"><h2>Site Info</h2>
-<p>All information contained within this web-site is based on the latest work at the <a class="externalLink" href="https://svn.apache.org/repos/asf/incubator/nmaven/trunk"> SVN trunk </a>
-</p>
-<p>Documentation can be found here:</p>
-<ul><li><a href="0.16/index.html"> 0.16 (Current trunk)</a>
-</li>
-<li><a href="0.15/index.html"> 0.15-incubating</a>
-</li>
-<li><a href="0.14/index.html"> 0.14 (Unreleased snapshot)</a>
-</li>
-</ul>
-</div>
+        <div class="section"><h2>About NMaven</h2>
+<p>NMaven develops plugins and integration for Maven to make building and using .NET languages a first-class citizen in Maven.</p>
+</div>
+<div class="section"><h2>Getting Started with NMaven</h2>
+<p>To get started with the latest release of NMaven, follow the <a href="0.15/getting-started.html"> Getting Started Guide</a>
+ for the latest release (0.15).</p>
+</div>
+<div class="section"><h2>Getting Involved with NMaven</h2>
+<p>If the current release doesn't do everything you need, or you need some help getting started, join the NMaven Developers List and get involved. </p>
+<p>For more information, see the <a href="mail-lists.html"> mailing lists page</a>
+.</p>
+</div>
+<div class="section"><h2>Current Features and Roadmap</h2>
+<p>The following features are available in the current development version: <a href="0.16/features.html"> 0.16 features</a>
+</p>
+<p>A number of features are also in progress or planned for the future: <a href="roadmap.html"> development roadmap</a>
+</p>
+</div>
+<div class="section"><h2>Reporting Bugs/Requesting Features</h2>
+<p>You can file requests in the <a href="http://jira.codehaus.org/browse/NMAVEN" class="externalLink"> NMaven Issue Tracking</a>
+. It is highly recommended that you also join the NMaven Developers List (see above) and discuss or help out with the issue.</p>
+<p>You may also try the current development builds, which are also the best place to get started with contributions. For more information, see the <a href="0.16/index.html"> 0.16 sub-site</a>
+.</p>
+</div>
+<div class="section"><h2>Older Versions</h2>
+<p>In addition to the above, an older version of NMaven is still available. This contains additional functionality but is not as well integration with Maven. Work is ongoing to migrate functionality to the current development version.</p>
+<p>For more information, see the <a href="0.14/index.html"> 0.14 sub-site</a>
+</p>
+</div>
 
       </div>
     </div>
@@ -168,7 +185,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/issue-tracking.html?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/issue-tracking.html (original)
+++ incubator/nmaven/www/issue-tracking.html Sun Jun 15 19:41:08 2008
@@ -20,19 +20,24 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
-                          <span id="bannerRight">
+            </a>
+                        <a href="../../../" id="bannerRight">
     
-                                            <img src="./images/apache-incubator-logo.png" alt="" />
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
     
-            </span>
+            </a>
             <div class="clear">
         <hr/>
       </div>
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -87,21 +89,29 @@
     <li class="none">
                     <a href="index.html">About</a>
           </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+                    <a href="roadmap.html">Roadmap</a>
+          </li>
+              
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
           </ul>
               <h5>Project Documentation</h5>
             <ul>
               
                 
               
-      
             
-      
-            
-      
-            
-            
-            
-      
             
       
             
@@ -116,18 +126,6 @@
                   <ul>
                   
     <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
               <strong>Issue Tracking</strong>
         </li>
                   
@@ -140,10 +138,6 @@
           </li>
                   
     <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -161,22 +155,22 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">Jira</a>
- a J2EE-based, issue tracking and project management application.</div>
-<div class="section"><h2>Issue Tracking</h2>
-<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
-<div class="source"><pre><a class="externalLink" href="http://jira.codehaus.org/browse/NMAVEN">http://jira.codehaus.org/browse/NMAVEN</a>
-</pre>
-</div>
-</div>
+        <div class="section"><h2>Overview</h2>
+This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">Jira</a>
+ a J2EE-based, issue tracking and project management application.</div>
+<div class="section"><h2>Issue Tracking</h2>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source"><pre><a href="http://jira.codehaus.org/browse/NMAVEN" class="externalLink">http://jira.codehaus.org/browse/NMAVEN</a>
+</pre>
+</div>
+</div>
 
       </div>
     </div>
@@ -193,7 +187,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/license.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/license.html?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/license.html (original)
+++ incubator/nmaven/www/license.html Sun Jun 15 19:41:08 2008
@@ -20,19 +20,24 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
-                          <span id="bannerRight">
+            </a>
+                        <a href="../../../" id="bannerRight">
     
-                                            <img src="./images/apache-incubator-logo.png" alt="" />
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
     
-            </span>
+            </a>
             <div class="clear">
         <hr/>
       </div>
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -87,6 +89,22 @@
     <li class="none">
                     <a href="index.html">About</a>
           </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+                    <a href="roadmap.html">Roadmap</a>
+          </li>
+              
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
           </ul>
               <h5>Project Documentation</h5>
             <ul>
@@ -97,15 +115,7 @@
             
       
             
-      
             
-      
-            
-      
-            
-            
-            
-      
             
       
             
@@ -116,18 +126,6 @@
                   <ul>
                   
     <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -140,10 +138,6 @@
         </li>
                   
     <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -161,22 +155,224 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
-</div>
-<div class="section"><h2>Project License</h2>
-<div class="section"><h3>Apache 2.0</h3>
-<p>Maven can't find the file LICENSE.txt on the system.</p>
-<p>Can't read the url [file:/C:/Documents and Settings/sisbell/checkout/nmaven/trunk/site/LICENSE.txt] : C:\Documents and Settings\sisbell\checkout\nmaven\trunk\site\LICENSE.txt (The system cannot find the file specified)</p>
-</div>
-</div>
+        <div class="section"><h2>Overview</h2>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
+</div>
+<div class="section"><h2>Project License</h2>
+<div class="section"><h3>The Apache Software License, Version 2.0</h3>
+<div class="source"><pre>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+</pre>
+</div>
+</div>
+</div>
 
       </div>
     </div>
@@ -193,7 +389,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/mail-lists.html?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/mail-lists.html (original)
+++ incubator/nmaven/www/mail-lists.html Sun Jun 15 19:41:08 2008
@@ -20,19 +20,24 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
-                          <span id="bannerRight">
+            </a>
+                        <a href="../../../" id="bannerRight">
     
-                                            <img src="./images/apache-incubator-logo.png" alt="" />
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
     
-            </span>
+            </a>
             <div class="clear">
         <hr/>
       </div>
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -87,6 +89,22 @@
     <li class="none">
                     <a href="index.html">About</a>
           </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+                    <a href="roadmap.html">Roadmap</a>
+          </li>
+              
+    <li class="none">
+              <strong>Mailing Lists</strong>
+        </li>
           </ul>
               <h5>Project Documentation</h5>
             <ul>
@@ -95,15 +113,7 @@
               
       
             
-      
             
-      
-            
-      
-            
-            
-            
-      
             
       
             
@@ -116,18 +126,6 @@
                   <ul>
                   
     <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -140,10 +138,6 @@
           </li>
                   
     <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -161,48 +155,59 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists</h2>
-<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
-<table class="bodyTable"><tr class="a"><th>Name</th>
-<th>Subscribe</th>
-<th>Unsubscribe</th>
-<th>Post</th>
-<th>Archive</th>
-<th>Other Archives</th>
-</tr>
-<tr class="b"><td>NMaven Dev List</td>
-<td><a class="externalLink" href="mailto:nmaven-dev-subscribe@incubator.apache.org">Subscribe</a>
-</td>
-<td><a class="externalLink" href="mailto:nmaven-dev-unsubscribe@incubator.apache.org">Unsubscribe</a>
-</td>
-<td><a class="externalLink" href="mailto:nmaven-dev@incubator.apache.org">Post</a>
-</td>
-<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-dev/">mail-archives.apache.org</a>
-</td>
-<td><a class="externalLink" href="http://www.nabble.com/nmaven-dev-f17655.html">www.nabble.com</a>
-</td>
-</tr>
-<tr class="a"><td>NMaven Commits List</td>
-<td><a class="externalLink" href="mailto:nmaven-commits-subscribe@incubator.apache.org">Subscribe</a>
-</td>
-<td><a class="externalLink" href="mailto:nmaven-commits-unsubscribe@incubator.apache.org">Unsubscribe</a>
-</td>
-<td><a class="externalLink" href="mailto:nmaven-commits@incubator.apache.org">Post</a>
-</td>
-<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-commits/">mail-archives.apache.org</a>
-</td>
-<td><a class="externalLink" href="http://www.nabble.com/nmaven-commits-f17656.html">www.nabble.com</a>
-</td>
-</tr>
-</table>
-</div>
+        <div class="section"><h2>Project Mailing Lists</h2>
+<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Post</th>
+<th>Archive</th>
+<th>Other Archives</th>
+</tr>
+<tr class="b"><td>NMaven Dev List</td>
+<td><a href="mailto:nmaven-dev-subscribe@incubator.apache.org" class="externalLink">Subscribe</a>
+</td>
+<td><a href="mailto:nmaven-dev-unsubscribe@incubator.apache.org" class="externalLink">Unsubscribe</a>
+</td>
+<td><a href="mailto:nmaven-dev@incubator.apache.org" class="externalLink">Post</a>
+</td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-dev/" class="externalLink">mail-archives.apache.org</a>
+</td>
+<td><a href="http://www.nabble.com/nmaven-dev-f17655.html" class="externalLink">www.nabble.com</a>
+</td>
+</tr>
+<tr class="a"><td>NMaven Commits List</td>
+<td><a href="mailto:nmaven-commits-subscribe@incubator.apache.org" class="externalLink">Subscribe</a>
+</td>
+<td><a href="mailto:nmaven-commits-unsubscribe@incubator.apache.org" class="externalLink">Unsubscribe</a>
+</td>
+<td><a href="mailto:nmaven-commits@incubator.apache.org" class="externalLink">Post</a>
+</td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-commits/" class="externalLink">mail-archives.apache.org</a>
+</td>
+<td><a href="http://www.nabble.com/nmaven-commits-f17656.html" class="externalLink">www.nabble.com</a>
+</td>
+</tr>
+<tr class="b"><td>NMaven Issues List</td>
+<td><a href="mailto:nmaven-issues-subscribe@incubator.apache.org" class="externalLink">Subscribe</a>
+</td>
+<td><a href="mailto:nmaven-issues-unsubscribe@incubator.apache.org" class="externalLink">Unsubscribe</a>
+</td>
+<td><a href="mailto:nmaven-issues@incubator.apache.org" class="externalLink">Post</a>
+</td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-nmaven-issues/" class="externalLink">mail-archives.apache.org</a>
+</td>
+<td>-</td>
+</tr>
+</table>
+</div>
 
       </div>
     </div>
@@ -219,7 +224,7 @@
 
   
     
-  
+            
   
     
   </div>

Modified: incubator/nmaven/www/project-info.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/project-info.html?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/project-info.html (original)
+++ incubator/nmaven/www/project-info.html Sun Jun 15 19:41:08 2008
@@ -20,19 +20,24 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
-                          <span id="bannerRight">
+            </a>
+                        <a href="../../../" id="bannerRight">
     
-                                            <img src="./images/apache-incubator-logo.png" alt="" />
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
     
-            </span>
+            </a>
             <div class="clear">
         <hr/>
       </div>
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -87,6 +89,22 @@
     <li class="none">
                     <a href="index.html">About</a>
           </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+                    <a href="roadmap.html">Roadmap</a>
+          </li>
+              
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
           </ul>
               <h5>Project Documentation</h5>
             <ul>
@@ -102,32 +120,12 @@
       
             
       
-            
-      
-            
-      
-            
-      
-            
-      
               
             <li class="expanded">
               <strong>Project Information</strong>
                 <ul>
                   
     <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -140,10 +138,6 @@
           </li>
                   
     <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -161,59 +155,43 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Information</h2>
-<p>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 <a class="externalLink" href="http://maven.apache.org">Maven</a>
- on behalf of the project.</p>
-<div class="section"><h3>Overview</h3>
-<table class="bodyTable"><tr class="a"><th>Document</th>
-<th>Description</th>
-</tr>
-<tr class="b"><td><a href="integration.html">Continuous Integration</a>
-</td>
-<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td>
-</tr>
-<tr class="a"><td><a href="dependencies.html">Dependencies</a>
-</td>
-<td>This document lists the projects dependencies and provides information on each dependency.</td>
-</tr>
-<tr class="b"><td><a href="dependency-convergence.html">Dependency Convergence</a>
-</td>
-<td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td>
-</tr>
-<tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a>
-</td>
-<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td>
-</tr>
-<tr class="b"><td><a href="mail-lists.html">Mailing Lists</a>
-</td>
-<td>This document provides subscription and archive information for this project's mailing lists.</td>
-</tr>
-<tr class="a"><td><a href="license.html">Project License</a>
-</td>
-<td>This is a link to the definitions of project licenses.</td>
-</tr>
-<tr class="b"><td><a href="project-summary.html">Project Summary</a>
-</td>
-<td>This document lists other related information of this project</td>
-</tr>
-<tr class="a"><td><a href="team-list.html">Project Team</a>
-</td>
-<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td>
-</tr>
-<tr class="b"><td><a href="source-repository.html">Source Repository</a>
-</td>
-<td>This is a link to the online source repository that can be viewed via a web browser.</td>
-</tr>
-</table>
-</div>
-</div>
+        <div class="section"><h2>Project Information</h2>
+<p>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 <a href="http://maven.apache.org" class="externalLink">Maven</a>
+ on behalf of the project.</p>
+<div class="section"><h3>Overview</h3>
+<table class="bodyTable"><tr class="a"><th>Document</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a>
+</td>
+<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td>
+</tr>
+<tr class="a"><td><a href="mail-lists.html">Mailing Lists</a>
+</td>
+<td>This document provides subscription and archive information for this project's mailing lists.</td>
+</tr>
+<tr class="b"><td><a href="license.html">Project License</a>
+</td>
+<td>This is a link to the definitions of project licenses.</td>
+</tr>
+<tr class="a"><td><a href="team-list.html">Project Team</a>
+</td>
+<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td>
+</tr>
+<tr class="b"><td><a href="source-repository.html">Source Repository</a>
+</td>
+<td>This is a link to the online source repository that can be viewed via a web browser.</td>
+</tr>
+</table>
+</div>
+</div>
 
       </div>
     </div>
@@ -230,7 +208,7 @@
 
   
     
-  
+            
   
     
   </div>

Added: incubator/nmaven/www/roadmap.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/roadmap.html?rev=668042&view=auto
==============================================================================
--- incubator/nmaven/www/roadmap.html (added)
+++ incubator/nmaven/www/roadmap.html Sun Jun 15 19:41:08 2008
@@ -0,0 +1,193 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Apache NMaven - Roadmap</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+          <meta name="author" content="Brett Porter" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
+    
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
+    
+            </a>
+                        <a href="../../../" id="bannerRight">
+    
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
+    
+            </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
+            |
+                <a href="../..">NMaven</a>
+            |
+                <a href="http://maven.apache.org/" class="externalLink">Maven</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>General Info</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+              <strong>Roadmap</strong>
+        </li>
+              
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Development Roadmap</h2>
+<p>The following features are the intended milestones for certain releases.</p>
+<p><b>Note:</b>
+ <i>these feature sets do not represent milestones for graduation from the incubator.</i>
+ Graduation depends on a healthy community of active participants alone.</p>
+<div class="section"><h3>0.16</h3>
+<ul><li>NUnit integration</li>
+<li>Additional archetypes</li>
+<li>Maven 2.0.9 Toolchain integration</li>
+<li>Port XSD and WSDL plugins from 0.14</li>
+<li>WIX plugin</li>
+</ul>
+<p>For a complete list of issues scheduled for 0.16, refer to <a href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;&amp;fixfor=14352&amp;pid=11482&amp;sorter/field=issuekey&amp;sorter/order=DESC" class="externalLink"> JIRA</a>
+</p>
+</div>
+<div class="section"><h3>0.2</h3>
+<ul><li>Port VB.NET support from 0.14</li>
+<li>Port Visual Studio integration from 0.14</li>
+<li>Complete porting plugins from 0.14</li>
+</ul>
+</div>
+<div class="section"><h3>1.0</h3>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2006-2008
+    
+          The Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: incubator/nmaven/www/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/source-repository.html?rev=668042&r1=668041&r2=668042&view=diff
==============================================================================
--- incubator/nmaven/www/source-repository.html (original)
+++ incubator/nmaven/www/source-repository.html Sun Jun 15 19:41:08 2008
@@ -20,19 +20,24 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
   <body class="composite">
     <div id="banner">
-                    <span id="bannerLeft">
+                  <a href="http://maven.apache.org/" id="bannerLeft">
     
-            Apache NMaven
+                                    <img src="http://maven.apache.org/images/apache-maven-project-2.png" alt="" />
     
-            </span>
-                          <span id="bannerRight">
+            </a>
+                        <a href="../../../" id="bannerRight">
     
-                                            <img src="./images/apache-incubator-logo.png" alt="" />
+                                            <img src="../../../images/apache-incubator-logo.png" alt="" />
     
-            </span>
+            </a>
             <div class="clear">
         <hr/>
       </div>
@@ -43,27 +48,24 @@
 
   
     
-  
+            
   
     
             <div class="xleft">
-        Last Published: 2008-03-24
+        Last Published: 2008-06-16
+                  &nbsp;| Version: 0.16-incubating-SNAPSHOT
                       </div>
-            <div class="xright">            <a href="../../../projects/nmaven.html">Project Site</a>
+            <div class="xright">            <a href="../../../projects/nmaven.html">Incubator Status</a>
             |
                 <a href="../..">NMaven</a>
             |
-                <a href="http://svn.apache.org/repos/asf/incubator/nmaven/" class="externalLink">NMaven SVN</a>
-            |
                 <a href="http://maven.apache.org/" class="externalLink">Maven</a>
-            |
-                <a href="http://www.mono-project.com/" class="externalLink">Mono Project</a>
             
   
 
   
     
-  
+            
   
     
   </div>
@@ -78,7 +80,7 @@
 
   
     
-  
+            
   
     
                    <h5>General Info</h5>
@@ -87,6 +89,22 @@
     <li class="none">
                     <a href="index.html">About</a>
           </li>
+              
+    <li class="none">
+                    <a href="0.15/getting-started.html">Getting Started</a>
+          </li>
+              
+    <li class="none">
+                    <a href="0.15/features.html">Features</a>
+          </li>
+              
+    <li class="none">
+                    <a href="roadmap.html">Roadmap</a>
+          </li>
+              
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
           </ul>
               <h5>Project Documentation</h5>
             <ul>
@@ -101,14 +119,6 @@
             
       
             
-      
-            
-      
-            
-      
-            
-      
-            
             
               
             <li class="expanded">
@@ -116,18 +126,6 @@
                   <ul>
                   
     <li class="none">
-                    <a href="integration.html">Continuous Integration</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
-          </li>
-                  
-    <li class="none">
                     <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
@@ -140,10 +138,6 @@
           </li>
                   
     <li class="none">
-                    <a href="project-summary.html">Project Summary</a>
-          </li>
-                  
-    <li class="none">
                     <a href="team-list.html">Project Team</a>
           </li>
                   
@@ -161,51 +155,51 @@
 
   
     
-  
+            
   
     
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://subversion.tigris.org/">Subversion</a>
- to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>
-.</div>
-<div class="section"><h2>Web Access</h2>
-<p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewvc/incubator/nmaven/trunk/maven-site/maven-site-general">http://svn.apache.org/viewvc/incubator/nmaven/trunk/maven-site/maven-site-general</a>
-</pre>
-</div>
-</div>
-<div class="section"><h2>Anonymous access</h2>
-<p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/incubator/nmaven/trunk/maven-site/maven-site-general maven-site-general</pre>
-</div>
-</div>
-<div class="section"><h2>Developer access</h2>
-<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/nmaven/trunk/maven-site/maven-site-general maven-site-general</pre>
-</div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
-<div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
-</div>
-</div>
-<div class="section"><h2>Access from behind a firewall</h2>
-<p>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:</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/nmaven/trunk/maven-site/maven-site-general maven-site-general</pre>
-</div>
-</div>
-<div class="section"><h2>Access through a proxy</h2>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; 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 &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>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.</p>
-<p>Example : Edit the 'servers' file and add something like :</p>
+        <div class="section"><h2>Overview</h2>
+This project uses <a href="http://subversion.tigris.org/" class="externalLink">Subversion</a>
+ to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/" class="externalLink">http://svnbook.red-bean.com/</a>
+.</div>
+<div class="section"><h2>Web Access</h2>
+<p>The following is a link to the online source repository.</p>
+<div class="source"><pre><a href="http://svn.apache.org/viewcvs.cgi/incubator/nmaven/trunk/" class="externalLink">http://svn.apache.org/viewcvs.cgi/incubator/nmaven/trunk/</a>
+</pre>
+</div>
+</div>
+<div class="section"><h2>Anonymous access</h2>
+<p>The source can be checked out anonymously from SVN with this command:</p>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/incubator/nmaven/trunk/ maven-site-general</pre>
+</div>
+</div>
+<div class="section"><h2>Developer access</h2>
+<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/nmaven/trunk/ maven-site-general</pre>
+</div>
+<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
+<div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
+</div>
+</div>
+<div class="section"><h2>Access from behind a firewall</h2>
+<p>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:</p>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/incubator/nmaven/trunk/ maven-site-general</pre>
+</div>
+</div>
+<div class="section"><h2>Access through a proxy</h2>
+<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; 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 &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
+<p>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.</p>
+<p>Example : Edit the 'servers' file and add something like :</p>
 <div class="source"><pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
-</pre>
-</div>
-</div>
+</pre>
+</div>
+</div>
 
       </div>
     </div>
@@ -222,7 +216,7 @@
 
   
     
-  
+            
   
     
   </div>