Skip to content

Commit

Permalink
Further directory renaming
Browse files Browse the repository at this point in the history
SVN: branches/1.2.x@3130
  • Loading branch information
phatcher committed Nov 22, 2007
1 parent 7bda228 commit 698c93a
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/NHibernate.Search/NHibernate.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@
<Compile Include="Bridge\BridgeFactory.cs" />
<Compile Include="Bridge\Builtin\DateBridge.cs" />
<Compile Include="Backend\DeleteLuceneWork.cs" />
<Compile Include="Impl\DocumentBuilder.cs" />
<Compile Include="Engine\DocumentBuilder.cs" />
<Compile Include="Bridge\Builtin\EnumBridge.cs" />
<Compile Include="Query\FullTextQueryImpl.cs" />
<Compile Include="Backend\IBackendQueueProcessorFactory.cs" />
<Compile Include="Bridge\IParameterizedBridge.cs" />
<Compile Include="Backend\IQueueingProcessor.cs" />
<Compile Include="Impl\LuceneBackendQueueProcessor.cs" />
<Compile Include="Impl\LuceneBackendQueueProcessorFactory.cs" />
<Compile Include="Backend\Impl\Lucene\LuceneBackendQueueProcessor.cs" />
<Compile Include="Backend\Impl\Lucene\LuceneBackendQueueProcessorFactory.cs" />
<Compile Include="Bridge\Builtin\StringBridge.cs" />
<Compile Include="Impl\Environment.cs" />
<Compile Include="Query\FullTextSessionImpl.cs" />
<Compile Include="Impl\Index.cs" />
<Compile Include="Backend\LuceneWork.cs" />
<Compile Include="Impl\SearchException.cs" />
<Compile Include="Impl\SearchFactory.cs" />
<Compile Include="Engine\SearchFactory.cs" />
<Compile Include="Impl\SearchInterceptor.cs" />
<Compile Include="Bridge\Builtin\SimpleBridge.cs" />
<Compile Include="Impl\Store.cs" />
Expand All @@ -109,8 +109,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Backend\Impl\Lucene\" />
<Folder Include="Engine\" />
<Folder Include="Event\" />
<Folder Include="Filter\" />
<Folder Include="Properties\" />
Expand Down
File renamed without changes.

0 comments on commit 698c93a

Please sign in to comment.