You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mv...@apache.org on 2011/10/23 17:26:31 UTC

svn commit: r1187905 - /lucene/dev/branches/branch_3x/dev-tools/idea/solr/contrib/langid/langid.iml

Author: mvg
Date: Sun Oct 23 15:26:31 2011
New Revision: 1187905

URL: http://svn.apache.org/viewvc?rev=1187905&view=rev
Log:
Added the langid libraries on the classpath for idea

Modified:
    lucene/dev/branches/branch_3x/dev-tools/idea/solr/contrib/langid/langid.iml

Modified: lucene/dev/branches/branch_3x/dev-tools/idea/solr/contrib/langid/langid.iml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/idea/solr/contrib/langid/langid.iml?rev=1187905&r1=1187904&r2=1187905&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/idea/solr/contrib/langid/langid.iml (original)
+++ lucene/dev/branches/branch_3x/dev-tools/idea/solr/contrib/langid/langid.iml Sun Oct 23 15:26:31 2011
@@ -13,6 +13,16 @@
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="library" name="Solr library" level="project" />
     <orderEntry type="library" name="Solr extraction library" level="project" />
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="file://$MODULE_DIR$/lib" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+        <jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
+      </library>
+    </orderEntry>
     <orderEntry type="module" module-name="solr" />
     <orderEntry type="module" module-name="lucene" scope="TEST" />
   </component>