You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by vt...@apache.org on 2004/02/27 22:57:46 UTC

svn commit: rev 6915 - in incubator/directory/janus/trunk: . authentication authorization core core/api script

Author: vtence
Date: Fri Feb 27 13:57:45 2004
New Revision: 6915

Added:
   incubator/directory/janus/trunk/core/
   incubator/directory/janus/trunk/core/api/
   incubator/directory/janus/trunk/script/
Removed:
   incubator/directory/janus/trunk/authentication/
   incubator/directory/janus/trunk/authorization/
Modified:
   incubator/directory/janus/trunk/maven.xml
Log:
o Simplifed directory structure

Modified: incubator/directory/janus/trunk/maven.xml
==============================================================================
--- incubator/directory/janus/trunk/maven.xml	(original)
+++ incubator/directory/janus/trunk/maven.xml	Fri Feb 27 13:57:45 2004
@@ -11,7 +11,7 @@
 
         <maven:reactor
             basedir="${basedir}"
-            includes="*/*/project.xml"
+            includes="core/*/project.xml,script/project.xml"
             goals="jar:install"
             banner="Building sub-project:"
             ignoreFailures="false"/>