mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-29 11:31:34 +01:00
Build numbers in plugin.yml
This commit is contained in:
parent
7781e02a97
commit
5d322e327e
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<project default="main">
|
||||
|
||||
<property environment="env"/>
|
||||
<property name="label" value="${env.JOB_NAME}-${env.BUILD_NUMBER}"/>
|
||||
|
||||
<path id="classpath">
|
||||
<fileset dir="lib" includes="**/*.jar"/>
|
||||
</path>
|
||||
@ -23,6 +26,7 @@
|
||||
<echo>Compiling</echo>
|
||||
<javac srcdir="." destdir="bin" debug="on" debuglevel="lines,vars,source" classpathref="classpath" />
|
||||
<copy file="plugin.yml" tofile="bin/plugin.yml" />
|
||||
<replace file="bin/plugin.yml" token="b000" value="b${label}" />
|
||||
</target>
|
||||
|
||||
<target name="compress" description="Compression target">
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Vault
|
||||
main: net.milkbowl.vault.Vault
|
||||
version: 1.0.0dev4
|
||||
version: 1.0.0dev4-b000
|
||||
author: Cereal
|
||||
description: >
|
||||
Abstraction Library for Bukkit Plugins
|
||||
|
Loading…
Reference in New Issue
Block a user