On 13 August 2013 23:01,  <mben...@apache.org> wrote:
> Author: mbenson
> Date: Tue Aug 13 22:01:48 2013
> New Revision: 1513669
>
> URL: http://svn.apache.org/r1513669
> Log:
> pom cleanup
>
> Modified:
>     commons/sandbox/weaver/trunk/ant/lib/pom.xml
>
> Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml
> URL: 
> http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/lib/pom.xml?rev=1513669&r1=1513668&r2=1513669&view=diff
> ==============================================================================
> --- commons/sandbox/weaver/trunk/ant/lib/pom.xml (original)
> +++ commons/sandbox/weaver/trunk/ant/lib/pom.xml Tue Aug 13 22:01:48 2013
> @@ -27,8 +27,8 @@ under the License.
>    </parent>
>
>    <artifactId>commons-weaver-antlib</artifactId>
> -  <name>Commons Privilizer Antlib</name>
> -  <description>Privilizing Ant tasks.</description>
> +  <name>Commons Weaver Antlib</name>
> +  <description>Commons Weaver Ant task library</description>

Should really be Apache Commons ...

>
>      <properties>
>      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> @@ -49,7 +49,7 @@ under the License.
>      <dependency>
>        <groupId>org.apache.ant</groupId>
>        <artifactId>ant</artifactId>
> -      <version>1.8.4</version>
> +      <version>${ant.version}</version>
>        <scope>provided</scope>
>      </dependency>
>    </dependencies>
> @@ -96,10 +96,6 @@ under the License.
>                    <pattern>org.apache.xbean.</pattern>
>                    
> <shadedPattern>org.apache.commons.weaver.ant._xbean.</shadedPattern>
>                  </relocation>
> -                <relocation>
> -                  <pattern>javassist.</pattern>
> -                  
> <shadedPattern>org.apache.commons.weaver.ant._javassist.</shadedPattern>
> -                </relocation>
>                </relocations>
>                <filters>
>                  <filter>
> @@ -120,12 +116,6 @@ under the License.
>                      <exclude>META-INF/**</exclude>
>                    </excludes>
>                  </filter>
> -                <filter>
> -                  <artifact>org.javassist:javassist</artifact>
> -                  <excludes>
> -                    <exclude>META-INF/**</exclude>
> -                  </excludes>
> -                </filter>
>                </filters>
>              </configuration>
>            </execution>
>
>

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

Reply via email to