Move libraries to the local machine

This commit is contained in:
Dan Mulloy 2014-12-03 16:38:03 -05:00
parent 9a9c5446cc
commit f14623897b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -242,14 +242,14 @@
<artifactId>spigot-api</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${basedir}/lib/SpigotAPI.jar</systemPath>
<systemPath>C:/lib/SpigotAPI.jar</systemPath>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Spigot.jar</systemPath>
<systemPath>C:/lib/Spigot.jar</systemPath>
</dependency>
<dependency>
<groupId>junit</groupId>