CVS: jcontainer/dna/tools/src/java plugin.jelly,1.3,1.4

Peter Donald <pdonald-yCVjj/[email protected]> Sat, 29 Nov 2003 04:45:08 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/dna/tools/src/java
In directory hogshead.codehaus.org:/tmp/cvs-serv26336/dna/tools/src/java

Modified Files:
	plugin.jelly 
Log Message:
Remove usage of attain goal

Index: plugin.jelly
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/dna/tools/src/java/plugin.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- plugin.jelly	29 Nov 2003 05:07:07 -0000	1.3
+++ plugin.jelly	29 Nov 2003 10:44:35 -0000	1.4
@@ -21,9 +21,8 @@
     </goal>
 
     <goal name="dna:metagenerate"
-        prereqs="dna:init"
+        prereqs="dna:init,metaclass:generate"
         description="Generate DNA Descriptor files">
-        <attainGoal name="metaclass:generate"/>
     </goal>
 
 </project>