You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2012/05/31 11:55:43 UTC

svn commit: r1344627 - in /jackrabbit/oak/trunk/oak-core: pom.xml src/main/java/org/apache/jackrabbit/oak/security/authentication/diff.txt

Author: angela
Date: Thu May 31 09:55:43 2012
New Revision: 1344627

URL: http://svn.apache.org/viewvc?rev=1344627&view=rev
Log:
 OAK-91 - Implement Authentication Support (WIP)
 
 - remove diff.txt

Removed:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/diff.txt
Modified:
    jackrabbit/oak/trunk/oak-core/pom.xml

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1344627&r1=1344626&r2=1344627&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Thu May 31 09:55:43 2012
@@ -64,9 +64,6 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <excludes>
-              <exclude>src/main/java/org/apache/jackrabbit/oak/security/authentication/diff.txt</exclude>
-            </excludes>
           </configuration>
         </plugin>
       </plugins>