products/sources/formale sprachen/Java/apache-tomcat-10.1.16-src/res/bnd image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: Rule.java   Sprache: Unknown

Spracherkennung für: .bnd vermutete Sprache: Shell {Shell[126] Haskell[169] Fortran[365]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); 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,
# 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.

-include: build-defaults.bnd, spec-defaults.bnd

Bundle-Name: tomcat-servlet-api
Bundle-SymbolicName: org.apache.tomcat-servlet-api
Export-Package: \
    !jakarta.servlet.jsp.*,\
    jakarta.servlet.*;version=${servlet.spec.version}

Provide-Capability: \
    osgi.contract;\
        osgi.contract=JakartaServlet;\
        version:Version=${servlet.spec.version};\
        uses:='${packages;NAMED;jakarta.servlet.*;NAMED;!jakarta.servlet.jsp.*}'

-includeresource.notice2: META-INF/NOTICE=${tomcat.output}/manifests/servlet-api.jar.notice
-includeresource.license2: META-INF/LICENSE=${tomcat.output}/manifests/servlet-api.jar.license

-namesection: jakarta/servlet*/;\
    Specification-Title=Jakarta Servlet;\
    Specification-Version=${servlet.spec.version};\
    Specification-Vendor=Eclipse Foundation;\
    Implementation-Title=jakarta.servlet;\
    Implementation-Version=${servlet.spec.version}${servlet.revision};\
    Implementation-Vendor=Apache Software Foundation

-jpms-module-info: \
    jakarta.servlet;\
        access=32;\
        version=${servlet.spec.version}
-jpms-module-info-options: \
    jakarta.servlet;\
        substitute=servlet-api

[ Dauer der Verarbeitung: 0.112 Sekunden  ]