diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-07-09 17:39:30 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-07-10 10:14:46 +0000 |
| commit | b661cc56d8d119d1788bb70df84f1a76809b5924 (patch) | |
| tree | 142dfd81125ee062a27d6ab3fd85b37532bbc187 /build.xml | |
| parent | 3d138d3fdd0425598512d33e54a86bf1b9825149 (diff) | |
remove unused branch property in build.xml
First commit of a series to get rid of the git based versioning
implemented in libbuild/ folder as Ant task. It counts commits
since the last tagged version and uses this number added with
9000 as the last part of the version number.
This is a legacy from Subversion times.
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -58,9 +58,6 @@ <property name="git" location=".git"/> <property name="defaults" location="defaults"/> <property name="RDFaParser" location="RDFaParser"/> - - <!-- pseudo default branch as fallback --> - <property name="branch" value="" /> <!-- pseudo default releaseNr as fallback --> <property name="releaseNr" value="9000" /> @@ -154,9 +151,6 @@ <!-- YaCy Release Date --> <filter token="REPL_DATE" value="${DSTAMP}"/> <filter token="REPL_RELEASE" value="${stdReleaseFile}"/> - - <!-- YaCy Brach --> - <echo message="YaCy Branch: ${branch}" /> <!-- YaCy Release Version number --> <echo message="YaCy Version number: ${releaseVersion}" /> |
