You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2018/04/01 12:40:51 UTC

lucene-solr:master: Add a description to all public targets

Repository: lucene-solr
Updated Branches:
  refs/heads/master b4a83fffb -> d98138ac0


Add a description to all public targets


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

Branch: refs/heads/master
Commit: d98138ac039788969bb816f9c1e0180a6a35135e
Parents: b4a83ff
Author: Uwe Schindler <us...@apache.org>
Authored: Sun Apr 1 14:40:33 2018 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Sun Apr 1 14:40:33 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d98138ac/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 49b8eec..9c8deff 100755
--- a/build.xml
+++ b/build.xml
@@ -124,7 +124,7 @@
     </subant>
   </target>
   
-  <target name="validate-source-patterns" unless="disable.source-patterns" depends="resolve-groovy,rat-sources-typedef">
+  <target name="validate-source-patterns" description="Validate source code (invalid code patterns,...)" unless="disable.source-patterns" depends="resolve-groovy,rat-sources-typedef">
     <groovy taskname="source-patterns" classpathref="rat.classpath" src="${common.dir}/tools/src/groovy/check-source-patterns.groovy"/>
   </target>