You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by cc...@apache.org on 2011/11/01 23:03:29 UTC

[Lucene.Net] svn commit: r1196315 - in /incubator/lucene.net/trunk/build/vs2010: contrib/ core/ demo/ test/

Author: ccurrens
Date: Tue Nov  1 22:03:28 2011
New Revision: 1196315

URL: http://svn.apache.org/viewvc?rev=1196315&view=rev
Log:
[LUCENENET-451] .sln files were not valid after last commit, due to misplacement of license header

Modified:
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Similarity.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln
    incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln
    incubator/lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln
    incubator/lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln
    incubator/lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.All.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Analyzers.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Core.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.FastVectorHighlighter.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Highlighter.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Queries.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Regex.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Regex\Contrib.Regex.csproj", "{A26BD3B7-DF90-43B4-99E2-6A617CDE1579}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Similarity.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Similarity.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Similarity.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Similarity.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Similarity", "..\..\..\src\contrib\Similarity\Contrib.Similarity.csproj", "{B9C12C92-199A-426E-B892-3531E2600217}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SimpleFacetedSearch.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Snowball.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.Spatial.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -17,10 +20,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-#
 
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.SpellChecker.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}"

Modified: incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/contrib/Contrib.WordNet.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.WordNet.SynExpand", "..\..\..\src\contrib\WordNet\SynExpand\Contrib.WordNet.SynExpand.csproj", "{1407C9BA-337C-4C6C-B065-68328D3871B3}"

Modified: incubator/lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/core/Lucene.Net.Core.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Global

Modified: incubator/lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/demo/Lucene.Net.Demo.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Common", "..\..\..\src\demo\Demo.Common\Demo.Common.csproj", "{F04CA2F4-E182-46A8-B914-F46AF5319E83}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.All.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.Analyzers.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Analyzers", "..\..\..\src\contrib\Analyzers\Contrib.Analyzers.csproj", "{4286E961-9143-4821-B46D-3D39D3736386}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.Core.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Core", "..\..\..\src\contrib\Core\Contrib.Core.csproj", "{FEF899EB-610C-4D3C-A556-A01F56F4AFE0}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.FastVectorHighlighter.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.FastVectorHighlighter", "..\..\..\src\contrib\FastVectorHighlighter\Contrib.FastVectorHighlighter.csproj", "{9D2E3153-076F-49C5-B83D-FB2573536B5F}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.Highlighter.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Highlighter", "..\..\..\src\contrib\Highlighter\Contrib.Highlighter.csproj", "{901D5415-383C-4AA6-A256-879558841BEA}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.Queries.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Queries", "..\..\..\src\contrib\Queries\Contrib.Queries.csproj", "{481CF6E3-52AF-4621-9DEB-022122079AF6}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.SimpleFacetedSearch.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch.Test", "..\..\..\test\contrib\SimpleFacetedSearch\SimpleFacetedSearch.Test.csproj", "{D8CC9461-64E0-416E-BA6E-1DF6FA66CBF5}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFacetedSearch", "..\..\..\src\contrib\SimpleFacetedSearch\SimpleFacetedSearch.csproj", "{66772190-FB3F-48F5-8E05-0B302BACEA73}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.Snowball.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Snowball", "..\..\..\src\contrib\Snowball\Contrib.Snowball.csproj", "{8F9D7A92-F122-413E-9D8D-027E4ECD327C}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.Spatial.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.Spatial", "..\..\..\src\contrib\Spatial\Contrib.Spatial.csproj", "{35C347F4-24B2-4BE5-8117-A0E3001551CE}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Contrib.SpellChecker.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contrib.SpellChecker", "..\..\..\src\contrib\SpellChecker\Contrib.SpellChecker.csproj", "{FF45EE91-9CA3-443D-8231-75E9FA1AF40E}"

Modified: incubator/lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln?rev=1196315&r1=1196314&r2=1196315&view=diff
==============================================================================
--- incubator/lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln (original)
+++ incubator/lucene.net/trunk/build/vs2010/test/Lucene.Net.Test.sln Tue Nov  1 22:03:28 2011
@@ -1,4 +1,7 @@
-#
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C# Express 2010
+#
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -18,9 +21,6 @@
 # under the License.
 #
 #
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C# Express 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net", "..\..\..\src\core\Lucene.Net.csproj", "{5D4AD9BE-1FFB-41AB-9943-25737971BF57}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Test", "..\..\..\test\core\Lucene.Net.Test.csproj", "{AAF68BCF-F781-45FC-98B3-2B9CEE411E01}"