mirror of https://github.com/apache/lucene.git
Fix copy/paste-o javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f3e945a2a
commit
6902200e65
|
@ -68,9 +68,11 @@ import javax.xml.xpath.XPathExpressionException;
|
|||
import javax.xml.xpath.XPathFactory;
|
||||
|
||||
/**
|
||||
* An Ant task to verify that the '/org/name' keys in ivy-versions.properties
|
||||
* are sorted lexically and are neither duplicates nor orphans, and that all
|
||||
* dependencies in all ivy.xml files use rev="${/org/name}" format.
|
||||
* An Ant task to generate a properties file containing maven dependency
|
||||
* declarations, used to filter the maven POMs when copying them to
|
||||
* maven-build/ via 'ant get-maven-poms', or to lucene/build/poms/
|
||||
* via the '-filter-maven-poms' target, which is called from the
|
||||
* 'generate-maven-artifacts' target.
|
||||
*/
|
||||
public class GetMavenDependenciesTask extends Task {
|
||||
private static final Pattern PROPERTY_PREFIX_FROM_IVY_XML_FILE_PATTERN = Pattern.compile
|
||||
|
|
Loading…
Reference in New Issue