Added maven.aspectj.source and maven.aspectj.time properties that where incorrectly removed

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-08-27 19:11:58 +00:00
parent adab566b80
commit fbfcc2c583
3 changed files with 9 additions and 2 deletions

View File

@ -55,7 +55,9 @@
sourceRootCopyFilter="${maven.aspectj.sourceRootCopyFilter}"
debug="${maven.aspectj.debug}"
emacssym="${maven.aspectj.emacssym}"
verbose="${maven.aspectj.verbose}">
verbose="${maven.aspectj.verbose}"
source="${maven.aspectj.source}"
time="${maven.aspectj.time}">
<j:if test="${context.getVariable('maven.aspectj.fork') == true}">
<j:if test="${context.getVariable('maven.aspectj.maxmem') != null}">

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-aspectj-plugin</id>
<name>Maven AspectJ Plugin</name>
<currentVersion>3.1.1</currentVersion>
<currentVersion>3.2-SNAPSHOT</currentVersion>
<description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>

View File

@ -27,6 +27,11 @@
<author email="carlos@apache.org">Carlos Sanchez</author>
</properties>
<body>
<release version="3.2-SNAPSHOT" date="in CVS">
<action dev="carlos" type="fix">Added
<code>maven.aspectj.source</code>and
<code>maven.aspectj.time</code>properties that where incorrectly removed.</action>
</release>
<release version="3.1.1" date="2004-07-09">
<action dev="carlos" type="fix" issue="MPASPECTJ-11">Check that unitTestSourceDirectory is defined in pom</action>
<action dev="carlos" type="add">Output messages to log</action>