mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-11 19:37:14 +01:00
Add eclpse labels for subprojects in Fabric
This commit is contained in:
parent
3a39688dc8
commit
fb0cceca58
@ -2,32 +2,35 @@
|
|||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>Dynmap(Spigot-Common)</name>
|
<name>Dynmap(Spigot-Common)</name>
|
||||||
<comment>bukkit-helper</comment>
|
<comment>bukkit-helper</comment>
|
||||||
<projects/>
|
<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>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
||||||
<arguments/>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
|
||||||
<arguments/>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
||||||
<arguments/>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<linkedResources/>
|
|
||||||
<filteredResources>
|
<filteredResources>
|
||||||
<filter>
|
<filter>
|
||||||
<id>1</id>
|
<id>1</id>
|
||||||
|
<name></name>
|
||||||
<type>30</type>
|
<type>30</type>
|
||||||
<name/>
|
|
||||||
<matcher>
|
<matcher>
|
||||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||||
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||||
|
@ -2,6 +2,14 @@ plugins {
|
|||||||
id 'fabric-loom' version '0.10.65'
|
id 'fabric-loom' version '0.10.65'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
project {
|
||||||
|
name = "Dynmap(Fabric-1.14.4)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
archivesBaseName = "Dynmap"
|
archivesBaseName = "Dynmap"
|
||||||
version = parent.version
|
version = parent.version
|
||||||
group = parent.group
|
group = parent.group
|
||||||
|
@ -6,6 +6,12 @@ archivesBaseName = "Dynmap"
|
|||||||
version = parent.version
|
version = parent.version
|
||||||
group = parent.group
|
group = parent.group
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
project {
|
||||||
|
name = "Dynmap(Fabric-1.15.2)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
implementation.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
|
@ -6,6 +6,12 @@ archivesBaseName = "Dynmap"
|
|||||||
version = parent.version
|
version = parent.version
|
||||||
group = parent.group
|
group = parent.group
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
project {
|
||||||
|
name = "Dynmap(Fabric-1.16.4)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
implementation.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
|
@ -6,6 +6,12 @@ archivesBaseName = "Dynmap"
|
|||||||
version = parent.version
|
version = parent.version
|
||||||
group = parent.group
|
group = parent.group
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
project {
|
||||||
|
name = "Dynmap(Fabric-1.17.1)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
implementation.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
|
@ -6,6 +6,12 @@ archivesBaseName = "Dynmap"
|
|||||||
version = parent.version
|
version = parent.version
|
||||||
group = parent.group
|
group = parent.group
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
project {
|
||||||
|
name = "Dynmap(Fabric-1.18)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
implementation.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
apply plugin: 'eclipse'
|
|
||||||
|
description = 'dynmap'
|
||||||
|
|
||||||
eclipse {
|
eclipse {
|
||||||
project {
|
project {
|
||||||
name = "Dynmap(Spigot/PaperMC)"
|
name = "Dynmap(Spigot)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
description = 'dynmap'
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
|
Loading…
Reference in New Issue
Block a user