Reverted last commit and fixed the root cause of package info issue
This commit is contained in:
@@ -198,7 +198,6 @@
|
|||||||
<useIncrementalCompilation>false</useIncrementalCompilation>
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||||
<compilerArgs>
|
<compilerArgs>
|
||||||
<arg>-XDcompilePolicy=simple</arg>
|
<arg>-XDcompilePolicy=simple</arg>
|
||||||
<arg>-Xpkginfo:always</arg>
|
|
||||||
<!-- <arg>-Xplugin:ErrorProne</arg> uncomment when fixing java static analysis errors !-->
|
<!-- <arg>-Xplugin:ErrorProne</arg> uncomment when fixing java static analysis errors !-->
|
||||||
</compilerArgs>
|
</compilerArgs>
|
||||||
<annotationProcessorPaths>
|
<annotationProcessorPaths>
|
||||||
@@ -258,13 +257,6 @@
|
|||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<version>1.2.1</version>
|
<version>1.2.1</version>
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>exec</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>rs09.Server</mainClass>
|
<mainClass>rs09.Server</mainClass>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
/**
|
|
||||||
* Holds all the plugin classes.
|
|
||||||
*
|
|
||||||
* @author Emperor
|
|
||||||
*/
|
|
||||||
package core.game.content.activity;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
/**
|
|
||||||
* Holds more important content classes.
|
|
||||||
*
|
|
||||||
* @author Emperor
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package core.game.content;
|
|
||||||
-5
@@ -1,5 +0,0 @@
|
|||||||
/**
|
|
||||||
* @author Leewo
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package core.game.node.entity.skill.construction.decoration.costume;
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
/**
|
|
||||||
* @author Adam
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package core.game.node.entity.skill.fletching.items;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
/**
|
|
||||||
* Holds skill-related plugins.
|
|
||||||
*
|
|
||||||
* @author Emperor
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package core.game.node.entity.skill;
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
/**
|
|
||||||
* Used for handling important aspects of the game.
|
|
||||||
*
|
|
||||||
* @author Emperor
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package core.game;
|
|
||||||
Reference in New Issue
Block a user