You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/08/12 20:11:41 UTC

svn commit: r803642 - /qpid/trunk/qpid/java/broker/build.xml

Author: ritchiem
Date: Wed Aug 12 18:11:41 2009
New Revision: 803642

URL: http://svn.apache.org/viewvc?rev=803642&view=rev
Log:
QPID-2001 : Update to ensure changes to all LogMessages properties files cause the re-generation of the *Messages classes

Modified:
    qpid/trunk/qpid/java/broker/build.xml

Modified: qpid/trunk/qpid/java/broker/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/build.xml?rev=803642&r1=803641&r2=803642&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/build.xml (original)
+++ qpid/trunk/qpid/java/broker/build.xml Wed Aug 12 18:11:41 2009
@@ -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>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org