From: Andy Clement Date: Fri, 8 Feb 2019 21:10:55 +0000 (-0800) Subject: Real aspectjrt creation and packaging module X-Git-Tag: V1_9_3RC1~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a2463c0d9e391cb28e826f2e24353dbcad20cd1;p=aspectj.git Real aspectjrt creation and packaging module --- diff --git a/org.aspectj.runtime/aspectjrt-assembly.xml b/org.aspectj.runtime/aspectjrt-assembly.xml new file mode 100644 index 000000000..d4108da92 --- /dev/null +++ b/org.aspectj.runtime/aspectjrt-assembly.xml @@ -0,0 +1,24 @@ + + + aspectjrt + + + jar + + + false + + + + ../runtime/target/classes + . + + META-INF/maven/** + + + + + + diff --git a/org.aspectj.runtime/aspectjrt-sources-assembly.xml b/org.aspectj.runtime/aspectjrt-sources-assembly.xml new file mode 100644 index 000000000..ec393398e --- /dev/null +++ b/org.aspectj.runtime/aspectjrt-sources-assembly.xml @@ -0,0 +1,31 @@ + + + sources + + + jar + + + false + + + + ../runtime/src/main/java + . + + META-INF/maven/** + + + + ../runtime/src/main/resources + . + + META-INF/maven/** + + + + + + diff --git a/org.aspectj.runtime/pom.xml b/org.aspectj.runtime/pom.xml new file mode 100644 index 000000000..5ff6a142b --- /dev/null +++ b/org.aspectj.runtime/pom.xml @@ -0,0 +1,108 @@ + + + 4.0.0 + + + org.aspectj + aspectj-parent + 1.9.3.BUILD-SNAPSHOT + + + aspectjrt + pom + AspectJ Runtime + + + + org.aspectj + runtime + ${project.version} + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + test-jar + + + + + + + maven-assembly-plugin + + + aspectjrt-assembly + package + + single + + + aspectjrt-${project.version} + false + + + org.aspectj.runtime + + + + + org/aspectj/lang/ + + + AspectJ Runtime Classes + ${project.version} + https://www.eclipse.org/aspectj/ + + org.aspectj.runtime + ${project.version} + https://www.eclipse.org/aspectj/ + + AspectJ Runtime + ${project.version} + (C) Copyright 1999-2001 Xerox Corporation, + 2002 Palo Alto Research Center, Incorporated (PARC), + 2003-2019 Contributors. All Rights Reserved + + + + + + + aspectjrt-assembly.xml + + + + + + aspectjrt-src-assembly + package + + single + + + sources + aspectjrt-${project.version} + + + + aspectjrt-sources-assembly.xml + + + + + + + + + +