mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
Tidy up Eclipse workspace
This commit is contained in:
parent
f441cf4ecd
commit
b3de1dafe3
@ -1,5 +1,13 @@
|
||||
description = "DynmapCore"
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(DynmapCore)"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ':DynmapCoreAPI', configuration: 'shadow')
|
||||
implementation 'javax.servlet:javax.servlet-api:3.1'
|
||||
|
@ -1,3 +1,12 @@
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(DynmapCoreAPI)"
|
||||
}
|
||||
}
|
||||
|
||||
description = "DynmapCoreAPI"
|
||||
|
||||
jar {
|
||||
|
@ -4,6 +4,14 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap"
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
@ -1,3 +1,10 @@
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.13.2)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.13.2'
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.14.1)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.14.1'
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.15)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.15'
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.16.2)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.16'
|
||||
description = 'bukkit-helper-1.16.2'
|
||||
|
||||
dependencies {
|
||||
implementation project(':bukkit-helper')
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.16.3)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.16.3'
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.16.4)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.16.4'
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.16)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.16'
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.17)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.17'
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.18)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.18'
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>bukkit-helper</name>
|
||||
<name>Dynmap(Spigot-Common)</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
@ -28,7 +28,7 @@
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1627430303020</id>
|
||||
<id>0</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
|
@ -1,3 +1,10 @@
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-Common)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper'
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(dynmap-api)"
|
||||
}
|
||||
}
|
||||
|
||||
description = "dynmap-api"
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
@ -14,6 +15,13 @@ buildscript {
|
||||
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.11.2)"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
|
@ -12,6 +12,13 @@ buildscript {
|
||||
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.12.2)"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
|
@ -12,8 +12,14 @@ buildscript {
|
||||
}
|
||||
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.13.2)"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
|
@ -9,8 +9,14 @@ buildscript {
|
||||
}
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.14.4)"
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
|
||||
|
@ -9,8 +9,14 @@ buildscript {
|
||||
}
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.15.2)"
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
|
||||
|
@ -9,8 +9,14 @@ buildscript {
|
||||
}
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.16.5)"
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
|
||||
|
@ -9,8 +9,14 @@ buildscript {
|
||||
}
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.17.1)"
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(16) // Need this here so eclipse task generates correctly.
|
||||
|
||||
|
@ -9,8 +9,14 @@ buildscript {
|
||||
}
|
||||
}
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-1.18)"
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
|
||||
|
||||
|
@ -4,6 +4,14 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Forge-Legacy)"
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
Loading…
Reference in New Issue
Block a user