"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/.travis-toolchains.xml" (20 Dec 2021, 2117 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0" encoding="UTF8"?>
    2 <!--
    3   ~ Licensed to the Apache Software Foundation (ASF) under one or more
    4   ~ contributor license agreements. See the NOTICE file distributed with
    5   ~ this work for additional information regarding copyright ownership.
    6   ~ The ASF licenses this file to You under the Apache license, Version 2.0
    7   ~ (the "License"); you may not use this file except in compliance with
    8   ~ the License. You may obtain a copy of the License at
    9   ~
   10   ~      http://www.apache.org/licenses/LICENSE-2.0
   11   ~
   12   ~ Unless required by applicable law or agreed to in writing, software
   13   ~ distributed under the License is distributed on an "AS IS" BASIS,
   14   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   15   ~ See the license for the specific language governing permissions and
   16   ~ limitations under the license.
   17   -->
   18 <toolchains xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   19   xsi:schemaLocation="http://maven.apache.org/TOOLCHAINS/1.1.0 http://maven.apache.org/xsd/toolchains-1.1.0.xsd">
   20   <toolchain>
   21     <type>jdk</type>
   22     <provides>
   23       <id>java7</id>
   24       <version>1.7</version>
   25       <vendor>oracle</vendor>
   26     </provides>
   27     <configuration>
   28       <jdkHome>/usr/lib/jvm/java-7-openjdk-amd64</jdkHome>
   29     </configuration>
   30   </toolchain>
   31   <toolchain>
   32     <type>jdk</type>
   33     <provides>
   34       <id>java8</id>
   35       <version>1.8</version>
   36       <vendor>oracle</vendor>
   37     </provides>
   38     <configuration>
   39       <jdkHome>/usr/lib/jvm/java-8-oracle</jdkHome>
   40     </configuration>
   41   </toolchain>
   42   <toolchain>
   43     <type>jdk</type>
   44     <provides>
   45       <id>java9</id>
   46       <version>9</version>
   47       <vendor>oracle</vendor>
   48     </provides>
   49     <configuration>
   50       <jdkHome>/usr/lib/jvm/java-9-oracle</jdkHome>
   51     </configuration>
   52   </toolchain>
   53   <toolchain>
   54     <type>jdk</type>
   55     <provides>
   56       <id>java11</id>
   57       <version>11</version>
   58       <vendor>openjdk</vendor>
   59     </provides>
   60     <configuration>
   61       <jdkHome>/home/travis/openjdk11</jdkHome>
   62     </configuration>
   63   </toolchain>
   64 </toolchains>