You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/02/09 00:07:44 UTC

[3/7] lucene-solr git commit: LUCENE-6938: fix typo, sorry

LUCENE-6938: fix typo, sorry


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

Branch: refs/heads/branch_5_4
Commit: 83112977e8fa66615d23e57697b2743052c71098
Parents: f4b228b
Author: Uwe Schindler <us...@apache.org>
Authored: Sat Jan 23 14:09:49 2016 +0100
Committer: nknize <nk...@apache.org>
Committed: Mon Feb 8 17:03:41 2016 -0600

----------------------------------------------------------------------
 lucene/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/83112977/lucene/build.xml
----------------------------------------------------------------------
diff --git a/lucene/build.xml b/lucene/build.xml
index e37c659..23c321a 100644
--- a/lucene/build.xml
+++ b/lucene/build.xml
@@ -349,7 +349,7 @@
     <!-- Exclude clover license files incompatible with the ASL -->
     <delete dir="${src.export.dir}/tools/clover"/>
 
-    <!-- because we only package the "lucene/" folder, we have to adjust dir to work on: ->
+    <!-- because we only package the "lucene/" folder, we have to adjust dir to work on: -->
     <property name="local.src.export.dir" location="${src.export.dir}/lucene"/>
     
     <build-changes changes.src.file="${local.src.export.dir}/CHANGES.txt"