Remove Ant scripts
This commit is contained in:
parent
433418ca70
commit
7dc9e51ea3
@ -1,38 +0,0 @@
|
|||||||
<project name="BuildIncrement" default="init" basedir=".">
|
|
||||||
<description>
|
|
||||||
simple example increment build variable
|
|
||||||
</description>
|
|
||||||
<!-- set global properties for this build -->
|
|
||||||
<property name="src" location="src"/>
|
|
||||||
<property name="version" value="0.0"/>
|
|
||||||
<loadproperties>
|
|
||||||
<file file="build.number"/>
|
|
||||||
</loadproperties>
|
|
||||||
|
|
||||||
<target name="init">
|
|
||||||
<echo file="ant_buildversion_init.txt">Changing build version from BUILD_VERSION to ${version}.${build.number} in file plugin.yml...</echo>
|
|
||||||
|
|
||||||
<replaceregexp file="${src}/plugin.yml"
|
|
||||||
match="BUILD_NUMBER"
|
|
||||||
replace="${version}.${build.number}"
|
|
||||||
byline="true"
|
|
||||||
/>
|
|
||||||
<echo file="ant_buildversion_init.txt">Changed!</echo>
|
|
||||||
|
|
||||||
</target>
|
|
||||||
|
|
||||||
|
|
||||||
<target name="end">
|
|
||||||
<echo file="ant_buildversion_end.txt">Changing back build version ${version}.${build.number} in file plugin.yml to BUILD_VERSION...</echo>
|
|
||||||
|
|
||||||
|
|
||||||
<replaceregexp file="${src}/plugin.yml"
|
|
||||||
match="${version}.${build.number}"
|
|
||||||
replace="BUILD_NUMBER"
|
|
||||||
byline="true"
|
|
||||||
/>
|
|
||||||
<buildnumber/>
|
|
||||||
<echo file="ant_buildversion_init.txt">Changed!</echo>
|
|
||||||
|
|
||||||
</target>
|
|
||||||
</project>
|
|
@ -1 +0,0 @@
|
|||||||
Changing back build version 0.0.135 in file plugin.yml to BUILD_VERSION...
|
|
@ -1 +0,0 @@
|
|||||||
Changed!
|
|
@ -1,5 +0,0 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
|
||||||
#Tue Feb 25 14:58:59 CET 2020
|
|
||||||
\#Build=Number for ANT. Do not edit\!
|
|
||||||
build.number=136
|
|
||||||
\#Tue=Jul 30 16\:09\:09 CEST 2019
|
|
Loading…
Reference in New Issue
Block a user