mcconnell 2003/07/24 05:17:58
Modified: meta/tools/src/java/org/apache/avalon/meta/info/ant
MetaTask.java
Log:
Update builder to sync. with decision to use component instead of type.
Revision Changes Path
1.7 +2 -10
avalon-sandbox/meta/tools/src/java/org/apache/avalon/meta/info/ant/MetaTask.java
Index: MetaTask.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/meta/tools/src/java/org/apache/avalon/meta/info/ant/MetaTask.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MetaTask.java 15 Jul 2003 22:42:37 -0000 1.6
+++ MetaTask.java 24 Jul 2003 12:17:58 -0000 1.7
@@ -318,15 +318,7 @@
Type type = new TypeTag( javaClass ).getType();
if( type == null )
{
- //
- // check for legacy
- //
-
- type = new FortressComponentTag( javaClass ).getType();
- if( type == null )
- {
- continue;
- }
+ continue;
}
types++;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]