donaldp 02/02/09 14:53:19
Added: proposal/myrmidon/src/java/org/apache/myrmidon/api/metainfo
TaskInfo.java
Log:
Start to create a metainfo infrastructure
Revision Changes Path
1.1
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/api/metainfo/TaskInfo.java
Index: TaskInfo.java
===================================================================
/*
* 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:[EMAIL PROTECTED]">Peter Donald</a>
* @version $Revision: 1.1 $ $Date: 2002/02/09 22:53:19 $
*/
public class TaskInfo
{
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>