You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/12/20 14:00:55 UTC

[directory-ldap-api] branch master updated: Fixed some tab/space issue and removed a nl

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 28d490b  Fixed some tab/space issue and removed a nl
28d490b is described below

commit 28d490bcd81bc5ac49db16925bcfb3a984bd719e
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Fri Dec 20 15:00:26 2019 +0100

    Fixed some tab/space issue and removed a nl
---
 all/pom.xml             | 1 -
 ldap/codec/core/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index c9213e3..cf636de 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -133,7 +133,6 @@
                   </manifestEntries>
                 </transformer>
               </transformers>
-
             </configuration>
           </execution>
         </executions>
diff --git a/ldap/codec/core/pom.xml b/ldap/codec/core/pom.xml
index fd99f29..b727031 100644
--- a/ldap/codec/core/pom.xml
+++ b/ldap/codec/core/pom.xml
@@ -159,7 +159,7 @@
             <Bundle-Activator>
               org.apache.directory.api.ldap.codec.osgi.DefaultActivator
             </Bundle-Activator>
-	    <Automatic-Module-Name>apache.directory.ldap.api.extras.codec.core</Automatic-Module-Name>
+            <Automatic-Module-Name>apache.directory.ldap.api.extras.codec.core</Automatic-Module-Name>
           </instructions>
         </configuration>
       </plugin>