Author: apadilla
Date: Thu Mar 10 09:01:18 2011
New Revision: 1080160

URL: http://svn.apache.org/viewvc?rev=1080160&view=rev
Log:
* renamed index.apt to index.apt.vm to support properties declared in pom.xml ( 
${npandayReleaseVersion} and ${npandayReleaseDate} )
* revised ${npandayReleaseDate} to date of official announcement

Added:
    incubator/npanday/site/src/site/apt/index.apt.vm
Removed:
    incubator/npanday/site/src/site/apt/index.apt
Modified:
    incubator/npanday/site/pom.xml

Modified: incubator/npanday/site/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/site/pom.xml?rev=1080160&r1=1080159&r2=1080160&view=diff
==============================================================================
--- incubator/npanday/site/pom.xml (original)
+++ incubator/npanday/site/pom.xml Thu Mar 10 09:01:18 2011
@@ -242,7 +242,7 @@
 
   <properties>
     <npandayReleaseVersion>1.3-incubating</npandayReleaseVersion>
-    <npandayReleaseDate>22 January 2011</npandayReleaseDate>
+    <npandayReleaseDate>10 March 2011</npandayReleaseDate>
   </properties>
 
   <build>

Added: incubator/npanday/site/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/incubator/npanday/site/src/site/apt/index.apt.vm?rev=1080160&view=auto
==============================================================================
--- incubator/npanday/site/src/site/apt/index.apt.vm (added)
+++ incubator/npanday/site/src/site/apt/index.apt.vm Thu Mar 10 09:01:18 2011
@@ -0,0 +1,64 @@
+ ------
+ NPanday Overview
+ ------
+ ------
+ 16 Sept 2010
+ ------
+
+NPanday 
+
+* Overview
+
+  NPanday is a project to integrate {{{http://maven.apache.org} Apache Maven}} 
into .NET development environments.
+  It includes both a Visual Studio add-in to integrate Maven, and a set of 
plugins for Maven
+  that can build .NET projects uniformly from the command line.
+
+  NPanday enables you to use Visual Studio with a Maven-based development 
infrastructure, including:
+
+    * continuous integration servers for scheduled or triggered automated 
builds
+
+    * source control systems for assistance with the release process
+
+    * build artifact repositories for inter-project dependency management and 
centralised management of build output
+
+    []
+
+* News
+
+  ${npandayReleaseDate}: 
{{{./docs/${npandayReleaseVersion}/release-notes.html} Release 1.3-incubating 
available.}}.  This is our 9th release and the first one after we've moved to 
the Apache Incubator.  This release includes 2 major issues: the removal of the 
UAC and PAB directories, thus making NPanday more maven-like and the support of 
NPanday for VS 2010 and Net 4.0 Framework.
+
+  08 September 2010: {{{http://npanday.codeplex.com/releases/view/47408} 
Release 1.2.1 available.}}. This is our 8th release, incorporating many bug 
fixes, improved documentation, greatly enhanced the performance on projects 
with many (transitive) dependencies and a variety of new features, include code 
coverage for Java and .Net modules. This is the last release to be produced 
from Codeplex, with the infrastructure being moved to the Apache Incubator.
+  
+* Current Release and Documentation
+
+The current release is ${npandayReleaseVersion}:
+
+  * {{{./docs/${npandayReleaseVersion}/download.html} NPanday 
${npandayReleaseVersion} Release}}
+
+  * {{{./docs/${npandayReleaseVersion}} NPanday ${npandayReleaseVersion} 
Documentation}}
+
+* Current Development Version (Incubating)
+
+  * {{{./docs/${project.version}/} NPanday ${project.version} Documentation}}
+
+* Contributing to NPanday
+
+  NPanday is an open source project under the Apache License 2.0. You are free 
to use the application and source code as
+  you wish under those terms.
+
+  We welcome you to contribute to the project by submitting your requests and 
feedback, patches to the code and
+  participating in development discussions in the discussion area.
+
+  We are looking for active contributors to join the project, and use the 
Apache meritocracy model by nominating and
+  voting for committers from those that regularly discuss development and 
submit patches for fixes and enhancements.
+
+
+* Reporting Bugs and Requesting Features
+
+  You can also help by contributing high quality bug reports and feature 
requests via the issue tracker, and questions
+  and ideas via the discussion forums:
+
+  * {{{./issue-tracking.html} issue tracking}}
+
+  * {{{./mail-lists.html} mailing list information}}
+ 


Reply via email to