Author: brett
Date: Wed Jul 2 05:26:47 2014
New Revision: 1607246
URL: http://svn.apache.org/r1607246
Log:
[NPANDAY-231] remove openrdf
ConnectionsRepository is no longer used, remove references to it and
OpenRDF
Removed:
incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/ConnectionsRepository.java
incubator/npanday/trunk/components/dotnet-registry/src/main/java/npanday/registry/impl/DataAccessObjectRegistryImpl.java
Modified:
incubator/npanday/trunk/LICENSE
incubator/npanday/trunk/components/dotnet-registry/pom.xml
incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf
incubator/npanday/trunk/pom.xml
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/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/LICENSE?rev=1607246&r1=1607245&r2=1607246&view=diff
==============================================================================
--- incubator/npanday/trunk/LICENSE (original)
+++ incubator/npanday/trunk/LICENSE Wed Jul 2 05:26:47 2014
@@ -207,8 +207,8 @@
License
- Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov, Charlie Poole
- Copyright © 2000-2004 Philip A. Craig
+ Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov, Charlie Poole
+ Copyright � 2000-2004 Philip A. Craig
This software is provided 'as-is', without any express or implied warranty.
In no event will
the authors be held liable for any damages arising from the use of this
software.
@@ -220,7 +220,7 @@
original software. If you use this software in a product, an acknowledgment
(see the following) in
the product documentation is required.
- Portions Copyright © 2002 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov or Copyright © 2000-2002 Philip A. Craig
+ Portions Copyright � 2002 James W. Newkirk, Michael C. Two, Alexei A.
Vorontsov or Copyright � 2000-2002 Philip A. Craig
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being
the original software.
@@ -228,44 +228,3 @@
3. This notice may not be removed or altered from any source distribution.
===========================================================================================================================
-===========================================================================================================================
-= The following libraries are licensed under BSD License:
=
-=
=
-= * info/aduna/aduna-collections/1.2/aduna-collections-1.2.jar
=
-= * info/aduna/aduna-concurrent/1.2/aduna-concurrent-1.2.jar
=
-= * info/aduna/aduna-io/1.2/aduna-io-1.2.jar
=
-= * info/aduna/aduna-iteration/1.2/aduna-iteration-1.2.jar
=
-= * info/aduna/aduna-lang/1.3/aduna-lang-1.3.jar
=
-= * info/aduna/aduna-net/1.2/aduna-net-1.2.jar
=
-= * info/aduna/aduna-text/1.2/aduna-text-1.2.jar
=
-= * info/aduna/aduna-xml/1.2/aduna-xml-1.2.jar
=
-= * org/openrdf/openrdf-model/2.0-beta5/openrdf-model-2.0-beta5.jar
=
-= * org/openrdf/openrdf-query/2.0-beta5/openrdf-query-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-queryalgebra-evaluation/2.0-beta5/openrdf-queryalgebra-evaluation-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-queryalgebra-model/2.0-beta5/openrdf-queryalgebra-model-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-queryparser-api/2.0-beta5/openrdf-queryparser-api-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-queryparser-serql/2.0-beta5/openrdf-queryparser-serql-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-queryparser-sparql/2.0-beta5/openrdf-queryparser-sparql-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-queryresultio-api/2.0-beta5/openrdf-queryresultio-api-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-repository-api/2.0-beta5/openrdf-repository-api-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-repository-sail/2.0-beta5/openrdf-repository-sail-2.0-beta5.jar
=
-= * org/openrdf/openrdf-rio-api/2.0-beta5/openrdf-rio-api-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-rio-rdfxml/2.0-beta5/openrdf-rio-rdfxml-2.0-beta5.jar
=
-= * org/openrdf/openrdf-sail-api/2.0-beta5/openrdf-sail-api-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-sail-inferencer/2.0-beta5/openrdf-sail-inferencer-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-sail-memory/2.0-beta5/openrdf-sail-memory-2.0-beta5.jar
=
-= *
org/openrdf/openrdf-sail-nativerdf/2.0-beta5/openrdf-sail-nativerdf-2.0-beta5.jar
=
-===
===
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-===========================================================================================================================
Modified: incubator/npanday/trunk/components/dotnet-registry/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-registry/pom.xml?rev=1607246&r1=1607245&r2=1607246&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-registry/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-registry/pom.xml Wed Jul 2
05:26:47 2014
@@ -32,6 +32,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
</dependency>
+ <!-- TODO: review -->
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
@@ -41,21 +42,6 @@
<artifactId>xmlpull</artifactId>
</dependency>
<dependency>
- <groupId>org.openrdf</groupId>
- <artifactId>openrdf-repository-api</artifactId>
- <version>2.0-beta5</version>
- </dependency>
- <dependency>
- <groupId>org.openrdf</groupId>
- <artifactId>openrdf-repository-sail</artifactId>
- <version>2.0-beta5</version>
- </dependency>
- <dependency>
- <groupId>org.openrdf</groupId>
- <artifactId>openrdf-sail-memory</artifactId>
- <version>2.0-beta5</version>
- </dependency>
- <dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.5</version>
Modified:
incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf?rev=1607246&r1=1607245&r2=1607246&view=diff
==============================================================================
Files incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf
(original) and
incubator/npanday/trunk/dist/npanday-installer/src/main/wix/License.rtf Wed Jul
2 05:26:47 2014 differ
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1607246&r1=1607245&r2=1607246&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Jul 2 05:26:47 2014
@@ -65,14 +65,6 @@ under the License.
</snapshots>
</repository>
<repository>
- <id>openrdf</id>
- <name>OpenRDF Repository</name>
- <url>http://repository.aduna-software.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
<releases>
<enabled>false</enabled>
</releases>
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=1607246&r1=1607245&r2=1607246&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
Wed Jul 2 05:26:47 2014
@@ -76,10 +76,7 @@ Setting up an Artifact Repository
For the NPanday releases, they can be obtained as above either from the
<<<npanday>>> subdirectory of the downloaded
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.
+ For the dependencies, NUnit is needed:
* 3rd party .NET dependencies. Some can be obtained from
{{https://archiva-repository.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=1607246&r1=1607245&r2=1607246&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
Wed Jul 2 05:26:47 2014
@@ -60,7 +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)
- * 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.
+ * Alternatively, you can obtain them directory using Maven.
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}}