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 2005/02/18 21:37:37 UTC

svn commit: r154345 - incubator/directory/authx/trunk/maven.xml

Author: vtence
Date: Fri Feb 18 12:37:36 2005
New Revision: 154345

URL: http://svn.apache.org/viewcvs?view=rev&rev=154345
Log:
Flattened modules directory structure

Modified:
    incubator/directory/authx/trunk/maven.xml

Modified: incubator/directory/authx/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/maven.xml?view=diff&r1=154344&r2=154345
==============================================================================
--- incubator/directory/authx/trunk/maven.xml (original)
+++ incubator/directory/authx/trunk/maven.xml Fri Feb 18 12:37:36 2005
@@ -7,8 +7,8 @@
 
         <maven:reactor
             basedir="${basedir}"
-            includes="*/**/project.xml"
-            excludes="sandbox/project.xml,example/project.xml"
+            includes="*/project.xml"
+            excludes="example/project.xml"
             goals="jar:install"
             banner="Building sub-project:"
             ignoreFailures="false"/>