Changeset 2428


Ignore:
Timestamp:
11/07/09 19:36:29 (2 years ago)
Author:
mswertz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis/3.3/ant.xml

    r2427 r2428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<project name="molgenis" basedir="."> 
     3        <property name="dir.src" value="src" /> 
     4        <property name="dir.javadoc" value="build/javadoc" /> 
     5        <path id="classpath"> 
     6                <fileset dir="${lib.dir}" includes="**/*.jar" /> 
     7        </path> 
    38        <target name="javadoc"> 
    4                 <property name="dir.src" value="src" /> 
    5                 <property name="dir.javadoc" value="build/javadoc" /> 
    69                <javadoc access="public" destdir="${dir.javadoc}" author="true" 
    7                         version="true" noindex="false" use="true"> 
     10                        version="true" noindex="false" use="true" classpathref="classpath"> 
    811                        <fileset dir="${dir.src}" defaultexcludes="yes"> 
    912                                <include name="**/*.java" /> 
Note: See TracChangeset for help on using the changeset viewer.