Skip to content

Commit

Permalink
SOLR-3204: fix license-check problem #2 (move solr-specific rules to …
Browse files Browse the repository at this point in the history
…solr)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298198 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
uschindler committed Mar 7, 2012
1 parent 18a5966 commit 9e89926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lucene/tools/custom-tasks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
<!-- Non-typical version patterns. -->
<additional-filters />
<replaceregex pattern="/xercesImpl([^/]+)$" replace="/xercesImpl" flags="gi" />
<replaceregex pattern="/apache-solr-commons-csv-([^/]+)$" replace="/apache-solr-commons-csv" flags="gi" />
<replaceregex pattern="/(bcmail|bcprov)-([^/]+)$" replace="/\1" flags="gi" />
<replaceregex pattern="/slf4j-([^/]+)$" replace="/slf4j" flags="gi" />

<!-- Typical version patterns. -->
<replaceregex pattern="\-(r)?([0-9\-\_\.])+(b(eta)?([0-9\-\.])*)?$" replace="" flags="gi" />
Expand Down
3 changes: 3 additions & 0 deletions solr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
</additional-excludes>
<additional-filters>
<replaceregex pattern="/jetty([^/]+)$" replace="/jetty" flags="gi" />
<replaceregex pattern="/apache-solr-commons-csv-([^/]+)$" replace="/apache-solr-commons-csv" flags="gi" />
<replaceregex pattern="/slf4j-([^/]+)$" replace="/slf4j" flags="gi" />
<replaceregex pattern="/(bcmail|bcprov)-([^/]+)$" replace="/\1" flags="gi" />
</additional-filters>
</license-check-macro>
</target>
Expand Down

0 comments on commit 9e89926

Please sign in to comment.