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/01/05 16:56:41 UTC

svn commit: r1227654 - in /lucene/dev/trunk/dev-tools/idea: .idea/libraries/ICU_library.xml modules/benchmark/benchmark.iml

Author: sarowe
Date: Thu Jan  5 15:56:41 2012
New Revision: 1227654

URL: http://svn.apache.org/viewvc?rev=1227654&view=rev
Log:
LUCENE-3634: IntelliJ IDEA configuration: Added ICU dependency to benchmark contrib.

Added:
    lucene/dev/trunk/dev-tools/idea/.idea/libraries/ICU_library.xml
Modified:
    lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml

Added: lucene/dev/trunk/dev-tools/idea/.idea/libraries/ICU_library.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/.idea/libraries/ICU_library.xml?rev=1227654&view=auto
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/.idea/libraries/ICU_library.xml (added)
+++ lucene/dev/trunk/dev-tools/idea/.idea/libraries/ICU_library.xml Thu Jan  5 15:56:41 2012
@@ -0,0 +1,10 @@
+<component name="libraryTable">
+  <library name="ICU library">
+    <CLASSES>
+      <root url="file://$PROJECT_DIR$/modules/analysis/icu/lib" />
+    </CLASSES>
+    <JAVADOC />
+    <SOURCES />
+    <jarDirectory url="file://$PROJECT_DIR$/modules/analysis/icu/lib" recursive="false" />
+  </library>
+</component>
\ No newline at end of file

Modified: lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml?rev=1227654&r1=1227653&r2=1227654&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml (original)
+++ lucene/dev/trunk/dev-tools/idea/modules/benchmark/benchmark.iml Thu Jan  5 15:56:41 2012
@@ -22,6 +22,7 @@
         <jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
       </library>
     </orderEntry>
+    <orderEntry type="library" name="ICU library" level="project" />
     <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
     <orderEntry type="module" module-name="facet" />
     <orderEntry type="module" module-name="highlighter" />