From e1eb2d4ef1b91cad4e06d5b30a0eef51546e6841 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 22 Feb 2018 14:16:04 +0100 Subject: [PATCH] Remove package-info.java from test code Otherwise we have duplicate package-info.java files which caues some build systems and IDEs to report a failure. --- .../smackx/spoiler/package-info.java | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 smack-experimental/src/test/java/org/jivesoftware/smackx/spoiler/package-info.java diff --git a/smack-experimental/src/test/java/org/jivesoftware/smackx/spoiler/package-info.java b/smack-experimental/src/test/java/org/jivesoftware/smackx/spoiler/package-info.java deleted file mode 100644 index a7e811501..000000000 --- a/smack-experimental/src/test/java/org/jivesoftware/smackx/spoiler/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/** - * - * Copyright 2018 Paul Schaub - * - * 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. - */ -/** - * Smack's API for XEP-0382: Spoiler Messages. - */ -package org.jivesoftware.smackx.spoiler;