mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-09 18:33:54 +02:00
updated documentation
This commit is contained in:
@@ -16,6 +16,9 @@ Installation
|
|||||||
<property name="dependency-check.home" value="C:/tools/dependency-check-ant"/>
|
<property name="dependency-check.home" value="C:/tools/dependency-check-ant"/>
|
||||||
<path id="dependency-check.path">
|
<path id="dependency-check.path">
|
||||||
<pathelement location="${dependency-check.home}/dependency-check-ant.jar"/>
|
<pathelement location="${dependency-check.home}/dependency-check-ant.jar"/>
|
||||||
|
<fileset dir="${dependency-check.home}/lib">
|
||||||
|
<include name="*.jar"/>
|
||||||
|
</fileset>
|
||||||
</path>
|
</path>
|
||||||
<taskdef resource="dependency-check-taskdefs.properties">
|
<taskdef resource="dependency-check-taskdefs.properties">
|
||||||
<classpath refid="dependency-check.path" />
|
<classpath refid="dependency-check.path" />
|
||||||
|
|||||||
Reference in New Issue
Block a user