Changeset 127 for trunk


Ignore:
Timestamp:
12/14/06 16:35:18 (5 years ago)
Author:
jlee
Message:

I like the way this looks better. Still doesn't work in Eclipse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r126 r127  
    3434 
    3535        <target name="doc" depends="compile"> 
    36                 <xslt basedir="${src.dir}" destdir="${build.dir}" includes="${doc.dir}/index.xml" style="${xslt.style}"> 
     36                <xslt basedir="${src.dir}/${doc.dir}" destdir="${build.dir}/${doc.dir}" includes="index.xml" style="${xslt.style}"> 
    3737                        <classpath location="${xslt.parser.classpath}" /> 
    3838                        <param name="base.dir" expression="${build.dir}/${doc.dir}/" /> 
Note: See TracChangeset for help on using the changeset viewer.