You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2018/09/21 02:46:53 UTC

directory-kerby git commit: Build distributions containing the required jars.

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 4c1015c55 -> e9aba86ac


Build distributions containing the required jars.


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

Branch: refs/heads/trunk
Commit: e9aba86ac7da6ad0c8251c35be77c6e0193f113d
Parents: 4c1015c
Author: plusplusjiajia <ji...@intel.com>
Authored: Fri Sep 21 10:43:43 2018 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Fri Sep 21 10:43:43 2018 +0800

----------------------------------------------------------------------
 kerby-dist/has-dist/assembly.xml  | 2 +-
 kerby-dist/kdc-dist/assembly.xml  | 2 +-
 kerby-dist/tool-dist/assembly.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/e9aba86a/kerby-dist/has-dist/assembly.xml
----------------------------------------------------------------------
diff --git a/kerby-dist/has-dist/assembly.xml b/kerby-dist/has-dist/assembly.xml
index ab64630..66d5402 100644
--- a/kerby-dist/has-dist/assembly.xml
+++ b/kerby-dist/has-dist/assembly.xml
@@ -29,7 +29,7 @@
       <outputDirectory>conf</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>lib</directory>
+      <directory>target/lib</directory>
       <outputDirectory>lib</outputDirectory>
     </fileSet>
     <fileSet>

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/e9aba86a/kerby-dist/kdc-dist/assembly.xml
----------------------------------------------------------------------
diff --git a/kerby-dist/kdc-dist/assembly.xml b/kerby-dist/kdc-dist/assembly.xml
index eec1b68..33030cb 100644
--- a/kerby-dist/kdc-dist/assembly.xml
+++ b/kerby-dist/kdc-dist/assembly.xml
@@ -29,7 +29,7 @@
       <outputDirectory>conf</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>lib</directory>
+      <directory>target/lib</directory>
       <outputDirectory>lib</outputDirectory>
     </fileSet>
     <fileSet>

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/e9aba86a/kerby-dist/tool-dist/assembly.xml
----------------------------------------------------------------------
diff --git a/kerby-dist/tool-dist/assembly.xml b/kerby-dist/tool-dist/assembly.xml
index ab64630..66d5402 100644
--- a/kerby-dist/tool-dist/assembly.xml
+++ b/kerby-dist/tool-dist/assembly.xml
@@ -29,7 +29,7 @@
       <outputDirectory>conf</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>lib</directory>
+      <directory>target/lib</directory>
       <outputDirectory>lib</outputDirectory>
     </fileSet>
     <fileSet>