This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 7db3f965e7f694de6df6e94755c6edb18868e983 Author: Matt Sicker <[email protected]> AuthorDate: Sat Apr 4 21:23:02 2020 -0500 Revert "Remove unnecessary jenkins maven toolchains files" This reverts commit a3f855f32db9af4921bcf98f6b1f75c397ad7c99. --- toolchains-jenkins-ubuntu.xml | 101 ++++++++++++++++++++++++++++++++++++++++++ toolchains-jenkins-win.xml | 101 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+) diff --git a/toolchains-jenkins-ubuntu.xml b/toolchains-jenkins-ubuntu.xml new file mode 100644 index 0000000..09898d7 --- /dev/null +++ b/toolchains-jenkins-ubuntu.xml @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF8"?> +<!-- + ~ 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. + --> +<toolchains> + <!-- JDK toolchains --> + <toolchain> + <type>jdk</type> + <provides> + <version>1.8</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest1.8</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>9</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest1.9</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>10</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest10</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>11</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest11/</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>12</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest12/</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>13</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest13/</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>14</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest14/</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>15</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>/home/jenkins/tools/java/latest15/</jdkHome> + </configuration> + </toolchain> + <!-- other toolchains --> +</toolchains> diff --git a/toolchains-jenkins-win.xml b/toolchains-jenkins-win.xml new file mode 100644 index 0000000..df01b39 --- /dev/null +++ b/toolchains-jenkins-win.xml @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF8"?> +<!-- + ~ 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 + ~ + ~ https://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. + --> +<toolchains> + <!-- JDK toolchains --> + <toolchain> + <type>jdk</type> + <provides> + <version>1.8</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest1.8</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>9</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest9</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>10</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest10</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>11</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest11</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>12</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest12</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>13</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest13</jdkHome> + </configuration> + </toolchain> + <toolchain> + <type>jdk</type> + <provides> + <version>14</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest14</jdkHome> + </configuration> + </toolchain> + <!--toolchain> + <type>jdk</type> + <provides> + <version>15</version> + <vendor>sun</vendor> + </provides> + <configuration> + <jdkHome>F:\jenkins\tools\java\latest15</jdkHome> + </configuration> + </toolchain--> + <!-- other toolchains --> +</toolchains>
