Created JIRA project for AspectJ plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-11-16 16:01:45 +00:00
parent 9e16da8c30
commit d98f4841d8
4 changed files with 4 additions and 6 deletions

View File

@ -1,2 +1,3 @@
target
*.log
build.properties

View File

@ -9,6 +9,7 @@
<description/>
<shortDescription>Eclipse Plugin for AspectJ</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10320</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/aspectj/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/aspectj/</connection>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<title>AspectJ plugin changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="vmassol@pivolis.com">Vincent Massol</author>
<author email="jason@maven.org">Jason van Zyl</author>
@ -9,10 +9,6 @@
<body>
<release version="2.0" date="in CVS">
<action dev="jvanzyl" type="add">
The AspectJ plugin has been moved out of the core of Maven so it can
be released independently of Maven.
</action>
<action dev="vmassol" type="add">
Complete rewrite of the plugin. Now using AspectJ 1.1 and performing
binary weaving on jar generated by the <code>jar:jar</code> goal. Also

View File

@ -13,7 +13,7 @@
<item name="Properties" href="/properties.html" />
</menu>
<menu name="Downloads">
<item name="AspectJ Plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-aspectj-plugin-1.1.jar"/>
<item name="AspectJ plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-aspectj-plugin-1.1.jar"/>
</menu>
</body>
</project>