From 2c01e14765f8d298c73196c1364d5cd632d7855a Mon Sep 17 00:00:00 2001 From: Nitin Dahyabhai <thatnitind@gmail.com> Date: Sun, 2 Mar 2025 22:49:54 -0500 Subject: [PATCH] Fix typo --- org.eclipse.wtp.releng.webupdatesite/build.properties | 4 ++-- org.eclipse.wtp.releng.webupdatesite/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.eclipse.wtp.releng.webupdatesite/build.properties b/org.eclipse.wtp.releng.webupdatesite/build.properties index e337bc8b5..4a5ee33ab 100644 --- a/org.eclipse.wtp.releng.webupdatesite/build.properties +++ b/org.eclipse.wtp.releng.webupdatesite/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008, 2019 IBM Corporation and others. +# Copyright (c) 2008, 2025 IBM Corporation and others. # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -14,5 +14,5 @@ source.. = src/ bin.includes = META-INF/,\ .,\ plugin.properties -jre.compilation.profile = J2SE-1.8 +jre.compilation.profile = JavaSE-1.8 output.. = bin/ diff --git a/org.eclipse.wtp.releng.webupdatesite/pom.xml b/org.eclipse.wtp.releng.webupdatesite/pom.xml index dabca20b6..006e1c19a 100644 --- a/org.eclipse.wtp.releng.webupdatesite/pom.xml +++ b/org.eclipse.wtp.releng.webupdatesite/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2013 Eclipse Foundation and others. + Copyright (c) 2012, 2025 Eclipse Foundation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at -- GitLab