You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/01/19 13:33:19 UTC

[sling-ide-tooling] branch master updated: SLING-7403 add "Bundle-Name" and "Bundle-Vendor" headers

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new 720b412  SLING-7403 add "Bundle-Name" and "Bundle-Vendor" headers
720b412 is described below

commit 720b412f087e8b2f9fce81da9dbe71eaa5d60297
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 19 14:33:15 2018 +0100

    SLING-7403 add "Bundle-Name" and "Bundle-Vendor" headers
---
 api/META-INF/MANIFEST.MF                  |  3 +-
 artifacts/META-INF/MANIFEST.MF            |  2 ++
 eclipse-core/META-INF/MANIFEST.MF         |  2 ++
 eclipse-m2e-core/META-INF/MANIFEST.MF     |  2 ++
 eclipse-m2e-ui/META-INF/MANIFEST.MF       |  3 +-
 eclipse-sightly-core/META-INF/MANIFEST.MF |  2 ++
 eclipse-sightly-ui/META-INF/MANIFEST.MF   |  2 ++
 eclipse-ui/META-INF/MANIFEST.MF           |  3 +-
 feature/feature.xml                       |  2 +-
 impl-resource/META-INF/MANIFEST.MF        |  3 +-
 impl-vlt/META-INF/MANIFEST.MF             |  2 ++
 m2e-feature/feature.xml                   |  2 +-
 sightly-feature/feature.xml               | 46 +++++++++++++++----------------
 13 files changed, 44 insertions(+), 30 deletions(-)

diff --git a/api/META-INF/MANIFEST.MF b/api/META-INF/MANIFEST.MF
index 313edab..db64a62 100644
--- a/api/META-INF/MANIFEST.MF
+++ b/api/META-INF/MANIFEST.MF
@@ -1,6 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Slingclipse-api
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE API
 Bundle-SymbolicName: org.apache.sling.ide.api
 Bundle-Version: 1.2.1.qualifier
 Bundle-ActivationPolicy: lazy
diff --git a/artifacts/META-INF/MANIFEST.MF b/artifacts/META-INF/MANIFEST.MF
index e505eb0..5f39dda 100644
--- a/artifacts/META-INF/MANIFEST.MF
+++ b/artifacts/META-INF/MANIFEST.MF
@@ -1,5 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Embedded Artifacts
 Bundle-SymbolicName: org.apache.sling.ide.artifacts
 Bundle-Version: 1.2.1.qualifier
 Bundle-ActivationPolicy: lazy
diff --git a/eclipse-core/META-INF/MANIFEST.MF b/eclipse-core/META-INF/MANIFEST.MF
index 82d8d90..14e53d2 100644
--- a/eclipse-core/META-INF/MANIFEST.MF
+++ b/eclipse-core/META-INF/MANIFEST.MF
@@ -1,5 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Eclipse Core
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-core;singleton:=true
 Bundle-Version: 1.2.1.qualifier
 Bundle-Activator: org.apache.sling.ide.eclipse.core.internal.Activator
diff --git a/eclipse-m2e-core/META-INF/MANIFEST.MF b/eclipse-m2e-core/META-INF/MANIFEST.MF
index e4d02ec..0dc1fef 100644
--- a/eclipse-m2e-core/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-core/META-INF/MANIFEST.MF
@@ -1,5 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE M2E Core
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-core;singleton:=true
 Bundle-Version: 1.2.1.qualifier
 Bundle-ActivationPolicy: lazy
diff --git a/eclipse-m2e-ui/META-INF/MANIFEST.MF b/eclipse-m2e-ui/META-INF/MANIFEST.MF
index ac13170..3a35e64 100644
--- a/eclipse-m2e-ui/META-INF/MANIFEST.MF
+++ b/eclipse-m2e-ui/META-INF/MANIFEST.MF
@@ -1,6 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Slingclipse-M2Eclipse-based-WST-plugin
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE M2E UI
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-m2e-ui;singleton:=true
 Bundle-Activator: org.apache.sling.ide.eclipse.m2e.internal.Activator
 Bundle-Version: 1.2.1.qualifier
