From 2b8bb96fca71909d1dc185e1f62ee5fdaad02abd Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Sun, 31 Jan 2010 00:31:49 +0000 Subject: QPID-2379 : Initial work on adding QMF and federation to the Java Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904934 13f79535-47bb-0310-9956-ffa450edef68 --- java/common/build.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'java/common/build.xml') diff --git a/java/common/build.xml b/java/common/build.xml index 44cc19aa07..69b241b7e6 100644 --- a/java/common/build.xml +++ b/java/common/build.xml @@ -27,6 +27,7 @@ + @@ -77,7 +78,26 @@ - + + + + + + package org.apache.qpid; + +public class QpidBuildVersion +{ + public static final String VERSION = "${project.version}"; + public static final String SVN_VERSION = "${svnversion.output}"; + public static final String BUILD_PROJECT = "${project.name}"; + public static final String BUILD_TIME = "${build.time}"; + +} + + + + + -- cgit v1.2.1