mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 18:14:38 +02:00
Use maven for versioning. Note GroupManager versioning is broken.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#version: TeamCity
|
#version: ${build.number}
|
||||||
# If you change this file, it will not be automatically updated after the next release.
|
# If you change this file, it will not be automatically updated after the next release.
|
||||||
#item,id,metadata
|
#item,id,metadata
|
||||||
stone,1,0
|
stone,1,0
|
||||||
|
|
@@ -2,7 +2,7 @@
|
|||||||
name: Essentials3
|
name: Essentials3
|
||||||
main: com.earth2me.essentials.Essentials
|
main: com.earth2me.essentials.Essentials
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Provides an essential, core set of commands for Bukkit.
|
description: Provides an essential, core set of commands for Bukkit.
|
||||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5]
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
name: EssentialsAntiCheat
|
name: EssentialsAntiCheat
|
||||||
main: com.earth2me.essentials.anticheat.NoCheat
|
main: com.earth2me.essentials.anticheat.NoCheat
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Detect and Fight the exploitation of various Flaws/Bugs in Minecraft.
|
description: Detect and Fight the exploitation of various Flaws/Bugs in Minecraft.
|
||||||
authors: [Evenprime, md_5]
|
authors: [Evenprime, md_5]
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
name: EssentialsChat
|
name: EssentialsChat
|
||||||
main: com.earth2me.essentials.chat.EssentialsChat
|
main: com.earth2me.essentials.chat.EssentialsChat
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Provides chat control features for Essentials. Requires Permissions.
|
description: Provides chat control features for Essentials. Requires Permissions.
|
||||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy]
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy]
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
name: EssentialsGeoIP
|
name: EssentialsGeoIP
|
||||||
main: com.earth2me.essentials.geoip.EssentialsGeoIP
|
main: com.earth2me.essentials.geoip.EssentialsGeoIP
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Shows the country or city of a user on login and /whois.
|
description: Shows the country or city of a user on login and /whois.
|
||||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
name: EssentialsProtect
|
name: EssentialsProtect
|
||||||
main: com.earth2me.essentials.protect.EssentialsProtect
|
main: com.earth2me.essentials.protect.EssentialsProtect
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Provides protection for various parts of the world.
|
description: Provides protection for various parts of the world.
|
||||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
name: EssentialsSigns
|
name: EssentialsSigns
|
||||||
main: com.earth2me.essentials.signs.EssentialsSignsPlugin
|
main: com.earth2me.essentials.signs.EssentialsSignsPlugin
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Provides signs, utilizing Essentials.
|
description: Provides signs, utilizing Essentials.
|
||||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
name: EssentialsUpdate
|
name: EssentialsUpdate
|
||||||
main: com.earth2me.essentials.update.EssentialsUpdate
|
main: com.earth2me.essentials.update.EssentialsUpdate
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
description: This plugin allows to install or update all Essentials plugins
|
description: This plugin allows to install or update all Essentials plugins
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
authors: [snowleo]
|
authors: [snowleo]
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
name: EssentialsXMPP
|
name: EssentialsXMPP
|
||||||
main: com.earth2me.essentials.xmpp.EssentialsXMPP
|
main: com.earth2me.essentials.xmpp.EssentialsXMPP
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: TeamCity
|
version: ${build.number}
|
||||||
website: http://tiny.cc/EssentialsWiki
|
website: http://tiny.cc/EssentialsWiki
|
||||||
description: Provides xmpp communication.
|
description: Provides xmpp communication.
|
||||||
authors:
|
authors:
|
||||||
|
2
pom.xml
2
pom.xml
@@ -45,6 +45,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>${basedir}/src</directory>
|
<directory>${basedir}/src</directory>
|
||||||
|
<filtering>true</filtering>
|
||||||
<includes>
|
<includes>
|
||||||
<include>*.*</include>
|
<include>*.*</include>
|
||||||
</includes>
|
</includes>
|
||||||
@@ -101,6 +102,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<bukkitversion>1.2.3-R0.3-SNAPSHOT</bukkitversion>
|
<bukkitversion>1.2.3-R0.3-SNAPSHOT</bukkitversion>
|
||||||
|
<build.number>Unknown</build.number>
|
||||||
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
|
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
|
||||||
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>
|
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>
|
||||||
<org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab>2</org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab>
|
<org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab>2</org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab>
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project default="setversion">
|
|
||||||
<target name="setversion">
|
|
||||||
<replace dir="." includes="**/src/plugin.yml" token="version: TeamCity" value="version: ${build.number}"/>
|
|
||||||
<replace dir="." includes="**/src/plugin.yml" token="version: GMBuildVer" value="version: ${GMVer} (${build.number})"/>
|
|
||||||
<replace dir="." includes="**/src/messages*.properties" token="version: TeamCity" value="version: ${build.number}"/>
|
|
||||||
<replace dir="." includes="**/src/items.csv" token="version: TeamCity" value="version: ${build.number}"/>
|
|
||||||
</target>
|
|
||||||
</project>
|
|
Reference in New Issue
Block a user