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 si...@apache.org on 2008/01/23 20:33:21 UTC

svn commit: r614654 - in /incubator/nmaven/trunk/site: ./ pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/images/ src/site/images/apache-incubator-logo.png src/site/site.xml

Author: sisbell
Date: Wed Jan 23 12:33:17 2008
New Revision: 614654

URL: http://svn.apache.org/viewvc?rev=614654&view=rev
Log:
Site docs

Added:
    incubator/nmaven/trunk/site/
    incubator/nmaven/trunk/site/pom.xml   (with props)
    incubator/nmaven/trunk/site/src/
    incubator/nmaven/trunk/site/src/site/
    incubator/nmaven/trunk/site/src/site/apt/
    incubator/nmaven/trunk/site/src/site/apt/index.apt
    incubator/nmaven/trunk/site/src/site/images/
    incubator/nmaven/trunk/site/src/site/images/apache-incubator-logo.png   (with props)
    incubator/nmaven/trunk/site/src/site/site.xml   (with props)

Added: incubator/nmaven/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/pom.xml?rev=614654&view=auto
==============================================================================
--- incubator/nmaven/trunk/site/pom.xml (added)
+++ incubator/nmaven/trunk/site/pom.xml Wed Jan 23 12:33:17 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.maven.dotnet</groupId>
+    <artifactId>maven-dotnet-parent</artifactId>
+    <version>0.15-incubating-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.dotnet</groupId>
+  <artifactId>maven-site</artifactId>
+  <packaging>pom</packaging>
+  <version>0.15-incubating-SNAPSHOT</version>
+  <name>NMaven Site</name>
+</project>

Propchange: incubator/nmaven/trunk/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/src/site/apt/index.apt?rev=614654&view=auto
==============================================================================
--- incubator/nmaven/trunk/site/src/site/apt/index.apt (added)
+++ incubator/nmaven/trunk/site/src/site/apt/index.apt Wed Jan 23 12:33:17 2008
@@ -0,0 +1,20 @@
+About NMaven
+
+ NMaven provides Maven 2.x plugins to support building of .NET applications.
+
+ []
+
+Reporting Bugs/Requesting Features
+
+ * {{{http://jira.codehaus.org/browse/NMAVEN} NMaven Issue Tracking}}
+
+ * {{{mailto:nmaven-dev@incubator.apache.org} Post to Mailing List}}
+
+Site Info
+
+ All information contained within this web-site is based on the latest work at
+ the {{{https://svn.apache.org/repos/asf/incubator/nmaven/trunk} SVN trunk }}
+
+ Older documentation can be found here:
+
+ * {{{http://incubator.apache.org/nmaven/0.14} 0.14 (Unreleased snapshot)}}

Added: incubator/nmaven/trunk/site/src/site/images/apache-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/src/site/images/apache-incubator-logo.png?rev=614654&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/nmaven/trunk/site/src/site/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/nmaven/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/src/site/site.xml?rev=614654&view=auto
==============================================================================
--- incubator/nmaven/trunk/site/src/site/site.xml (added)
+++ incubator/nmaven/trunk/site/src/site/site.xml Wed Jan 23 12:33:17 2008
@@ -0,0 +1,19 @@
+<project name="NMaven">
+  <bannerRight>
+    <src>./images/apache-incubator-logo.png</src>
+  </bannerRight>
+
+  <body>
+    <links>
+      <item name="Project Site" href="http://incubator.apache.org/projects/nmaven.html"/>
+      <item name="NMaven" href="http://incubator.apache.org/nmaven"/>
+      <item name="NMaven SVN" href="http://svn.apache.org/repos/asf/incubator/nmaven/"/>
+      <item name="Maven" href="http://maven.apache.org/"/>
+      <item name="Mono Project" href="http://www.mono-project.com/"/>
+    </links>
+    <menu name="General Info">
+      <item name="About" href="index.html"/>
+    </menu>
+    ${reports}
+  </body>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native