mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-04-03 10:35:51 +02:00
Shift spigot version to more appropriate path
This commit is contained in:
parent
c90d157231
commit
1babea2ace
@ -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>
|
@ -1,2 +0,0 @@
|
||||
connection.project.dir=..
|
||||
eclipse.preferences.version=1
|
@ -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
|
||||
|
0
bukkit/.gitignore → spigot/.gitignore
vendored
0
bukkit/.gitignore → spigot/.gitignore
vendored
Loading…
Reference in New Issue
Block a user