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/08 18:32:31 UTC

[2/2] lucene-solr:branch_6x: LUCENE-7174: IntelliJ config: remove trailing slashes on dir names to make IntelliJ happy

LUCENE-7174: IntelliJ config: remove trailing slashes on dir names to make IntelliJ happy


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

Branch: refs/heads/branch_6x
Commit: ddc02603a7fc62695ff0985b56c82e45c1fc5049
Parents: ebb2127
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Apr 8 12:27:48 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Apr 8 12:32:14 2016 -0400

----------------------------------------------------------------------
 dev-tools/idea/.idea/libraries/JUnit.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ddc02603/dev-tools/idea/.idea/libraries/JUnit.xml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/.idea/libraries/JUnit.xml b/dev-tools/idea/.idea/libraries/JUnit.xml
index 4a6da92..bb159b0 100644
--- a/dev-tools/idea/.idea/libraries/JUnit.xml
+++ b/dev-tools/idea/.idea/libraries/JUnit.xml
@@ -1,10 +1,10 @@
 <component name="libraryTable">
   <library name="JUnit">
     <CLASSES>
-      <root url="file://$PROJECT_DIR$/lucene/test-framework/lib/" />
+      <root url="file://$PROJECT_DIR$/lucene/test-framework/lib" />
     </CLASSES>
     <JAVADOC />
     <SOURCES />
-    <jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib/" recursive="false" />
+    <jarDirectory url="file://$PROJECT_DIR$/lucene/test-framework/lib" recursive="false" />
   </library>
 </component>
\ No newline at end of file