Author: rmannibucau
Date: Mon Nov  3 15:39:45 2014
New Revision: 1636376

URL: http://svn.apache.org/r1636376
Log:
exclude KEYS and rename dist folder to make jcs link obvious

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

Modified: commons/proper/jcs/trunk/commons-jcs-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-dist/pom.xml?rev=1636376&r1=1636375&r2=1636376&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-dist/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-dist/pom.xml Mon Nov  3 15:39:45 2014
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <artifactId>dist</artifactId>
+  <artifactId>commons-jcs-dist</artifactId>
   <packaging>pom</packaging>
   <name>Apache Commons JCS :: Distribution</name>
   <description>Creates the Apache Commons JCS multimodule 
distribution.</description>

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=1636376&r1=1636375&r2=1636376&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 Mon Nov  3 
15:39:45 2014
@@ -29,6 +29,7 @@
         <exclude>.*/**</exclude>
         <exclude>**/${project.build.directory}/**</exclude>
         <exclude>**/.*/**</exclude>
+        <exclude>**/KEYS</exclude>
         <exclude>${project.basedir}/../commons-jcs-sandbox/**</exclude>
         <exclude>${project.basedir}/../auxiliary-builds/**</exclude>
         <exclude>${project.basedir}/../src/experimental/**</exclude>


Reply via email to