Renamed pom.xml packages

This commit is contained in:
Andrea Cavalli 2018-09-02 13:39:22 +02:00
parent d9d42007f2
commit eacaff6288
2 changed files with 10 additions and 10 deletions

18
pom.xml
View File

@ -57,7 +57,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<buildprops.exclude1>org/warp/picalculator/gui/graphicengine/gpu/*</buildprops.exclude1>
<buildprops.exclude1>it/cavallium/warppi/gui/graphicengine/gpu/*</buildprops.exclude1>
</properties>
</profile>
<profile>
@ -161,14 +161,14 @@
<version>2.3.2</version>
<configuration>
<excludes>
<exclude>org/warp/picalculator/gui/graphicengine/cpu/CPUEngine</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/cpu/CPURenderer</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/cpu/SwingWindow</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/gpu/*</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/headless24bit/*</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/headless256/*</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/headless8/*</exclude>
<exclude>org/warp/picalculator/gui/graphicengine/framebuffer/*</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/cpu/CPUEngine</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/cpu/CPURenderer</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/cpu/SwingWindow</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/gpu/*</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/headless24bit/*</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/headless256/*</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/headless8/*</exclude>
<exclude>it/cavallium/warppi/gui/graphicengine/framebuffer/*</exclude>
</excludes>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>

View File

@ -35,7 +35,7 @@ public class RulesManager {
private RulesManager() {}
@SuppressWarnings({ "unchecked" })
@SuppressWarnings({ "unchecked", "unused" })
public static void initialize() {
ConsoleUtils.out.println(ConsoleUtils.OUTPUTLEVEL_NODEBUG, "RulesManager", "Loading the rules");
rules = new ObjectArrayList[RuleType.values().length];