You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/08/01 17:11:11 UTC

svn commit: r226816 - /webservices/pubscribe/trunk/src/template/soapclient.xml

Author: scamp
Date: Mon Aug  1 08:11:10 2005
New Revision: 226816

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

Modified:
    webservices/pubscribe/trunk/src/template/soapclient.xml

Modified: webservices/pubscribe/trunk/src/template/soapclient.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/template/soapclient.xml?rev=226816&r1=226815&r2=226816&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/template/soapclient.xml (original)
+++ webservices/pubscribe/trunk/src/template/soapclient.xml Mon Aug  1 08:11:10 2005
@@ -12,11 +12,7 @@
 
    <target name="init">
           
-     <available file="../../webapps/pubscribe" type="dir" property="dist.pubscribe.webapp.dir" value="../../webapps/pubscribe" />         
-     <condition property="pubscribe.webapp.dir" value="${dist.pubscribe.webapp.dir}">
-        <isset property="dist.pubscribe.webapp.dir"/>
-     </condition>          
-     <fail unless="pubscribe.webapp.dir" message="webapp dir ../../webapps/pubscribe does not exist." />    
+     <fail unless="pubscribe.webapp.dir" message="variable pubscribe.webapp.dir must be set in build.properties " />       
      <echo>Using webapp dir: ${pubscribe.webapp.dir}</echo>         
      
      <path id="pubscribe.classpath.id">