[maven-release-plugin]  copy for tag apache-mime4j-project-0.7

git-svn-id: https://svn.apache.org/repos/asf/james/mime4j/tags/apache-mime4j-project-0.7@1148896 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/LICENSE.txt b/LICENSE
similarity index 100%
rename from LICENSE.txt
rename to LICENSE
diff --git a/NOTICE.txt b/NOTICE
similarity index 100%
rename from NOTICE.txt
rename to NOTICE
diff --git a/assemble/src/assemble/bin.xml b/assemble/src/assemble/bin.xml
index 4516411..6505f0e 100644
--- a/assemble/src/assemble/bin.xml
+++ b/assemble/src/assemble/bin.xml
@@ -31,12 +31,12 @@
       <directory>${project.basedir}/..</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
-        <include>LICENSE.*</include>
-        <include>NOTICE.*</include>
+        <include>LICENSE</include>
+        <include>NOTICE</include>
         <include>RELEASE_NOTES.txt</include>
         <include>README</include>
       </includes>
-    </fileSet>
+    </fileSet>

     <fileSet>
       <directory>${project.basedir}/../core/target</directory>
       <outputDirectory>/</outputDirectory>
@@ -44,12 +44,40 @@
         <include>apache-mime4j*.jar</include>
       </includes>
     </fileSet>

+    <fileSet>
+      <directory>${project.basedir}/../dom/target</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>apache-mime4j*.jar</include>
+      </includes>
+    </fileSet>

+    <fileSet>
+      <directory>${project.basedir}/../storage/target</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>apache-mime4j*.jar</include>
+      </includes>
+    </fileSet>

+    <fileSet>
+      <directory>${project.basedir}/../benchmark/target</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>apache-mime4j*.jar</include>
+      </includes>
+    </fileSet>

+    <fileSet>
+      <directory>${project.basedir}/../examples/target</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>apache-mime4j*.jar</include>
+      </includes>
+    </fileSet>

   </fileSets>

   <dependencySets>

     <dependencySet>

       <outputDirectory>/lib/</outputDirectory>

       <useProjectArtifact>false</useProjectArtifact>

-      <scope>runtime</scope>
+      <scope>runtime</scope>

       <excludes>
         <exclude>apache-mime4j*</exclude>
       </excludes>

diff --git a/assemble/src/assemble/src.xml b/assemble/src/assemble/src.xml
deleted file mode 100644
index d7bfade..0000000
--- a/assemble/src/assemble/src.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<assembly>

-  <!--

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-  

-  http://www.apache.org/licenses/LICENSE-2.0

-  

-  Unless required by applicable law or agreed to in writing, software

-  distributed  under the  License is distributed on an "AS IS" BASIS,

-  WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or

-  implied.

-  

-  See the License for the specific language governing permissions and

-  limitations under the License.

-  -->

-  <id>src</id>

-  <!-- 

-  Generates a file including all the source tree excluding files/folders

-  starting with "." , *.bak and the target

-  -->

-  <formats>

-    <format>zip</format>

-    <format>tar.gz</format>

-  </formats>

-  <fileSets>

-    <fileSet>

-      <directory>..</directory>

-      <outputDirectory></outputDirectory>

-      <excludes>

-        <exclude>**/target/**</exclude>

-        <exclude>.*</exclude>

-        <exclude>.*/**</exclude>

-        <exclude>**.bak</exclude>

-        <exclude>lib/**</exclude>

-      </excludes>

-      <useDefaultExcludes>true</useDefaultExcludes>

-    </fileSet>

-  </fileSets>

-</assembly>