Author: apadilla
Date: Thu Sep 16 09:29:22 2010
New Revision: 997650
URL: http://svn.apache.org/viewvc?rev=997650&view=rev
Log:
* revised pom.xml, site.xml and index.apt
* removed files not needed (apt files and resources)
Removed:
incubator/npanday/site/src/site/apt/developers/
incubator/npanday/site/src/site/apt/faqs.apt
incubator/npanday/site/src/site/apt/features.apt
incubator/npanday/site/src/site/apt/guide/
incubator/npanday/site/src/site/index.html
incubator/npanday/site/src/site/resources/images/developers/
incubator/npanday/site/src/site/resources/images/logo-home.png
incubator/npanday/site/src/site/resources/images/vs/
Modified:
incubator/npanday/site/pom.xml
incubator/npanday/site/src/site/apt/index.apt
incubator/npanday/site/src/site/site.xml
Modified: incubator/npanday/site/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/site/pom.xml?rev=997650&r1=997649&r2=997650&view=diff
==============================================================================
--- incubator/npanday/site/pom.xml (original)
+++ incubator/npanday/site/pom.xml Thu Sep 16 09:29:22 2010
@@ -156,4 +156,21 @@
</developer>
</developers>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.2</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
Modified: incubator/npanday/site/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/incubator/npanday/site/src/site/apt/index.apt?rev=997650&r1=997649&r2=997650&view=diff
==============================================================================
--- incubator/npanday/site/src/site/apt/index.apt (original)
+++ incubator/npanday/site/src/site/apt/index.apt Thu Sep 16 09:29:22 2010
@@ -2,13 +2,15 @@
NPanday Overview
------
------
- 24 Feb 2009
+ 16 Sept 2010
------
-NPanday
+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/}plugins}} for Maven
+ 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:
@@ -19,44 +21,12 @@ NPanday
* build artifact repositories for inter-project dependency management and
centralised management of build output
- You can read more about {{{http://maven.apache.org/maven-features.html}
Maven's features}} on the Maven
- web site.
-
- NPanday doesn't intend to replicate MSBuild's (or Visual Studio's build)
behavior exactly, or necessarily serve as
- a replacement for Visual Studio users, but rather to:
-
- * augment Visual Studio with dependency management and make the build
reproducible in clean environments
-
- * offer a consistent toolchain to build environments with projects in
other languages (particularly those using Maven for Java projects)
-
- * offer a solution for declarative builds for .NET projects that will work
consistently whether Visual Studio is used or not
-
- * expose other Maven features and plugins to .NET projects
-
[]
- For more information about NPanday, refer to the following guides:
-
- * {{{./features.html} Features}}
-
- * {{{./faqs.html} FAQs}}
-
- * {{{./release-notes.html} Release Notes}}
-
-* User's Guide
-
- * {{{./guide/index.html} Introduction}}
-
- * {{{./guide/installation/index.html} Installation}}
-
- * {{{./guide/vs/index.html} Visual Studio Add-In User's Guide}}
-
- * {{{./guide/maven/index.html} Maven Command Line User's Guide}}
-
- * {{{./guide/devinfra/index.html} Using with Maven-based Development
Infrastructure}}
-
- * {{{./plugins/index.html} Maven Plugin Reference}}
+* News
+ 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.
+
* 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
@@ -68,13 +38,8 @@ NPanday
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.
-** Developer's Guide
-
- The {{{./developers/index.html} NPanday developer's guide}} contains
information on how to checkout and build NPanday
- for yourself, debug issues, and contribute fixes. It also covers committer's
procedures such as the release process
- and publishing documentation.
-** Reporting Bugs and Requesting Features
+* 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:
@@ -82,7 +47,4 @@ NPanday
* {{{./issue-tracking.html} issue tracking}}
* {{{./mail-lists.html} mailing list information}}
-
-Documentation PDF
-
- This documentation is also available in a {{{./npanday.pdf} single pdf}}.
+
Modified: incubator/npanday/site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/site/src/site/site.xml?rev=997650&r1=997649&r2=997650&view=diff
==============================================================================
--- incubator/npanday/site/src/site/site.xml (original)
+++ incubator/npanday/site/src/site/site.xml Thu Sep 16 09:29:22 2010
@@ -21,37 +21,12 @@
<version position="right" />
<body>
<breadcrumbs>
- <item name="NPanday Home" href="http://incubator.apache.org/npanday/" />
- <item name="NPanday ${project.version}" href="/" />
+ <item name="NPanday Home" href="http://incubator.apache.org/npanday/" />
</breadcrumbs>
-
- <menu name="General Info">
- <item name="NPanday Overview" href="/index.html"/>
- <item name="NPanday Release Notes" href="/release-notes.html"/>
- <item name="NPanday FAQs" href="/faqs.html"/>
- <item name="NPanday Features" href="/faqs.html"/>
- <item name="Documentation PDF" href="/npanday.pdf"/>
- </menu>
-
- <menu name="User's Guide">
- <item name="Introduction" href="./guide/index.html" />
- <item name="Installation" href="./guide/installation/index.html" />
- <item name="Visual Studio Add-in" href="./guide/vs/index.html" />
- <item name="Maven Command Line" href="./guide/maven/index.html" />
- <item name="Maven Development Infrastructure"
href="./guide/devinfra/index.html" />
- <item name="NPanday Plugins" href="/plugins/index.html"/>
- </menu>
-
- <menu name="Contributing">
- <item name="Developer's Guide" href="./developers/index.html" />
- <item name="Issue Tracking" href="./issue-tracking.html"/>
- <item name="Mailing Lists" href="./mail-lists.html"/>
- </menu>
-
- <menu ref="reports" />
-
- <menu name="Resources">
- <item name="Apache Maven" href="http://maven.apache.org/" />
+
+ <menu name="NPanday">
+ <item name="NPanday 1.2 Release"
href="http://npanday.codeplex.com/releases/view/47592"/>
+ <item name="NPanday 1.2 Docs" href="http://www.npanday.org/docs/1.2/" />
</menu>
</body>
</project>