You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/14 00:01:49 UTC

svn commit: r1513669 - /commons/sandbox/weaver/trunk/ant/lib/pom.xml

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



Re: svn commit: r1513669 - /commons/sandbox/weaver/trunk/ant/lib/pom.xml

Posted by Matt Benson <gu...@gmail.com>.
Thanks for taking an interest, Seb! I'll work on these today.

Matt
On Aug 14, 2013 2:56 AM, "sebb" <se...@gmail.com> wrote:

> On 13 August 2013 23:01,  <mb...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: svn commit: r1513669 - /commons/sandbox/weaver/trunk/ant/lib/pom.xml

Posted by sebb <se...@gmail.com>.
On 13 August 2013 23:01,  <mb...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org