Ignore:
Timestamp:
13/08/10 16:34:17 (22 months ago)
Author:
Stephen Rankin
Message:

Bulk Load working but not really tested. Fixed various bugs fixed, but single file validation is not working now! Close all files function added. Check for NEXUS/HDF files added. Added threads for file loading actions. Some refactoring of code. refs #236.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXconvertpy/nbproject/build-impl.xml

    r1498 r1504  
    694694            </fileset> 
    695695        </javadoc> 
     696        <copy todir="${dist.javadoc.dir}"> 
     697            <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}"> 
     698                <filename name="**/doc-files/**"/> 
     699            </fileset> 
     700            <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false"> 
     701                <include name="**/doc-files/**"/> 
     702            </fileset> 
     703        </copy> 
    696704    </target> 
    697705    <target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview"> 
Note: See TracChangeset for help on using the changeset viewer.