summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/broker/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml
index 2a1bbb04e8..3c63c459be 100644
--- a/qpid/java/broker/build.xml
+++ b/qpid/java/broker/build.xml
@@ -60,7 +60,7 @@
<target name="check_velocity_deps">
<uptodate property="velocity.notRequired" targetfile="${velocity.timestamp}">
- <srcfiles dir="${velocity.properties.dir}" includes="LogMessages.properties" />
+ <srcfiles dir="${velocity.properties.dir}" includes="LogMessages**" />
<srcfiles dir="src/velocity/" includes="**/*.java **/*.vm" />
</uptodate>
</target>