You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/10/21 05:33:36 UTC

svn commit: rev 55194 - incubator/directory/eve/trunk/backend/maven-eve-plugin

Author: akarasulu
Date: Wed Oct 20 20:33:36 2004
New Revision: 55194

Modified:
   incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly
Log:
corrected some redundancy

Modified: incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly
==============================================================================
--- incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly	(original)
+++ incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly	Wed Oct 20 20:33:36 2004
@@ -77,7 +77,7 @@
 
   <preGoal name="java:compile">
     <j:if test="${!eveSchemaDir.equals('MAVEN_EVE_SCHEMA_DIR_NOT_SET')}">
-      <attainGoal name="eve:generate"/>
+      <attainGoal name="eve:schema"/>
     </j:if>
   </preGoal>