You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/09/16 07:16:11 UTC

svn commit: r289382 - in /directory: apacheds/trunk/project.xml shared/ldap/trunk/common/src/java/org/apache/ldap/common/acl/GrantAndDenial.java

Author: trustin
Date: Thu Sep 15 22:15:57 2005
New Revision: 289382

URL: http://svn.apache.org/viewcvs?rev=289382&view=rev
Log:
* Fixed: Maven 1.1 beta2 doesn't accept ApacheDS POM.
* Removed strange Japanaes Katakana characters at the end of the comment line.


Modified:
    directory/apacheds/trunk/project.xml
    directory/shared/ldap/trunk/common/src/java/org/apache/ldap/common/acl/GrantAndDenial.java

Modified: directory/apacheds/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/project.xml?rev=289382&r1=289381&r2=289382&view=diff
==============================================================================
--- directory/apacheds/trunk/project.xml (original)
+++ directory/apacheds/trunk/project.xml Thu Sep 15 22:15:57 2005
@@ -129,7 +129,6 @@
         </includes>
       </resource>
     </resources>
-    <jars></jars>
   </build>
 
   <developers>

Modified: directory/shared/ldap/trunk/common/src/java/org/apache/ldap/common/acl/GrantAndDenial.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/common/src/java/org/apache/ldap/common/acl/GrantAndDenial.java?rev=289382&r1=289381&r2=289382&view=diff
==============================================================================
--- directory/shared/ldap/trunk/common/src/java/org/apache/ldap/common/acl/GrantAndDenial.java (original)
+++ directory/shared/ldap/trunk/common/src/java/org/apache/ldap/common/acl/GrantAndDenial.java Thu Sep 15 22:15:57 2005
@@ -31,7 +31,7 @@
     public static final GrantAndDenial GRANT_REMOVE = new GrantAndDenial( 6, "grantRemove", true );
     public static final GrantAndDenial DENY_REMOVE = new GrantAndDenial( 7, "denyRemove", false );
     
-    // Permissions that may be used only in conjunction with the entry componentル
+    // Permissions that may be used only in conjunction with the entry component.
     public static final GrantAndDenial GRANT_BROWSE = new GrantAndDenial( 8, "grantBrowse", true );
     public static final GrantAndDenial DENY_BROWSE = new GrantAndDenial( 9, "denyBrowse", false );
     public static final GrantAndDenial GRANT_EXPORT = new GrantAndDenial( 10, "grantExport", true );
@@ -46,7 +46,7 @@
     public static final GrantAndDenial DENY_RETURN_DN = new GrantAndDenial( 19, "denyReturnDN", false );
 
     // Permissions that may be used in conjunction with any component,
-    // except entry, of <tt>ProtectedItem</tt>sル
+    // except entry, of <tt>ProtectedItem</tt>s.
     public static final GrantAndDenial GRANT_COMPARE = new GrantAndDenial( 20, "grantCompare", true );
     public static final GrantAndDenial DENY_COMPARE = new GrantAndDenial( 21, "denyCompare", false );
     public static final GrantAndDenial GRANT_FILTER_MATCH = new GrantAndDenial( 22, "grantFilterMatch", true );