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/22 08:50:32 UTC

svn commit: r1292166 - in /lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea: .idea/ lucene/contrib/spatial/ modules/spatial/ modules/spatial/base/ modules/spatial/strategy/ solr/

Author: dsmiley
Date: Wed Feb 22 07:50:32 2012
New Revision: 1292166

URL: http://svn.apache.org/viewvc?rev=1292166&view=rev
Log:
LUCENE-3795 IntelliJ IDEA updates

Added:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/strategy/
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/strategy/spatial-strategy.iml
Removed:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/lucene/contrib/spatial/
Modified:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/ant.xml
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/modules.xml
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/workspace.xml
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/solr/solr.iml

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/ant.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/ant.xml?rev=1292166&r1=1292165&r2=1292166&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/ant.xml (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/ant.xml Wed Feb 22 07:50:32 2012
@@ -26,6 +26,8 @@
     <buildFile url="file://$PROJECT_DIR$/modules/join/build.xml" />
     <buildFile url="file://$PROJECT_DIR$/modules/queries/build.xml" />
     <buildFile url="file://$PROJECT_DIR$/modules/queryparser/build.xml" />
+    <buildFile url="file://$PROJECT_DIR$/modules/spatial/base/build.xml" />
+    <buildFile url="file://$PROJECT_DIR$/modules/spatial/strategy/build.xml" />
     <buildFile url="file://$PROJECT_DIR$/modules/suggest/build.xml" />
     <buildFile url="file://$PROJECT_DIR$/solr/build.xml" />
     <buildFile url="file://$PROJECT_DIR$/solr/core/build.xml" />

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/modules.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/modules.xml?rev=1292166&r1=1292165&r2=1292166&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/modules.xml (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/modules.xml Wed Feb 22 07:50:32 2012
@@ -9,7 +9,6 @@
       <module filepath="$PROJECT_DIR$/lucene/contrib/memory/memory.iml" />
       <module filepath="$PROJECT_DIR$/lucene/contrib/misc/misc.iml" />
       <module filepath="$PROJECT_DIR$/lucene/contrib/sandbox/sandbox.iml" />
-      <module filepath="$PROJECT_DIR$/lucene/contrib/spatial/spatial.iml" />
       <module filepath="$PROJECT_DIR$/modules/analysis/common/analysis-common.iml" />
       <module filepath="$PROJECT_DIR$/modules/analysis/icu/icu.iml" />
       <module filepath="$PROJECT_DIR$/modules/analysis/kuromoji/kuromoji.iml" />
@@ -24,6 +23,8 @@
       <module filepath="$PROJECT_DIR$/modules/join/join.iml" />
       <module filepath="$PROJECT_DIR$/modules/queries/queries.iml" />
       <module filepath="$PROJECT_DIR$/modules/queryparser/queryparser.iml" />
+      <module filepath="$PROJECT_DIR$/modules/spatial/base/spatial-base.iml" />
+      <module filepath="$PROJECT_DIR$/modules/spatial/strategy/spatial-strategy.iml" />
       <module filepath="$PROJECT_DIR$/modules/suggest/suggest.iml" />
       <module filepath="$PROJECT_DIR$/solr/solr.iml" />
       <module filepath="$PROJECT_DIR$/solr/contrib/analysis-extras/analysis-extras.iml" />

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/workspace.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/workspace.xml?rev=1292166&r1=1292165&r2=1292166&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/workspace.xml (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/.idea/workspace.xml Wed Feb 22 07:50:32 2012
@@ -172,10 +172,10 @@
       <option name="VM_PARAMETERS" value="-ea -Dtests.luceneMatchVersion=4.0 -DtempDir=temp -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory" />
       <option name="TEST_SEARCH_SCOPE"><value defaultName="singleModule" /></option>
     </configuration>
-    <configuration default="false" name="spatial contrib" type="JUnit" factoryName="JUnit">
-      <module name="spatial" />
+    <configuration default="false" name="spatial module" type="JUnit" factoryName="JUnit">
+      <module name="spatial-strategy" />
       <option name="TEST_OBJECT" value="package" />
-      <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/lucene/build/contrib/spatial" />
+      <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/modules/spatial/build" />
       <option name="VM_PARAMETERS" value="-ea -DtempDir=temp" />
       <option name="TEST_SEARCH_SCOPE"><value defaultName="singleModule" /></option>
     </configuration>

Added: 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=1292166&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/base/spatial-base.iml Wed Feb 22 07:50:32 2012
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
+    <output url="file://$MODULE_DIR$/build/classes/java" />
+    <output-test url="file://$MODULE_DIR$/build/classes/test" />
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="JUnit" level="project" />
+    <orderEntry type="module-library" exported="">
+      <library>
+        <CLASSES>
+          <root url="file://$MODULE_DIR$/lib" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+        <jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
+      </library>
+    </orderEntry>
+  </component>
+</module>
+

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/strategy/spatial-strategy.iml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/strategy/spatial-strategy.iml?rev=1292166&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/strategy/spatial-strategy.iml (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/modules/spatial/strategy/spatial-strategy.iml Wed Feb 22 07:50:32 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
+    <output url="file://$MODULE_DIR$/build/classes/java" />
+    <output-test url="file://$MODULE_DIR$/build/classes/test" />
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
+      <sourceFolder url="file://$MODULE_DIR$/src/test-files" isTestSource="true" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
+    <orderEntry type="module" module-name="spatial-base" exported="" />
+    <orderEntry type="module" module-name="lucene" exported="" />
+    <orderEntry type="module" module-name="queries" />
+    <orderEntry type="module" module-name="analysis-common" />
+  </component>
+</module>
+

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/solr/solr.iml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/solr/solr.iml?rev=1292166&r1=1292165&r2=1292166&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/solr/solr.iml (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/idea/solr/solr.iml Wed Feb 22 07:50:32 2012
@@ -21,7 +21,8 @@
     <orderEntry type="library" name="Solr library" level="project" />
     <orderEntry type="library" name="Solr example library" level="project" />
     <orderEntry type="module" module-name="kuromoji" />
-    <orderEntry type="module" module-name="spatial" />
+    <orderEntry type="module" module-name="spatial-base" />
+    <orderEntry type="module" module-name="spatial-strategy" />
     <orderEntry type="module" module-name="grouping" />
     <orderEntry type="module" module-name="highlighter" />
     <orderEntry type="module" module-name="icu" />