Shift spigot version to more appropriate path

This commit is contained in:
Mike Primm 2018-08-23 23:14:55 -05:00
parent c90d157231
commit 1babea2ace
21 changed files with 2 additions and 27 deletions

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>dynmap</name>
<comment>Project dynmap created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>

View File

@ -1,2 +0,0 @@
connection.project.dir=..
eclipse.preferences.version=1

View File

@ -1,5 +1,5 @@
rootProject.name = 'dynmap-common'
include ':dynmap'
include ':spigot'
include ':bukkit-helper-113'
include ':bukkit-helper'
include ':dynmap-api'
@ -11,7 +11,7 @@ include ':forge-1.10.2'
include ':forge-1.9.4'
include ':forge-1.8.9'
project(':dynmap').projectDir = "$rootDir/bukkit" as File
project(':spigot').projectDir = "$rootDir/spigot" as File
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File