You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/29 18:24:28 UTC

svn commit: r418106 - /incubator/lokahi/lokahi/trunk/build.xml

Author: toback
Date: Thu Jun 29 11:24:28 2006
New Revision: 418106

URL: http://svn.apache.org/viewvc?rev=418106&view=rev
Log:
added a missing rename of the agent.wsdd to server-config.wsdd for the agent build process.

Modified:
    incubator/lokahi/lokahi/trunk/build.xml

Modified: incubator/lokahi/lokahi/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/build.xml?rev=418106&r1=418105&r2=418106&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/build.xml (original)
+++ incubator/lokahi/lokahi/trunk/build.xml Thu Jun 29 11:24:28 2006
@@ -133,6 +133,7 @@
         </replacetokens>
       </filterchain>
     </copy>
+    <move file="${app.build.agent}/agent.wsdd" tofile="${app.build.agent}/server-config.wsdd"/>
   </target>
 
   <target name="compile" depends="init">