diff --git a/src/main/java/plugins/stef/library/apache/ApacheXMLBeansPlugin.java b/src/main/java/plugins/stef/library/apache/ApacheXMLBeansPlugin.java new file mode 100644 index 0000000000000000000000000000000000000000..6c1692fb56146e2c75b3950cf2ea119398b9ca22 --- /dev/null +++ b/src/main/java/plugins/stef/library/apache/ApacheXMLBeansPlugin.java @@ -0,0 +1,32 @@ +/* + * Copyright (c) 2010-2023. Institut Pasteur. + * + * This file is part of Icy. + * Icy is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Icy is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Icy. If not, see <https://www.gnu.org/licenses/>. + */ + +package plugins.stef.library.apache; + +import icy.plugin.abstract_.Plugin; +import icy.plugin.interface_.PluginLibrary; + +/** + * Icy wrapper for the Apache XMLBeans library. + * + * @author Stephane Dallongeville + */ +public class ApacheXMLBeansPlugin extends Plugin implements PluginLibrary +{ + // +} diff --git a/src/main/resources/apache/ApacheXMLBeansPlugin.java b/src/main/resources/apache/ApacheXMLBeansPlugin.java deleted file mode 100644 index 79ac5ac7f708a6af85a8c214ba6cd1d8fcf69df4..0000000000000000000000000000000000000000 --- a/src/main/resources/apache/ApacheXMLBeansPlugin.java +++ /dev/null @@ -1,14 +0,0 @@ -package plugins.stef.library.apache; - -import icy.plugin.abstract_.Plugin; -import icy.plugin.interface_.PluginLibrary; - -/** - * Icy wrapper for the Apache XMLBeans library. - * - * @author Stephane Dallongeville - */ -public class ApacheXMLBeansPlugin extends Plugin implements PluginLibrary -{ - // -}