You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/07/18 23:33:32 UTC

[5/5] directory-kerby git commit: Continued. DIRKRB-382 Promote kerby-config and kerby-util as top level modules, getting rid of lib

Continued. DIRKRB-382 Promote kerby-config and kerby-util as top level modules, getting rid of lib


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/3d50f715
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/3d50f715
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/3d50f715

Branch: refs/heads/master
Commit: 3d50f715c2138df407af1af2f68df00406597977
Parents: 6bb6607
Author: drankye <ka...@intel.com>
Authored: Sun Jul 19 05:32:30 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Sun Jul 19 05:32:30 2015 +0800

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/3d50f715/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f292cc3..de142c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,8 @@
   </prerequisites>
 
   <modules>
-    <module>lib</module>
+    <module>kerby-config</module>
+    <module>kerby-util</module>
     <module>kerby-asn1</module>
     <module>kerby-kerb</module>
     <module>kerby-kdc</module>