diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:11:41 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:11:41 +0000 |
| commit | dbc70c6fb142e0c3937d6c70d1d426c8b7da7103 (patch) | |
| tree | 260091041d8f53c4622e9755cf7567f353e7d2e4 /qpid/java | |
| parent | 93b60500aa6ff40afb4096706294756d1dea7053 (diff) | |
| download | qpid-python-dbc70c6fb142e0c3937d6c70d1d426c8b7da7103.tar.gz | |
QPID-2001 : Update to ensure changes to all LogMessages properties files cause the re-generation of the *Messages classes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/broker/build.xml | 2 |
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> |
