You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2014/12/05 11:51:54 UTC

Re: svn commit: r1636376 - in /commons/proper/jcs/trunk/commons-jcs-dist: pom.xml src/assembly/src.xml

On 3 November 2014 at 15:39,  <rm...@apache.org> wrote:
> 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

KEYS should not be in the component SVN tree.

There is a shared KEYS file which needs to contain all RM keys.

It is in the dist SVN (not sure if write access has been fixed yet) at

https://dist.apache.org/repos/dist/release/commons/KEYS

You can check if the contents of the JCS KEYS are in

http://www.apache.org/dist/commons/KEYS

Merge any that are missing and then drop the local KEYS file

> 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>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org