Author: akarasulu Date: Tue Oct 19 19:51:27 2004 New Revision: 55122 Modified: incubator/directory/eve/trunk/backend/tools/plugin.jelly incubator/directory/eve/trunk/backend/tools/plugin.properties Log: nothing major
Modified: incubator/directory/eve/trunk/backend/tools/plugin.jelly ============================================================================== --- incubator/directory/eve/trunk/backend/tools/plugin.jelly (original) +++ incubator/directory/eve/trunk/backend/tools/plugin.jelly Tue Oct 19 19:51:27 2004 @@ -1,8 +1,19 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project> - <goal name="schema"> - <echo>Schema plugin not implemented yet!</echo> - </goal> +<project + xmlns:j="jelly:core" + xmlns:multiproject="multiproject" + xmlns:ant="jelly:ant" + xmlns:util="jelly:util" + xmlns:maven="jelly:maven"> + + <goal name="schema"> + <echo>Schema plugin not implemented yet!</echo> + </goal> + + <goal name="schema:find"> + <echo>Schema plugin not implemented yet!</echo> + </goal> + </project> Modified: incubator/directory/eve/trunk/backend/tools/plugin.properties ============================================================================== --- incubator/directory/eve/trunk/backend/tools/plugin.properties (original) +++ incubator/directory/eve/trunk/backend/tools/plugin.properties Tue Oct 19 19:51:27 2004 @@ -1,2 +1,2 @@ -maven.eve.schema.include=core +maven.eve.schema.sources=src/schema