diff --git a/eclipse-sightly-core/META-INF/MANIFEST.MF b/eclipse-sightly-core/META-INF/MANIFEST.MF
index 638c558..4a16e32 100644
--- a/eclipse-sightly-core/META-INF/MANIFEST.MF
+++ b/eclipse-sightly-core/META-INF/MANIFEST.MF
@@ -1,5 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Eclipse Sightly Core
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-core;singleton:=true
 Bundle-Version: 1.2.1.qualifier
 Bundle-Activator: org.apache.sling.ide.eclipse.sightly.internal.Activator
diff --git a/eclipse-sightly-ui/META-INF/MANIFEST.MF b/eclipse-sightly-ui/META-INF/MANIFEST.MF
index 9885820..494b03a 100644
--- a/eclipse-sightly-ui/META-INF/MANIFEST.MF
+++ b/eclipse-sightly-ui/META-INF/MANIFEST.MF
@@ -1,5 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Eclipse Sightly UI
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-sightly-ui;singleton:=true
 Bundle-Version: 1.2.1.qualifier
 Bundle-ActivationPolicy: lazy
diff --git a/eclipse-ui/META-INF/MANIFEST.MF b/eclipse-ui/META-INF/MANIFEST.MF
index eb44a0e..76574ea 100644
--- a/eclipse-ui/META-INF/MANIFEST.MF
+++ b/eclipse-ui/META-INF/MANIFEST.MF
@@ -1,6 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Slingclipse-WST-plugin
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Eclipse UI
 Bundle-SymbolicName: org.apache.sling.ide.eclipse-ui;singleton:=true
 Bundle-Activator: org.apache.sling.ide.eclipse.ui.internal.Activator
 Bundle-Version: 1.2.1.qualifier
diff --git a/feature/feature.xml b/feature/feature.xml
index 258a577..645ca3d 100644
--- a/feature/feature.xml
+++ b/feature/feature.xml
@@ -19,7 +19,7 @@
       id="org.apache.sling.ide.feature"
       label="Sling IDE Tools"
       version="1.2.1.qualifier"
-      provider-name="The Apache Foundation">
+      provider-name="The Apache Software Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
       Apache License
diff --git a/impl-resource/META-INF/MANIFEST.MF b/impl-resource/META-INF/MANIFEST.MF
index dd42c67..08ed7a8 100644
--- a/impl-resource/META-INF/MANIFEST.MF
+++ b/impl-resource/META-INF/MANIFEST.MF
@@ -1,6 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Slingclipse-http
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Resource Impl
 Bundle-SymbolicName: org.apache.sling.ide.impl-resource
 Bundle-Version: 1.2.1.qualifier
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/impl-vlt/META-INF/MANIFEST.MF b/impl-vlt/META-INF/MANIFEST.MF
index 75f571e..917a0a7 100644
--- a/impl-vlt/META-INF/MANIFEST.MF
+++ b/impl-vlt/META-INF/MANIFEST.MF
@@ -1,5 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Name: Sling IDE Vlt Impl
 Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true
 Bundle-Version: 1.2.1.qualifier
 Bundle-ActivationPolicy: lazy
diff --git a/m2e-feature/feature.xml b/m2e-feature/feature.xml
index a1177df..72e05ce 100644
--- a/m2e-feature/feature.xml
+++ b/m2e-feature/feature.xml
@@ -19,7 +19,7 @@
       id="org.apache.sling.ide.m2e-feature"
       label="Sling IDE Tools - Maven Integration (Optional)"
       version="1.2.1.qualifier"
-      provider-name="The Apache Foundation">
+      provider-name="The Apache Software Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
       Apache License
