path fix for CommandsEX.jar

This commit is contained in:
Sleaker 2012-10-16 16:28:00 -07:00
parent 62f6366240
commit 78fb12fb94
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@
<artifactId>CommandsEX</artifactId>
<version>1.98</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/CommandsEx.jar</systemPath>
<systemPath>${project.basedir}/lib/CommandsEX.jar</systemPath>
</dependency>
</dependencies>
<build>