Author: brett
Date: Mon Aug 13 06:25:45 2012
New Revision: 1372271
URL: http://svn.apache.org/viewvc?rev=1372271&view=rev
Log:
remove references to repo.npanday.org
Modified:
incubator/npanday/trunk/pom.xml
incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1372271&r1=1372270&r2=1372271&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Mon Aug 13 06:25:45 2012
@@ -59,7 +59,7 @@ under the License.
<repository>
<id>3rdparty</id>
<name>3rd Party .NET Repository</name>
- <url>http://repo.npanday.org/3rdparty</url>
+ <url>http://vmbuild.apache.org/archiva/repository/3rdparty</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified:
incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt?rev=1372271&r1=1372270&r2=1372271&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt
(original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/advanced/dependencies.apt
Mon Aug 13 06:25:45 2012
@@ -61,7 +61,7 @@ Project Dependencies
As mentioned above, the special type of <<<gac_msil>>> is available to refer
to dependencies in the GAC.
For all other dependencies, they should be located in a remote artifact
repository. NPanday offers a few dependencies
- in the repository {{http://repo.npanday.org/archiva/repository/3rdparty/}}.
More commonly however, you will establish
+ in the repository
{{http://vmbuild.apache.org/archiva/repository/3rdparty/}}. More commonly
however, you will establish
and populate your own artifact repository as described in
{{{../devinfra/artifact-repository.html} Setting up an Artifact Repository}}.
Modified:
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt?rev=1372271&r1=1372270&r2=1372271&view=diff
==============================================================================
---
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
(original)
+++
incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
Mon Aug 13 06:25:45 2012
@@ -66,7 +66,7 @@ Setting up an Artifact Repository
* <Name>: NPanday Remote Repository
- * <URL>: {{http://repo.npanday.org/archiva/repository/npanday-group}}
+ * <URL>: {{http://vmbuild.apache.org/archiva/repository/npanday-group}}
[]
@@ -83,14 +83,14 @@ Setting up an Artifact Repository
separate repositories.
For the NPanday releases, they can be obtained as above either from the
<<<npanday>>> subdirectory of the downloaded
- repository, or from the remote URL:
{{http://repo.npanday.org/archiva/repository/npanday-releases}}.
+ repository, or from a Maven repository.
For the dependencies, there are two needs:
* the Open RDF repository, which can be proxied from
{{http://repository.aduna-software.org/maven2}}.
Only the <<<info/aduna/**>>> and <<<org/openrdf/**>>> artifacts need to
be proxied.
- * 3rd party .NET dependencies. Some can be obtained from
{{http://repo.npanday.org/archiva/repository/3rdparty/}},
+ * 3rd party .NET dependencies. Some can be obtained from
{{http://vmbuild.apache.org/archiva/repository/3rdparty/}},
or they can be uploaded manually to your own managed repository.
Currently, only NUnit is included there.
[]
Modified:
incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm?rev=1372271&r1=1372270&r2=1372271&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
(original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
Mon Aug 13 06:25:45 2012
@@ -60,9 +60,7 @@ Obtaining NPanday
* {{{http://npanday.codeplex.com/Release/ProjectReleases.aspx} Codeplex
NPanday Download page}} - for downloading a full
repository to install locally (releases before entering the Apache
Incubator)
- * {{{http://repo.npanday.org/archiva/repository/npanday-group} NPanday
Release and Dependencies Repository Group}} - for downloading directly from
Maven.
-
- * Alternatively, you can use the pure
{{{http://repo.npanday.org/archiva/repository/npanday-releases} NPanday Release
Repository}}. You will also need to include the repository
{{http://repository.aduna-software.org/maven2}} for some dependencies.
+ * Alternatively, you can obtain them directory using Maven. You will
also need to include the repository
{{http://repository.aduna-software.org/maven2}} for some dependencies.
In NPanday 1.1, the release is only made available as a Maven binary
repository, or a source distribution.
For information on how to build the project from source, see
{{{../../developers/building.html} Building from Source}}