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 2003/12/14 15:42:52 UTC

svn commit: rev 1416 - incubator/directory/ldap/trunk/eve/backend/schema/api

Author: akarasulu
Date: Sun Dec 14 06:42:51 2003
New Revision: 1416

Added:
   incubator/directory/ldap/trunk/eve/backend/schema/api/project.properties
Log:


Added: incubator/directory/ldap/trunk/eve/backend/schema/api/project.properties
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/eve/backend/schema/api/project.properties	Sun Dec 14 06:42:51 2003
@@ -0,0 +1,13 @@
+maven.javadoc.overview=src/java/org/apache/eve/schema/overview.html
+maven.javadoc.customtags=tag1 tag2
+
+tag1.name=todo
+tag1.description=To Do:
+tag1.enabled=true
+tag1.scope=all
+
+tag2.name=task
+tag2.description=Task:
+tag2.enabled=false
+tag2.scope=all
+