You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by mc...@apache.org on 2004/06/26 23:59:43 UTC

svn commit: rev 22171 - incubator/directory/eve/branches/plus/src/java/org/apache/eve/schema

Author: mcconnell
Date: Sat Jun 26 14:59:42 2004
New Revision: 22171

Modified:
   incubator/directory/eve/branches/plus/src/java/org/apache/eve/schema/SchemaModule.java
Log:
Add a todo concerning eleimination of inital loading concern.

Modified: incubator/directory/eve/branches/plus/src/java/org/apache/eve/schema/SchemaModule.java
==============================================================================
--- incubator/directory/eve/branches/plus/src/java/org/apache/eve/schema/SchemaModule.java	(original)
+++ incubator/directory/eve/branches/plus/src/java/org/apache/eve/schema/SchemaModule.java	Sat Jun 26 14:59:42 2004
@@ -227,6 +227,18 @@
         // and its contents to the top level directory but updates fail on jar.
         //
 
+       /*
+        * TODO
+        * 
+        * Replace this with a service exposing the repository api and
+        * pull in schema definitions using a urn something like:
+        *
+        * artifact:schema:my-project/subproject/my-name#1.2
+        *
+        * Putting the retrival functionality into a component means that we 
+        * will be able easily reuse it in the real eve.
+        */ 
+
 		String l_baseDir = m_basedir.getAbsolutePath() ;
         l_baseDir = l_baseDir + File.separator + "SAR-INF" + File.separator +
             "lib" ;