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 2012/03/14 01:25:28 UTC

svn commit: r1300424 - in /lucene/dev/trunk/dev-tools/idea: .idea/workspace.xml modules/spatial/spatial.iml

Author: sarowe
Date: Wed Mar 14 00:25:28 2012
New Revision: 1300424

URL: http://svn.apache.org/viewvc?rev=1300424&view=rev
Log:
LUCENE-3795: IntelliJ IDEA configuration: fixed module name in dev-tools/idea/.idea/workspace.xml; and in spatial.iml, removed unnecessary "exported" attributes, and switched analysis-common module dependency to have TEST scope.

Modified:
    lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml
    lucene/dev/trunk/dev-tools/idea/modules/spatial/spatial.iml

Modified: lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml?rev=1300424&r1=1300423&r2=1300424&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml Wed Mar 14 00:25:28 2012
@@ -239,7 +239,7 @@
       <item index="21" class="java.lang.String" itemvalue="JUnit.sandbox contrib" />
       <item index="22" class="java.lang.String" itemvalue="JUnit.smartcn analysis module" />
       <item index="23" class="java.lang.String" itemvalue="JUnit.solr" />
-      <item index="24" class="java.lang.String" itemvalue="JUnit.spatial contrib" />
+      <item index="24" class="java.lang.String" itemvalue="JUnit.spatial module" />
       <item index="25" class="java.lang.String" itemvalue="JUnit.stempel analysis module" />
       <item index="26" class="java.lang.String" itemvalue="JUnit.suggest module" />
       <item index="27" class="java.lang.String" itemvalue="JUnit.uima analysis module" />

Modified: lucene/dev/trunk/dev-tools/idea/modules/spatial/spatial.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/modules/spatial/spatial.iml?rev=1300424&r1=1300423&r2=1300424&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/modules/spatial/spatial.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/modules/spatial/spatial.iml Wed Mar 14 00:25:28 2012
@@ -11,7 +11,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module-library" exported="">
+    <orderEntry type="module-library">
       <library>
         <CLASSES>
           <root url="file://$MODULE_DIR$/lib" />
@@ -22,9 +22,9 @@
       </library>
     </orderEntry>
     <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
-    <orderEntry type="module" module-name="lucene" exported="" />
+    <orderEntry type="module" module-name="lucene" />
     <orderEntry type="module" module-name="queries" />
-    <orderEntry type="module" module-name="analysis-common" />
+    <orderEntry type="module" module-name="analysis-common" scope="TEST"/>
   </component>
 </module>
 



RE: svn commit: r1300424 - in /lucene/dev/trunk/dev-tools/idea: .idea/workspace.xml modules/spatial/spatial.iml

Posted by Steven A Rowe <sa...@syr.edu>.
Thanks, I will.

-----Original Message-----
From: Robert Muir [mailto:rcmuir@gmail.com] 
Sent: Tuesday, March 13, 2012 8:32 PM
To: dev@lucene.apache.org
Subject: Re: svn commit: r1300424 - in /lucene/dev/trunk/dev-tools/idea: .idea/workspace.xml modules/spatial/spatial.iml

On Tue, Mar 13, 2012 at 8:25 PM,  <sa...@apache.org> wrote:
> Author: sarowe
> Date: Wed Mar 14 00:25:28 2012
> New Revision: 1300424
>
> URL: http://svn.apache.org/viewvc?rev=1300424&view=rev
> Log:
> LUCENE-3795: IntelliJ IDEA configuration: fixed module name in dev-tools/idea/.idea/workspace.xml; and in spatial.iml, removed unnecessary "exported" attributes, and switched analysis-common module dependency to have TEST scope.

I think you can nuke this analysis-common dependency. I just changed it to use MockAnalyzer instead.

--
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org


Re: svn commit: r1300424 - in /lucene/dev/trunk/dev-tools/idea: .idea/workspace.xml modules/spatial/spatial.iml

Posted by Robert Muir <rc...@gmail.com>.
On Tue, Mar 13, 2012 at 8:25 PM,  <sa...@apache.org> wrote:
> Author: sarowe
> Date: Wed Mar 14 00:25:28 2012
> New Revision: 1300424
>
> URL: http://svn.apache.org/viewvc?rev=1300424&view=rev
> Log:
> LUCENE-3795: IntelliJ IDEA configuration: fixed module name in dev-tools/idea/.idea/workspace.xml; and in spatial.iml, removed unnecessary "exported" attributes, and switched analysis-common module dependency to have TEST scope.

I think you can nuke this analysis-common dependency. I just changed
it to use MockAnalyzer instead.

-- 
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org