You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2012/02/23 22:41:30 UTC

svn commit: r1292972 - /lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml

Author: dsmiley
Date: Thu Feb 23 21:41:30 2012
New Revision: 1292972

URL: http://svn.apache.org/viewvc?rev=1292972&view=rev
Log:
LUCENE-3795 move "base" module's tests back into itself from "strategies".

Modified:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml?rev=1292972&r1=1292971&r2=1292972&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml Thu Feb 23 21:41:30 2012
@@ -10,7 +10,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="library" name="JUnit" level="project" />
+    <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
     <orderEntry type="module-library" exported="">
       <library>
         <CLASSES>
@@ -21,6 +21,7 @@
         <jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
       </library>
     </orderEntry>
+    <orderEntry type="module" module-name="lucene" scope="TEST" />
   </component>
 </module>