mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-28 11:16:42 +00:00
Track build information in a better way
build.properties replaces buildcreator.properties, buildcreator.default.properties annd buildnumber.properties, but is untracked. 'git describe --tags --always HEAD' is now used to identify the build version, and its result is stored in the build properties file, included with the build. appinfo.properties is removed in favour of build.properties in the compiled jar. The build number is still tracked, but offline, allowing TFM commits to more easily be merged
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,14 +1,14 @@
|
||||
# Netbeans excludes - StevenLawson & JeromSar
|
||||
/nbproject/private/
|
||||
/dist/
|
||||
/build/
|
||||
# Netbeans excludes
|
||||
nbproject/private/
|
||||
dist/
|
||||
build/
|
||||
manifest.mf
|
||||
|
||||
# Eclipse excludes - JeromSar (old)
|
||||
# Eclipse excludes
|
||||
.project
|
||||
.classpath
|
||||
/bin/
|
||||
/.settings/
|
||||
bin/
|
||||
.settings/
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
@ -19,4 +19,4 @@ ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# TFM files
|
||||
buildcreator.properties
|
||||
build.properties
|
||||
|
Reference in New Issue
Block a user