You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/06 02:21:47 UTC

svn commit: r1067568 - /lucene/dev/branches/branch_3x/dev-tools/idea/.idea/workspace.xml

Author: sarowe
Date: Sun Feb  6 01:21:46 2011
New Revision: 1067568

URL: http://svn.apache.org/viewvc?rev=1067568&view=rev
Log:
Make the lucene module's run configuration appear on the list, and make it selected by default

Modified:
    lucene/dev/branches/branch_3x/dev-tools/idea/.idea/workspace.xml

Modified: lucene/dev/branches/branch_3x/dev-tools/idea/.idea/workspace.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/idea/.idea/workspace.xml?rev=1067568&r1=1067567&r2=1067568&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/idea/.idea/workspace.xml (original)
+++ lucene/dev/branches/branch_3x/dev-tools/idea/.idea/workspace.xml Sun Feb  6 01:21:46 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="RunManager">
+  <component name="RunManager" selected="JUnit.lucene">
     <configuration default="false" name="analysis-extras contrib" type="JUnit" factoryName="JUnit">
       <module name="analysis-extras" />
       <option name="TEST_OBJECT" value="package" />
@@ -99,7 +99,7 @@
       <option name="VM_PARAMETERS" value="-ea -DtempDir=temp" />
       <option name="TEST_SEARCH_SCOPE"><value defaultName="singleModule" /></option>
     </configuration>
-    <configuration default="true" name="lucene" type="JUnit" factoryName="JUnit">
+    <configuration default="false" name="lucene" type="JUnit" factoryName="JUnit">
       <module name="lucene" />
       <option name="TEST_OBJECT" value="package" />
       <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/lucene/build" />