From bcac01bf1fb05179badd1eacc13276a2ebeda9ec Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 23 Sep 2013 23:23:40 +0000 Subject: QPID-5157: Remove dead target whose execution is conditional on a property which is never set. Remove unused properties/refs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525729 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/common/build.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'qpid/java/common') diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml index 1316017909..48d08a0717 100644 --- a/qpid/java/common/build.xml +++ b/qpid/java/common/build.xml @@ -26,7 +26,6 @@ - @@ -83,25 +82,6 @@ - - - - - - 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}"; - -} - - - - @@ -114,7 +94,7 @@ public class QpidBuildVersion javacchome="${module.build}"/> - + -- cgit v1.2.1