# Set the default behavior, in case people don't have core.autocrlf set.
* text=off
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.groovy text
*.json text
*.xsd text
*.xjb text
*.wsdl txt
*.properties text
*.xml text
*.sql text
*.bpmn text
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jks binary
*.pdf binary
*.docx binary
*.xlsx binary
*.crt binary
*.key binary
c */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
# Copyright © 2017 Bell Canada
# Modifications Copyright © 2021 Orange
# Modifications Copyright © 2021 Nordix Foundation
#
# Licensed 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.
apiVersion: v2
description: ONAP optional tools
name: contrib
version: 10.0.0
dependencies:
- name: common
version: ~10.x-0
repository: '@local'
- name: awx
version: ~10.x-0
repository: 'file://components/awx'
condition: awx.enabled
- name: ejbca
version: ~10.x-0
repository: 'file://components/ejbca'
condition: global.cmpv2Enabled
- name: netbox
version: ~10.x-0
repository: 'file://components/netbox'
condition: netbox.enabled
- name: repositoryGenerator
version: ~10.x-0
repository: '@local'