You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2013/07/18 03:06:53 UTC

git commit: Fixed the src.xml file so that we don't copy all the sources in a src directory in the package

Updated Branches:
  refs/heads/trunk b12d4f176 -> ce745a543


Fixed the src.xml file so that we don't copy all the sources in a src directory in the package


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

Branch: refs/heads/trunk
Commit: ce745a543ea2070b37d2d1e64de211745d77651e
Parents: b12d4f1
Author: Emmanuel Lécharny <el...@apache.org>
Authored: Thu Jul 18 03:06:28 2013 +0200
Committer: Emmanuel Lécharny <el...@apache.org>
Committed: Thu Jul 18 03:06:28 2013 +0200

----------------------------------------------------------------------
 distribution/src/main/assembly/src.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/ce745a54/distribution/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml
index 2ac7aaa..de62540 100644
--- a/distribution/src/main/assembly/src.xml
+++ b/distribution/src/main/assembly/src.xml
@@ -30,7 +30,7 @@
     <!-- Copy licenses into '/' -->
     <fileSet>
       <directory>..</directory>
-      <outputDirectory></outputDirectory>
+      <outputDirectory/>
       <includes>
         <include>README*</include>
         <include>LICENSE</include>
@@ -51,7 +51,7 @@
     <!-- Copy sources into '/src' -->
     <fileSet>
       <directory>..</directory>
-      <outputDirectory>src</outputDirectory>
+      <outputDirectory/>
       <includes>
         <include>**/*</include>
       </includes>