You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2005/02/03 23:25:56 UTC

svn commit: r151243 - incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build-client.xml incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/client-build.xml incubator/beehive/trunk/samples/wsm-fromWSDL

Author: mmerz
Date: Thu Feb  3 14:25:54 2005
New Revision: 151243

URL: http://svn.apache.org/viewcvs?view=rev&rev=151243
Log: (empty)


Added:
    incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build-client.xml
      - copied, changed from r151212, incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/client-build.xml
Removed:
    incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/client-build.xml
    incubator/beehive/trunk/samples/wsm-fromWSDL/

Copied: incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build-client.xml (from r151212, incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/client-build.xml)
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build-client.xml?view=diff&rev=151243&p1=incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/client-build.xml&r1=151212&p2=incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build-client.xml&r2=151243
==============================================================================
--- incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/client-build.xml (original)
+++ incubator/beehive/trunk/samples/wsm-addressbook/WEB-INF/build-client.xml Thu Feb  3 14:25:54 2005
@@ -26,7 +26,7 @@
       name="AddressBook.wsdl.url" 
       value="http://localhost:8080/AddressBookWS/web/Service.jws?wsdl" />
   <property name="webapp.dir" value=".." />
-  <property name="build.dir" value="build" />
+  <property name="build.dir" value="build-client" />
   <property name="lib.dir" value="lib" />
   <property name="gen.dir" value="${build.dir}/gen" />
   <property name="classes.dir" value="${build.dir}/classes" />