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/17 12:12:40 UTC

git commit: Fixed the bin.xml content

Updated Branches:
  refs/heads/trunk 84b2003fc -> 25dd4fa86


Fixed the bin.xml content


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

Branch: refs/heads/trunk
Commit: 25dd4fa86252cfa1e69b760b5b3616927e1b30ae
Parents: 84b2003
Author: Emmanuel Lécharny <el...@apache.org>
Authored: Wed Jul 17 12:12:17 2013 +0200
Committer: Emmanuel Lécharny <el...@apache.org>
Committed: Wed Jul 17 12:12:17 2013 +0200

----------------------------------------------------------------------
 distribution/src/main/assembly/bin.xml | 32 +++--------------------------
 1 file changed, 3 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/25dd4fa8/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml
index b58a711..de51363 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -37,12 +37,13 @@
 
   <!-- Now copy the other files, excluding the files we don't want -->
   <fileSets>
-    <!-- Copy README into '/' -->
+    <!-- Copy README and NOTICE into '/' -->
     <fileSet>
       <directory>..</directory>
       <outputDirectory></outputDirectory>
       <includes>
         <include>README*</include>
+        <include>NOTICE</include>
       </includes>
     </fileSet>
     
@@ -55,35 +56,8 @@
         <include>xref*/**</include>
       </includes>
     </fileSet>
-
-    <!-- Exclude files we don't want -->
-    <fileSet>
-      <directory>..</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>**/*</include>
-      </includes>
-      <excludes>
-        <exclude>KEYS</exclude>
-        <exclude>LICENSE</exclude>
-        <exclude>LICENSE-bin</exclude>
-        <exclude>**/target</exclude>
-        <exclude>**/target/**</exclude>
-        <exclude>**/.settings</exclude>
-        <exclude>**/.settings/**</exclude>
-        <exclude>**/.classpath</exclude>
-        <exclude>**/.project</exclude>
-        <exclude>**/*.gen</exclude>
-        <exclude>**/.wtpmodules</exclude>
-        <exclude>**/surefire*</exclude>
-        <exclude>**/cobertura.ser</exclude>
-        <exclude>**/velocity.log</exclude>
-        <exclude>distribution</exclude>
-        <exclude>distribution/**</exclude>
-      </excludes>
-    </fileSet>
   </fileSets>
-  
+
   <dependencySets>
     <!-- Copy Mina modules into '/dist' -->
     <dependencySet>