Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jun 16, 2016
1 parent c5ffc21 commit f46226d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dependency-check-ant/src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ Installation
<property name="dependency-check.home" value="C:/tools/dependency-check-ant"/>
<path id="dependency-check.path">
<pathelement location="${dependency-check.home}/dependency-check-ant.jar"/>
<fileset dir="${dependency-check.home}/lib">
<include name="*.jar"/>
</fileset>
</path>
<taskdef resource="dependency-check-taskdefs.properties">
<taskdef resource="dependency-check-taskdefs.properties">
<classpath refid="dependency-check.path" />
</taskdef>
```
Expand Down

0 comments on commit f46226d

Please sign in to comment.