Browse Source

Make sure the security tasks declare their tasks so that xdoclet can pick up the meta-data

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271085 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
1de83a9a90
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      proposal/myrmidon/src/java/org/apache/antlib/security/GenerateKey.java
  2. +1
    -0
      proposal/myrmidon/src/java/org/apache/antlib/security/SignJar.java

+ 1
- 0
proposal/myrmidon/src/java/org/apache/antlib/security/GenerateKey.java View File

@@ -17,6 +17,7 @@ import org.apache.tools.ant.types.Commandline;
* Generates a key.
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @ant:task name="generate-key"
*/
public class GenerateKey
extends AbstractTask


+ 1
- 0
proposal/myrmidon/src/java/org/apache/antlib/security/SignJar.java View File

@@ -26,6 +26,7 @@ import org.apache.tools.ant.types.ScannerUtil;
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @author <a href="mailto:nick@ox.compsoc.net">Nick Fortescue</a>
* @ant:task name="sign-jar"
*/
public class SignJar
extends AbstractTask


Loading…
Cancel
Save