diff --git a/sightly-feature/feature.xml b/sightly-feature/feature.xml
index 972bfe8..8fc1ca6 100644
--- a/sightly-feature/feature.xml
+++ b/sightly-feature/feature.xml
@@ -19,11 +19,10 @@
       id="org.apache.sling.ide.sightly-feature"
       label="Sling IDE Tools - Sightly Integration (Optional)"
       version="1.2.1.qualifier"
-      provider-name="The Apache Foundation">
+      provider-name="The Apache Software Foundation">
 
    <license url="http://www.apache.org/licenses/LICENSE-2.0">
-
-                                 Apache License
+      Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
 
@@ -31,38 +30,38 @@
 
    1. Definitions.
 
-      "License" shall mean the terms and conditions for use, reproduction,
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
       and distribution as defined by Sections 1 through 9 of this document.
 
-      "Licensor" shall mean the copyright owner or entity authorized by
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
       the copyright owner that is granting the License.
 
-      "Legal Entity" shall mean the union of the acting entity and all
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
       other entities that control, are controlled by, or are under common
       control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
       direction or management of such entity, whether by contract or
       otherwise, or (ii) ownership of fifty percent (50%) or more of the
       outstanding shares, or (iii) beneficial ownership of such entity.
 
-      "You" (or "Your") shall mean an individual or Legal Entity
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
       exercising permissions granted by this License.
 
-      "Source" form shall mean the preferred form for making modifications,
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
       including but not limited to software source code, documentation
       source, and configuration files.
 
-      "Object" form shall mean any form resulting from mechanical
+      &quot;Object&quot; form shall mean any form resulting from mechanical
       transformation or translation of a Source form, including but
       not limited to compiled object code, generated documentation,
       and conversions to other media types.
 
-      "Work" shall mean the work of authorship, whether in Source or
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
       Object form, made available under the License, as indicated by a
       copyright notice that is included in or attached to the work
       (an example is provided in the Appendix below).
 
-      "Derivative Works" shall mean any work, whether in Source or Object
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
       form, that is based on (or derived from) the Work and for which the
       editorial revisions, annotations, elaborations, or other modifications
       represent, as a whole, an original work of authorship. For the purposes
@@ -70,21 +69,21 @@
       separable from, or merely link (or bind by name) to the interfaces of,
       the Work and Derivative Works thereof.
 
-      "Contribution" shall mean any work of authorship, including
+      &quot;Contribution&quot; shall mean any work of authorship, including
       the original version of the Work and any modifications or additions
       to that Work or Derivative Works thereof, that is intentionally
       submitted to Licensor for inclusion in the Work by the copyright owner
       or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
       means any form of electronic, verbal, or written communication sent
       to the Licensor or its representatives, including but not limited to
       communication on electronic mailing lists, source code control systems,
       and issue tracking systems that are managed by, or on behalf of, the
       Licensor for the purpose of discussing and improving the Work, but
       excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
 
-      "Contributor" shall mean Licensor and any individual or Legal Entity
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
       on behalf of whom a Contribution has been received by Licensor and
       subsequently incorporated within the Work.
 
@@ -128,7 +127,7 @@
           excluding those notices that do not pertain to any part of
           the Derivative Works; and
 
-      (d) If the Work includes a "NOTICE" text file as part of its
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
           distribution, then any Derivative Works that You distribute must
           include a readable copy of the attribution notices contained
           within such NOTICE file, excluding those notices that do not
@@ -167,7 +166,7 @@
 
    7. Disclaimer of Warranty. Unless required by applicable law or
       agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
       implied, including, without limitation, any warranties or conditions
       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
@@ -203,28 +202,27 @@
    APPENDIX: How to apply the Apache License to your work.
 
       To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don&apos;t include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
       file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
+      same &quot;printed page&quot; as the copyright notice for easier
       identification within third-party archives.
 
    Copyright [yyyy] [name of copyright owner]
 
-   Licensed under the Apache License, Version 2.0 (the "License");
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
        http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-      
    </license>
 
    <plugin

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].