You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/10/15 19:19:45 UTC

svn commit: r1843937 - in /webservices/axiom/trunk: axiom-all/pom.xml buildutils/jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm implementations/pom.xml

Author: veithen
Date: Mon Oct 15 19:19:45 2018
New Revision: 1843937

URL: http://svn.apache.org/viewvc?rev=1843937&view=rev
Log:
It's no longer true that some of the Axiom JARs contain AspectJ code.

Modified:
    webservices/axiom/trunk/axiom-all/pom.xml
    webservices/axiom/trunk/buildutils/jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
    webservices/axiom/trunk/implementations/pom.xml

Modified: webservices/axiom/trunk/axiom-all/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-all/pom.xml?rev=1843937&r1=1843936&r2=1843937&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-all/pom.xml (original)
+++ webservices/axiom/trunk/axiom-all/pom.xml Mon Oct 15 19:19:45 2018
@@ -76,14 +76,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <configuration>
-                    <properties>
-                        <containsAspectJ>true</containsAspectJ>
-                    </properties>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-shade-plugin</artifactId>
                 <executions>
                     <execution>

Modified: webservices/axiom/trunk/buildutils/jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm?rev=1843937&r1=1843936&r2=1843937&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm (original)
+++ webservices/axiom/trunk/buildutils/jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm Mon Oct 15 19:19:45 2018
@@ -24,11 +24,3 @@
    The Apache Software Foundation (http://www.apache.org/).
 
    Portions Copyright 2006 International Business Machines Corp.
-#if ($containsAspectJ)
-
-   This product includes unmodified, binary redistributions of software (AspectJ)
-   developed for the Eclipse Foundation (http://www.eclipse.org/aspectj), which
-   is licensed under the Eclipse Public License 1.0. Source code for this project
-   can be found at http://git.eclipse.org/c/aspectj/org.aspectj.git. An original
-   copy of the license can be found at http://eclipse.org/legal/epl-v10.html.
-#end
\ No newline at end of file

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1843937&r1=1843936&r2=1843937&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Mon Oct 15 19:19:45 2018
@@ -40,14 +40,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <configuration>
-                    <properties>
-                        <containsAspectJ>true</containsAspectJ>
-                    </properties>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <executions>
                     <execution>