You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2009/08/19 02:19:20 UTC

svn commit: r805636 - /incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0-VS2005.csproj

Author: digy
Date: Wed Aug 19 00:19:20 2009
New Revision: 805636

URL: http://svn.apache.org/viewvc?rev=805636&view=rev
Log:
A Not Implemented NIOFSDirectory is added

Modified:
    incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0-VS2005.csproj

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0-VS2005.csproj
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/Lucene.Net-2.4.0-VS2005.csproj?rev=805636&r1=805635&r2=805636&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0-VS2005.csproj (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/Lucene.Net-2.4.0-VS2005.csproj Wed Aug 19 00:19:20 2009
@@ -763,6 +763,7 @@
     <Compile Include="Store\NativeFSLockFactory.cs">
       <SubType>Code</SubType>
     </Compile>
+	<Compile Include="Store\NIOFSDirectory.cs" />
     <Compile Include="Store\NoLockFactory.cs">
       <SubType>Code</SubType>
     </Compile>