Updated Branches:
  refs/heads/master 0ddae7ad0 -> 7557ff9ea

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7557ff9e/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/7557ff9e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a8dfe8..84309f9 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 -->

Reply via email to