org.aspectj/build/aspectjrt.pom

26 lines
889 B
Plaintext
Raw Normal View History

2009-02-12 17:16:25 +01:00
<?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>aspectjrt</artifactId>
2009-04-16 22:09:07 +02:00
<packaging>jar</packaging>
2009-02-12 17:16:25 +01:00
<version>ASPECTJVERSION</version>
<name>AspectJ runtime</name>
2009-04-16 22:09:07 +02:00
<description>The runtime needed to execute a program using AspectJ</description>
2009-02-12 17:16:25 +01:00
<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>
2009-04-16 22:09:07 +02:00
<scm>
<url>http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project</url>
</scm>
2009-02-12 17:16:25 +01:00
</project>