You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/05 19:58:23 UTC

svn commit: r1452943 - /commons/proper/logging/trunk/src/assembly/src.xml

Author: tn
Date: Tue Mar  5 18:58:23 2013
New Revision: 1452943

URL: http://svn.apache.org/r1452943
Log:
Update source assembly descriptor, exclude cgi script.

Modified:
    commons/proper/logging/trunk/src/assembly/src.xml

Modified: commons/proper/logging/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/assembly/src.xml?rev=1452943&r1=1452942&r2=1452943&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/assembly/src.xml (original)
+++ commons/proper/logging/trunk/src/assembly/src.xml Tue Mar  5 18:58:23 2013
@@ -26,11 +26,24 @@ under the License.
   <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
   <fileSets>
     <fileSet>
-      <directory>.</directory>
-      <outputDirectory></outputDirectory>
-      <useDefaultExcludes>true</useDefaultExcludes>
+      <includes>
+        <include>checkstyle.xml</include>
+        <include>LICENSE.txt</include>
+        <include>NOTICE.txt</include>
+        <include>pom.xml</include>
+        <include>PROPOSAL.html</include>
+        <include>RELEASE-NOTES.txt</include>
+        <include>STATUS.txt</include>
+        <include>build.xml</include>
+        <include>build-testing.xml</include>
+        <include>build.properties.sample</include>
+        <include>license-header.txt</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>src</directory>
       <excludes>
-        <exclude>**/target/**</exclude>
+        <exclude>**/*.cgi</exclude>
       </excludes>
     </fileSet>
   </fileSets>