From 0a86a3d5d2843d25adda11be813fb95b912aded9 Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Wed, 9 Mar 2022 12:15:40 -0500 Subject: [PATCH] log: Add missing package-info.java file Signed-off-by: BJ Hargrave --- .../listeners/log/osgi/package-info.java | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 org.osgi.test.junit5.listeners.log.osgi/src/main/java/org/osgi/test/junit5/listeners/log/osgi/package-info.java diff --git a/org.osgi.test.junit5.listeners.log.osgi/src/main/java/org/osgi/test/junit5/listeners/log/osgi/package-info.java b/org.osgi.test.junit5.listeners.log.osgi/src/main/java/org/osgi/test/junit5/listeners/log/osgi/package-info.java new file mode 100644 index 00000000..4c8ddff4 --- /dev/null +++ b/org.osgi.test.junit5.listeners.log.osgi/src/main/java/org/osgi/test/junit5/listeners/log/osgi/package-info.java @@ -0,0 +1,21 @@ +/******************************************************************************* + * Copyright (c) Contributors to the Eclipse 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. + * + * SPDX-License-Identifier: Apache-2.0 + *******************************************************************************/ + +@org.osgi.annotation.versioning.Version("1.0.0") + +package org.osgi.test.junit5.listeners.log.osgi;