mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 01:51:49 +01:00
updated documentation
This commit is contained in:
@@ -16,8 +16,11 @@ 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" />
|
||||||
</taskdef>
|
</taskdef>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user