You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2014/11/14 13:07:26 UTC

lucenenet git commit: Clean up irrelevant files

Repository: lucenenet
Updated Branches:
  refs/heads/master 31a6e4fe5 -> b7d27c23b


Clean up irrelevant files

Also closes #22 and #21


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/b7d27c23
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/b7d27c23
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/b7d27c23

Branch: refs/heads/master
Commit: b7d27c23b04ba31453ced4ce6bf58f10a12f5d27
Parents: 31a6e4f
Author: Itamar Syn-Hershko <it...@code972.com>
Authored: Fri Nov 14 14:06:42 2014 +0200
Committer: Itamar Syn-Hershko <it...@code972.com>
Committed: Fri Nov 14 14:06:42 2014 +0200

----------------------------------------------------------------------
 src/BUILD.txt    | 23 -----------------------
 src/mainpage.dox |  9 ---------
 2 files changed, 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/b7d27c23/src/BUILD.txt
----------------------------------------------------------------------
diff --git a/src/BUILD.txt b/src/BUILD.txt
deleted file mode 100644
index 502585b..0000000
--- a/src/BUILD.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Apache Lucene.Net Build Instructions
-
-Basic steps:
-  0) Install Visual Studio.NET 2010 (or greater)
-  1) Download Apache Lucene.Net from Apache and unpack it
-  2) Navigate to the sub-folder for the sub-projects either in src 
-     or contrib
-  3) Using Visual Studio.NET 2010's Open Project menu option, 
-     select the project you want to build.
-  4) Build the project from the Build menu
-
-For further information on Lucene, go to:
-  http://lucenenet.apache.org/
-
-Please join the Lucene-User mailing list by visiting this site:
-  http://lucenenet.apache.org/
-
-Please post suggestions, questions, corrections or additions to this
-document to the lucene-net-user mailing list.
-
-This file was originally written by George Aroush <ge...@aroush.net>.
-
-Copyright (c) 2006 - 2012 The Apache Software Foundation.  All rights reserved.

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/b7d27c23/src/mainpage.dox
----------------------------------------------------------------------
diff --git a/src/mainpage.dox b/src/mainpage.dox
deleted file mode 100644
index ea67e74..0000000
--- a/src/mainpage.dox
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
-\mainpage Lucene.Net 3.0.3
-
-Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an inverted index. Lucene.Net has three primary goals:
-
-  1. Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule;
-  2. Maintaining the high-performance requirements expected of a first class C# search engine library;
-  3. Maximize usability and power when used within the .NET runtime. To that end, it will present a highly idiomatic, carefully tailored API that takes advantage of many of the special features of the .NET runtime.
-*/