nicolaken    02/04/08 07:54:43

  Modified:    src/contrib/targets/poibrowser xbuild.xml
  Log:
  Fixed poibrowser build. It lacked the poi classes in classpath.
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-poi/src/contrib/targets/poibrowser/xbuild.xml
  
  Index: xbuild.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/contrib/targets/poibrowser/xbuild.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xbuild.xml        4 Apr 2002 14:43:16 -0000       1.1
  +++ xbuild.xml        8 Apr 2002 14:54:43 -0000       1.2
  @@ -14,6 +14,7 @@
            <arg value="${contrib.input.selection}"/>
        <classpath>
          <pathelement path="${xlayout.build.contributions.classes.dir}"/>
  +       <pathelement path="${xlayout.build.classes.dir}"/>
          <path>
             <fileset dir="${xlayout.library.dir}" casesensitive="yes"> 
              <patternset>
  
  
  


Reply via email to