Bug Tracker

Show
Ignore:
Timestamp:
02/05/08 09:05:42 (1 year ago)
Author:
joern.zaefferer
Message:

added tooltip target

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/build.xml

    r4487 r4642  
    196196        </antcall> 
    197197    </target> 
     198     
     199    <target name="tooltip" description="Build tooltip plugin."> 
     200        <antcall target="generic"> 
     201            <param name="name" value="tooltip" /> 
     202        </antcall> 
     203    </target> 
    198204 
    199205</project>