Changeset 127

Show
Ignore:
Timestamp:
12/14/06 13:35:18 (2 years ago)
Author:
jlee
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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}/" />