Skip to content

Commit 80fd36b

Browse files
committed
Document the fileset for the Ant task
1 parent b79a60a commit 80fd36b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@ <h3 id="ant">Ant Task</h3>
102102
tsaurl="http://timestamp.verisign.com/scripts/timstamp.dll"/>
103103
</pre>
104104

105+
<br>
106+
107+
<p>The task also accepts a fileset to sign multiple files:</p>
108+
109+
<pre class="prettyprint lang-xml">
110+
&lt;jsign keystore="keystore.p12"
111+
alias="test"
112+
storepass="password">
113+
&ltfileset dir="build/binaries" includes="*.exe"/>
114+
&lt;/jsign>
115+
</pre>
116+
105117
<br><br>
106118

107119
<table border="1" style="border-collapse: collapse; width: 100%">
@@ -115,7 +127,7 @@ <h3 id="ant">Ant Task</h3>
115127
<td valign="top">
116128
The file to be signed. The supported files are Windows executables (EXE), DLLs, Microsoft Installers (MSI),
117129
Cabinet files (CAB) and scripts (PowerShell, VBScript, JScript, WSF)</td>
118-
<td valign="top" align="center">Yes.</td>
130+
<td valign="top" align="center">Yes, unless a fileset is specified.</td>
119131
</tr>
120132
<tr>
121133
<td valign="top">name</td>

0 commit comments

Comments
 (0)