nicolaken    02/04/08 12:12:29

  Modified:    .        build.xml layout.xml
  Log:
  dist build fix (docs go before tests, to get the results in the docs)
  
  Revision  Changes    Path
  1.14      +1 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 8 Apr 2002 17:32:31 -0000       1.13
  +++ build.xml 8 Apr 2002 19:12:29 -0000       1.14
  @@ -429,7 +429,7 @@
     <!-- ================================== -->
     
     <target  name="testmodule"   
  -           depends="clean, compile, test, jar, docs, metrics, javadocs"
  +           depends="clean, docs, compile, test, jar, metrics, javadocs"
              description="Testing that all major targets work; useful before a 
commit"/>
   
     <!-- ================================== -->
  
  
  
  1.6       +5 -2      jakarta-poi/layout.xml
  
  Index: layout.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/layout.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- layout.xml        8 Apr 2002 17:31:25 -0000       1.5
  +++ layout.xml        8 Apr 2002 19:12:29 -0000       1.6
  @@ -64,8 +64,11 @@
     <distributions dir="./dist">
      <source dir="./dist/src"/>
      <bin dir="./dist/bin">
  -     <library dir="./dist/bin/lib"/>
  -     <documentation dir="./dist/bin/docs"/>
  +     <library dir="./dist/bin/lib">
  +       <core dir="./dist/bin/lib"/>
  +       <optional dir="./dist/bin/lib/optional"/>     
  +     </library>
  +     <documentation dir="./dist/bin/build/docs"/>
        <info dir="./dist/bin"/>
        <build dir="./dist/bin/build"/>
        <legal dir="./dist/bin/legal"/>     
  
  
  


Reply via email to