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:36:02 UTC

svn commit: r154342 - in incubator/directory/authx/trunk/impl: ./ project.xml

Author: vtence
Date: Fri Feb 18 12:36:01 2005
New Revision: 154342

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

Added:
    incubator/directory/authx/trunk/impl/
      - copied from r154339, incubator/directory/authx/trunk/core/impl/
Modified:
    incubator/directory/authx/trunk/impl/project.xml

Modified: incubator/directory/authx/trunk/impl/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/impl/project.xml?view=diff&r1=154339&r2=154342
==============================================================================
--- incubator/directory/authx/trunk/impl/project.xml (original)
+++ incubator/directory/authx/trunk/impl/project.xml Fri Feb 18 12:36:01 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-    <extend>${basedir}/../../project.xml</extend>
+    <extend>${basedir}/../project.xml</extend>
 
     <name>Apache Authentication and Authorization Framework Implementation</name>
     <id>authx-impl</id>
@@ -29,7 +29,7 @@
     <build>
       <resources>
         <resource>
-          <directory>${basedir}/../../</directory>
+          <directory>${basedir}/../</directory>
           <targetPath>META-INF</targetPath>
           <includes>
             <include>LICENSE.txt</include>