You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by wi...@apache.org on 2005/10/07 17:05:38 UTC

svn commit: r307140 - /webservices/muse/trunk/client/src/resource/build.xml

Author: wire
Date: Fri Oct  7 08:05:34 2005
New Revision: 307140

URL: http://svn.apache.org/viewcvs?rev=307140&view=rev
Log:
Automated resource rebuilds

Modified:
    webservices/muse/trunk/client/src/resource/build.xml

Modified: webservices/muse/trunk/client/src/resource/build.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/client/src/resource/build.xml?rev=307140&r1=307139&r2=307140&view=diff
==============================================================================
--- webservices/muse/trunk/client/src/resource/build.xml (original)
+++ webservices/muse/trunk/client/src/resource/build.xml Fri Oct  7 08:05:34 2005
@@ -118,7 +118,8 @@
        <jndiUpdater jndiConfig="${jndi.config}">   
            <jndiConfigPaths dir="${src.dir}" includes="**/*-config.xml" />          
        </jndiUpdater>
-       
+    <echo>If you have added new properties, don't forget to update the xbean jar image.</echo>
+      
    </target>
         
    <target name="sendRequest"