You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2016/10/30 09:26:02 UTC

svn commit: r1767136 - in /commons/proper/jcs/trunk/commons-jcs-dist/src/assembly: bin.xml src.xml

Author: tv
Date: Sun Oct 30 09:26:02 2016
New Revision: 1767136

URL: http://svn.apache.org/viewvc?rev=1767136&view=rev
Log:
Fix assembly

Modified:
    commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/bin.xml
    commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/src.xml

Modified: commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/bin.xml?rev=1767136&r1=1767135&r2=1767136&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/bin.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/bin.xml Sun Oct 30 09:26:02 2016
@@ -20,6 +20,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
+  <baseDirectory>${project.parent.artifactId}-${version}-bin</baseDirectory>
   <moduleSets>
     <moduleSet>
       <useAllReactorProjects>true</useAllReactorProjects>

Modified: commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/src.xml?rev=1767136&r1=1767135&r2=1767136&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/src.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/src.xml Sun Oct 30 09:26:02 2016
@@ -20,6 +20,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
+  <baseDirectory>${project.parent.artifactId}-${version}-src</baseDirectory>
   <moduleSets>
     <moduleSet>
       <useAllReactorProjects>true</useAllReactorProjects>
@@ -41,6 +42,8 @@
               <exclude>.settings/**</exclude>
               <exclude>.classpath</exclude>
               <exclude>.project</exclude>
+              <exclude>*.log</exclude>
+              <exclude>tomcat.0/**</exclude>
             </excludes>
           </fileSet>
         </fileSets>