FELIX-1976 Oops: wrong reference to the bare NOTICE file and remove the reference to embedded OSGi software (nothing from osgi.org is embedded in the bare bundle)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@898231 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 47f14a5..0679cc0 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -139,7 +139,7 @@
                                     <classifier>bare</classifier>
                                     <instructions>
                                         <Include-Resource>
-                                            {maven-resources},META-INF/NOTICE=src/main/bare-resources/NOTICE.bare
+                                            {maven-resources},META-INF/NOTICE=src/main/bare-resources/NOTICE
                                         </Include-Resource>
                                         <_donotcopy>LICENSE.json</_donotcopy>
                                         <!-- <_donotcopy>(LICENSE.json|NOTICE.bare)</_donotcopy> -->
diff --git a/webconsole/src/main/bare-resources/NOTICE b/webconsole/src/main/bare-resources/NOTICE
index 5a156a3..cbbadd1 100644
--- a/webconsole/src/main/bare-resources/NOTICE
+++ b/webconsole/src/main/bare-resources/NOTICE
@@ -8,11 +8,6 @@
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
 This product includes software from http://www.jquery.com
 Copyright (c) 2009 John Resig, http://jquery.com/
 Licensed under the MIT License