Browse Source

Start to create a metainfo infrastructure

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271253 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
a9ee520ea1
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      proposal/myrmidon/src/java/org/apache/myrmidon/api/metainfo/TaskInfo.java

+ 18
- 0
proposal/myrmidon/src/java/org/apache/myrmidon/api/metainfo/TaskInfo.java View File

@@ -0,0 +1,18 @@
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
package org.apache.myrmidon.api.metainfo;

/**
* This class represents the metadata about the task type.
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision$ $Date$
*/
public class TaskInfo
{
}

Loading…
Cancel
Save