diff options
Diffstat (limited to 'build/aspectjtools.pom')
-rw-r--r-- | build/aspectjtools.pom | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/aspectjtools.pom b/build/aspectjtools.pom index 0d3bc51c5..f5ad3e8b5 100644 --- a/build/aspectjtools.pom +++ b/build/aspectjtools.pom @@ -4,8 +4,10 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.aspectj</groupId> <artifactId>aspectjtools</artifactId> + <packaging>jar</packaging> <version>ASPECTJVERSION</version> <name>AspectJ tools</name> + <description>Tools from the AspectJ project</description> <url>http://www.aspectj.org</url> <licenses> @@ -16,4 +18,8 @@ </license> </licenses> + <scm> + <url>http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project</url> + </scm> + </project>
\ No newline at end of file |