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/09/06 21:37:01 UTC

[50/51] [abbrv] [partial] Cleaning up and getting ready to development towards v4.8

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..412eeda
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,22 @@
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# Custom for Visual Studio
+*.cs     diff=csharp
+*.sln    merge=union
+*.csproj merge=union
+*.vbproj merge=union
+*.fsproj merge=union
+*.dbproj merge=union
+
+# Standard to msysgit
+*.doc	 diff=astextplain
+*.DOC	 diff=astextplain
+*.docx diff=astextplain
+*.DOCX diff=astextplain
+*.dot  diff=astextplain
+*.DOT  diff=astextplain
+*.pdf  diff=astextplain
+*.PDF	 diff=astextplain
+*.rtf	 diff=astextplain
+*.RTF	 diff=astextplain

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index d4e145a..1e9e614 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,33 @@
-# This is the git pattern ignore file for the project.
-# Git can be used with svn http://code.google.com/p/msysgit/
-bin
-Bin
-obj
-*.user
-*.suo
-*.bak
-*.vs10x
-*.VisualState.xml
-*.userprefs
-*.pidb
-test-results
-build/artifacts
-build/bin
-_ReSharper*
-*.orig
+# this is the git pattern ignore file for the project.
+# Git can be used with svn http://code.google.com/p/msysgit/
+bin
+Bin
+obj
+*.user
+*.suo
+*.bak
+*.vs10x
+*.VisualState.xml
+*.userprefs
+*.pidb
+test-results
+build/artifacts
+build/bin
+_ReSharper*
+*.orig
+*.cache
+src/core/Messages/
+test/core/Messages/
+src/core/QueryParser/
+test/core/QueryParser/
+src/contrib/
+test/contrib/
+src/core/obj/
+src/core/bin/
+test/core/obj/
+test/core/bin/
+bin/
+obj/
+doc/
+src/demo/
 packages/
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1da1cb5b/ACKNOWLEDGEMENTS.txt
----------------------------------------------------------------------
diff --git a/ACKNOWLEDGEMENTS.txt b/ACKNOWLEDGEMENTS.txt
index 8b45b38..1ba84cc 100644
--- a/ACKNOWLEDGEMENTS.txt
+++ b/ACKNOWLEDGEMENTS.txt
@@ -1,3 +1,6 @@
+Contributors to this port of Lucene 4.8.0 to C# were Russell Trupiano and David Wan.
+All changes are to be submitted under the apache 2.0 license.
+
 The snowball stemmers in contrib/Snowball.Net/Snowball.Net/SF/Snowball
 were developed by Martin Porter and Richard Boulton.
 
@@ -6,5 +9,4 @@ The full snowball package is available from http://snowball.tartarus.org/
 Apache Lucene.Net is a port of Jakarta Lucene to C#.  
 The port from Java to C# of version 1.4.0, 1.4.3, 1.9, 1.9.1, 2.0 and 2.1 were done 
 primary by George Aroush. To contact George Aroush please visit http://www.aroush.net/.
-Much thanks to George
-
+Much thanks to George
\ No newline at end of file