You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2012/09/13 09:10:47 UTC

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

Author: tommaso
Date: Thu Sep 13 07:10:47 2012
New Revision: 1384220

URL: http://svn.apache.org/viewvc?rev=1384220&view=rev
Log:
[LUCENE-4345] - IDEA conf files for lucene classification module

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

Modified: lucene/dev/trunk/dev-tools/idea/.idea/modules.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/modules.xml?rev=1384220&r1=1384219&r2=1384220&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/modules.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/modules.xml Thu Sep 13 07:10:47 2012
@@ -17,6 +17,7 @@
       <module filepath="$PROJECT_DIR$/lucene/analysis/stempel/stempel.iml" />
       <module filepath="$PROJECT_DIR$/lucene/analysis/uima/analysis-uima.iml" />
       <module filepath="$PROJECT_DIR$/lucene/benchmark/benchmark.iml" />
+      <module filepath="$PROJECT_DIR$/lucene/classification/classification.iml" />
       <module filepath="$PROJECT_DIR$/lucene/codecs/src/java/codecs.iml" />
       <module filepath="$PROJECT_DIR$/lucene/codecs/src/test/codecs-tests.iml" />
       <module filepath="$PROJECT_DIR$/lucene/codecs/src/resources/codecs-resources.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=1384220&r1=1384219&r2=1384220&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml (original)
+++ lucene/dev/trunk/dev-tools/idea/.idea/workspace.xml Thu Sep 13 07:10:47 2012
@@ -78,6 +78,13 @@
                 antfile="file://$PROJECT_DIR$/lucene/benchmark/build.xml" />
       </method>
     </configuration>
+    <configuration default="false" name="Module classification" type="JUnit" factoryName="JUnit">
+      <module name="classification" />
+      <option name="TEST_OBJECT" value="package" />
+      <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/lucene/build/classification" />
+      <option name="VM_PARAMETERS" value="-ea -DtempDir=temp" />
+      <option name="TEST_SEARCH_SCOPE"><value defaultName="singleModule" /></option>
+    </configuration>
     <configuration default="false" name="Module codecs" type="JUnit" factoryName="JUnit">
       <module name="codecs-tests" />
       <option name="TEST_OBJECT" value="package" />

Added: lucene/dev/trunk/dev-tools/idea/lucene/classification/classification.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/lucene/classification/classification.iml?rev=1384220&view=auto
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/lucene/classification/classification.iml (added)
+++ lucene/dev/trunk/dev-tools/idea/lucene/classification/classification.iml Thu Sep 13 07:10:47 2012
@@ -0,0 +1,19 @@
+<?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/classification/classes/java" />
+    <output-test url="file://$MODULE_DIR$/../build/classification/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" />
+      <excludeFolder url="file://$MODULE_DIR$/temp" />
+      <excludeFolder url="file://$MODULE_DIR$/work" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
+    <orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
+    <orderEntry type="module" module-name="lucene-core" />
+  </component>
+</module>