You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2002/08/07 21:41:10 UTC

cvs commit: xml-axis/java/samples/transport buildComponent.xml

seibert     2002/08/07 12:41:10

  Modified:    java/samples/transport buildComponent.xml
  Log:
  Made this relative
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/java/samples/transport/buildComponent.xml
  
  Index: buildComponent.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/transport/buildComponent.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildComponent.xml	22 Jul 2002 20:14:22 -0000	1.1
  +++ buildComponent.xml	7 Aug 2002 19:41:10 -0000	1.2
  @@ -21,7 +21,7 @@
   <target name="copy"/>
   
   <target name="compile">
  -  <javac srcdir="." destdir="${build.dest}" debug="${debug}">
  +  <javac srcdir="${axis.home}" destdir="${build.dest}" debug="${debug}">
       <classpath>
           <path refid="classpath"/>
       </classpath>