aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/resources
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-07-16 18:36:41 +0200
committerDavid Gageot <david@gageot.net>2012-07-16 18:36:41 +0200
commit0beb403f5df390aeb04291f30ae05388131235df (patch)
tree29890349ed460c729089f770578448859dd7bff0 /sonar-server/src/main/resources
parent0b9545a8b74aca473cb776275be4dc93a327c363 (diff)
downloadsonarqube-0beb403f5df390aeb04291f30ae05388131235df.tar.gz
sonarqube-0beb403f5df390aeb04291f30ae05388131235df.zip
SONAR-3664 Log sonar/plugins versions and sha1 at startup
Diffstat (limited to 'sonar-server/src/main/resources')
-rw-r--r--sonar-server/src/main/resources/build.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-server/src/main/resources/build.properties b/sonar-server/src/main/resources/build.properties
new file mode 100644
index 00000000000..8c9958a7711
--- /dev/null
+++ b/sonar-server/src/main/resources/build.properties
@@ -0,0 +1,2 @@
+Implementation-Build=${buildNumber}
+Build-Time=${timestamp} \ No newline at end of file