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 2016/04/15 19:34:58 UTC

lucene-solr:branch_5x: IntelliJ config: remove obsolete 'Ant' library; remove non-existent 'Solr analytics library' from the Solr analytics contrib

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5x 9d86d2ec4 -> 6d4a0114f


IntelliJ config: remove obsolete 'Ant' library; remove non-existent 'Solr analytics library' from the Solr analytics contrib


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/6d4a0114
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6d4a0114
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6d4a0114

Branch: refs/heads/branch_5x
Commit: 6d4a0114fb7e9115d5518075dd116fa68d93e75d
Parents: 9d86d2e
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 15 13:10:30 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 15 13:30:30 2016 -0400

----------------------------------------------------------------------
 dev-tools/idea/.idea/libraries/Ant.xml              | 9 ---------
 dev-tools/idea/lucene/tools/tools.iml               | 1 -
 dev-tools/idea/solr/contrib/analytics/analytics.iml | 1 -
 3 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6d4a0114/dev-tools/idea/.idea/libraries/Ant.xml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/.idea/libraries/Ant.xml b/dev-tools/idea/.idea/libraries/Ant.xml
deleted file mode 100644
index a01ee64..0000000
--- a/dev-tools/idea/.idea/libraries/Ant.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<component name="libraryTable">
-  <library name="Ant">
-    <CLASSES>
-      <root url="jar://$PROJECT_DIR$/lucene/test-framework/lib/ant-1.8.2.jar!/" />
-    </CLASSES>
-    <JAVADOC />
-    <SOURCES />
-  </library>
-</component>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6d4a0114/dev-tools/idea/lucene/tools/tools.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/lucene/tools/tools.iml b/dev-tools/idea/lucene/tools/tools.iml
index 27734f3..4e878cd 100644
--- a/dev-tools/idea/lucene/tools/tools.iml
+++ b/dev-tools/idea/lucene/tools/tools.iml
@@ -9,7 +9,6 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="library" name="Ant" level="project" />
     <orderEntry type="library" name="Ivy" level="project" />
     <orderEntry type="module-library">
       <library>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6d4a0114/dev-tools/idea/solr/contrib/analytics/analytics.iml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/solr/contrib/analytics/analytics.iml b/dev-tools/idea/solr/contrib/analytics/analytics.iml
index 7125b87..2ff9336 100644
--- a/dev-tools/idea/solr/contrib/analytics/analytics.iml
+++ b/dev-tools/idea/solr/contrib/analytics/analytics.iml
@@ -14,7 +14,6 @@
     <orderEntry type="library" scope="TEST" name="JUnit" level="project" />
     <orderEntry type="library" name="Solr core library" level="project" />
     <orderEntry type="library" name="Solrj library" level="project" />
-    <orderEntry type="library" name="Solr analytics library" level="project" />
     <orderEntry type="module" scope="TEST" module-name="lucene-test-framework" />
     <orderEntry type="module" scope="TEST" module-name="solr-test-framework" />
     <orderEntry type="module" module-name="lucene-core" />