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 to...@apache.org on 2002/08/16 22:38:33 UTC

cvs commit: xml-axis/java/test/types buildComponent.xml

tomj        2002/08/16 13:38:33

  Modified:    java/test/types buildComponent.xml
  Log:
  Update buildComponent for types test directory.
  Still doesn't actually work though...
  
  Revision  Changes    Path
  1.2       +3 -3      xml-axis/java/test/types/buildComponent.xml
  
  Index: buildComponent.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/types/buildComponent.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildComponent.xml	16 Aug 2002 20:28:51 -0000	1.1
  +++ buildComponent.xml	16 Aug 2002 20:38:33 -0000	1.2
  @@ -12,7 +12,7 @@
   
   <project default="compile">
   <property name="axis.home" location="../.." />
  -<property name="componentName" value="test/encoding" />
  +<property name="componentName" value="test/types" />
           &properties;
           &paths;
           &taskdefs;
  @@ -27,12 +27,12 @@
   </target>
   
   <target name="compile" depends="copy">
  -  <echo message="Compiling test.encoding.*"/>
  +  <echo message="Compiling test.types.*"/>
     <javac srcdir="${axis.home}" destdir="${build.dest}" debug="${debug}">
       <classpath>
           <path refid="classpath"/>
       </classpath>
  -    <include name="test/encoding/*.java"/>
  +    <include name="test/types/*.java"/>
     </javac>
   </target>