Updated Branches: refs/heads/apache-blur-0.2 bbf75e506 -> 1925af6e0
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/1925af6e/distribution/src/main/resources/notices/generate-notice.sh ---------------------------------------------------------------------- diff --git a/distribution/src/main/resources/notices/generate-notice.sh b/distribution/src/main/resources/notices/generate-notice.sh index 97bf11d..41e1ff0 100755 --- a/distribution/src/main/resources/notices/generate-notice.sh +++ b/distribution/src/main/resources/notices/generate-notice.sh @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cat ../NOTICE-bin.txt +cat ../NOTICE-bin.base.txt for f in `ls *.NOTICE` do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/1925af6e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ecfd1fd..0df2959 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ under the License. <!-- License and Notice files for Blur --> <exclude>**/src/main/resources/license-notes.txt</exclude> - <exclude>**/src/main/resources/NOTICE-src.txt</exclude> + <exclude>**/src/main/resources/NOTICE-bin.base.txt</exclude> <exclude>**/src/main/resources/NOTICE-bin.txt</exclude> <!-- Default configuration files used by Blur -->
