34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<groupId>org.aspectj</groupId>
|
||
|
|
<artifactId>aspectjweaver</artifactId>
|
||
|
|
<packaging>jar</packaging>
|
||
|
|
<version>1.8.9</version>
|
||
|
|
<name>AspectJ weaver</name>
|
||
|
|
<description>The AspectJ weaver introduces advices to java classes</description>
|
||
|
|
<url>http://www.aspectj.org</url>
|
||
|
|
|
||
|
|
<licenses>
|
||
|
|
<license>
|
||
|
|
<name>Eclipse Public License - v 1.0</name>
|
||
|
|
<url>http://www.eclipse.org/legal/epl-v10.html</url>
|
||
|
|
<distribution>repo</distribution>
|
||
|
|
</license>
|
||
|
|
</licenses>
|
||
|
|
|
||
|
|
<developers>
|
||
|
|
<developer>
|
||
|
|
<id>aclement</id>
|
||
|
|
<name>Andy Clement</name>
|
||
|
|
<email>aclement@vmware.com</email>
|
||
|
|
</developer>
|
||
|
|
</developers>
|
||
|
|
|
||
|
|
<scm>
|
||
|
|
<url>http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project</url>
|
||
|
|
</scm>
|
||
|
|
|
||
|
|
</project>
|