You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/docs/ant-task.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,8 @@ <h2>Parameters specified as nested elements</h2>
165
165
166
166
<ul>
167
167
<li>Use <code>bundledSignatures</code> element to pass a <ahref="bundled-signatures.html">built-in signatures</a> file, e.g. <code><bundledsignatures name="jdk-unsafe-1.7"/></code></li>
168
-
<li>Use <code>signaturesFileSet</code>, <code>signaturesFileList</code>, <code>signaturesFile</code> elements to pass in collections of signatures files. Those elements behave like the corresponding standard Ant types.</li>
168
+
<li>Use <code>signaturesResources</code> element to wrap any valid <ahref="https://ant.apache.org/manual/Types/resources.html">Ant resource</a> type (filesets,..).</li>
169
+
<li>Alternatively, use <code>signaturesFileSet</code>, <code>signaturesFileList</code>, <code>signaturesFile</code> elements to pass in collections of signatures files. Those elements behave like the corresponding standard Ant types.</li>
169
170
<li>Place signatures as plain text (use CDATA sections) inside the <code>forbiddenapis</code> element.</li>
0 commit comments