Author: scamp
Date: Mon Aug  1 07:20:34 2005
New Revision: 226795

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

Modified:
    webservices/muse/trunk/src/examples/filesystem/build.xml
    webservices/muse/trunk/src/examples/filesystem/soapclient.xml

Modified: webservices/muse/trunk/src/examples/filesystem/build.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/build.xml?rev=226795&r1=226794&r2=226795&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/build.xml (original)
+++ webservices/muse/trunk/src/examples/filesystem/build.xml Mon Aug  1 
07:20:34 2005
@@ -26,7 +26,7 @@
        <fileset dir="${jar.dir}" />

        <pathelement location="${activation.jar}" />

        <pathelement location="${mail.jar}" />

-     </path>

+     </path> 

      <property name="Filesystem.classpath" refid="Filesystem.classpath.id" />

    

    </target>   


Modified: webservices/muse/trunk/src/examples/filesystem/soapclient.xml
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/soapclient.xml?rev=226795&r1=226794&r2=226795&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/soapclient.xml (original)
+++ webservices/muse/trunk/src/examples/filesystem/soapclient.xml Mon Aug  1 
07:20:34 2005
@@ -12,16 +12,12 @@
 

    <target name="init">

           

-     <available file="../../webapps/wsrf" type="dir" 
property="dist.wsrf.webapp.dir" value="../../webapps/wsrf" />         

-     <condition property="wsrf.webapp.dir" value="${dist.wsrf.webapp.dir}">

-        <isset property="dist.wsrf.webapp.dir"/>

-     </condition>          

-     <fail unless="wsrf.webapp.dir" message="webapp dir ../../webapps/wsrf 
does not exist." />    

-     <echo>Using webapp dir: ${wsrf.webapp.dir}</echo>         

+    <fail message="Please set the location of the muse.webapp.dir in 
build.properties" unless="muse.webapp.dir" />

+     <echo>Using webapp dir: ${muse.webapp.dir}</echo>         

      

      <path id="wsrf.classpath.id">

-       <pathelement location="${wsrf.webapp.dir}/WEB-INF/classes" />

-       <fileset dir="${wsrf.webapp.dir}/WEB-INF/lib" includes="*.jar" />

+       <pathelement location="${muse.webapp.dir}/WEB-INF/classes" />

+       <fileset dir="${muse.webapp.dir}/WEB-INF/lib" includes="*.jar" />

        <pathelement location="${activation.jar}" />

        <pathelement location="${mail.jar}" />

      </path>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to