diff --git a/power-ai/pom.xml b/power-ai/pom.xml deleted file mode 100644 index b01ce82..0000000 --- a/power-ai/pom.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - 4.0.0 - - - org.nanoboot.powerframework - power-framework - 2.0.0-SNAPSHOT - - - power-ai - jar - - Power AI - Artificial intelligence tools for the Power library - - - - - org.nanoboot.powerframework - power-core - ${power.version} - - - - - junit - junit - 4.12 - test - - - - diff --git a/power-ai/src/main/java/module-info.java b/power-ai/src/main/java/module-info.java deleted file mode 100644 index c153b52..0000000 --- a/power-ai/src/main/java/module-info.java +++ /dev/null @@ -1,29 +0,0 @@ - -/////////////////////////////////////////////////////////////////////////////////////////////// -// power-framework: Java library with many purposes of usage. -// Copyright (C) 2016-2022 the original author or authors. -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; -// version 2.1 of the License only. -// -// This library 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 -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -/////////////////////////////////////////////////////////////////////////////////////////////// - -/** - * - * @author Robert Vokac - * @since 0.0.0 - */ - -module powerframework.ai { - -} diff --git a/power-ai/src/main/java/org/nanoboot/powerframework/ai/.gitkeep b/power-ai/src/main/java/org/nanoboot/powerframework/ai/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/power-ai/src/main/resources/.gitkeep b/power-ai/src/main/resources/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/power-ai/src/test/java/org/nanoboot/powerframework/ai/.gitkeep b/power-ai/src/test/java/org/nanoboot/powerframework/ai/.gitkeep deleted file mode 100644 index e69de29..0000000