Archiviert
13
0

Move libraries to the local machine

Dieser Commit ist enthalten in:
Dan Mulloy 2014-12-03 16:38:03 -05:00
Ursprung 9a9c5446cc
Commit f14623897b
3 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Binäre Datei nicht angezeigt.

Binäre Datei nicht angezeigt.

Datei anzeigen

@ -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>