You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/09/21 15:33:28 UTC

cvs commit: maven/src/plugins-build/aspectj project.xml plugin.jelly.1.1.0 project.xml.1.1.0

vmassol     2003/09/21 06:33:28

  Modified:    src/plugins-build/aspectj/xdocs navigation.xml changes.xml
               src/plugins-build/aspectj project.xml
  Added:       src/plugins-build/aspectj/announcements 1.1.ann
  Removed:     src/plugins-build/aspectj plugin.jelly.1.1.0
                        project.xml.1.1.0
  Log:
  Releasing version 1.1 of the aspectj plugin
  
  Revision  Changes    Path
  1.1                  maven/src/plugins-build/aspectj/announcements/1.1.ann
  
  Index: 1.1.ann
  ===================================================================
  The Maven team is pleased to announce the AspectJ plugin 1.1 release!
  
  http://jakarta.apache.org/turbine/maven/reference/plugins/aspectj
  
  This plugin provides the basic facilities for weaving AspectJ aspects
  into source code.
  
  Changes in this version:
  
  o Added documentation for navigation, changes, properties and goals
  
  You can download the AspectJ Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-aspectj-plugin-1.1.jar
  
  Have fun!
  -Vincent
  
  
  1.4       +3 -0      maven/src/plugins-build/aspectj/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/aspectj/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	11 Apr 2003 08:57:53 -0000	1.3
  +++ navigation.xml	21 Sep 2003 13:33:28 -0000	1.4
  @@ -12,5 +12,8 @@
         <item name="Goals"      href="/goals.html" />
         <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.2.jar"/>
  +    </menu>
     </body>
   </project>
  
  
  
  1.2       +1 -1      maven/src/plugins-build/aspectj/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/aspectj/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:44:37 -0000	1.1
  +++ changes.xml	21 Sep 2003 13:33:28 -0000	1.2
  @@ -6,7 +6,7 @@
     </properties>
   
     <body>
  -    <release version="1.1" date="in CVS">
  +    <release version="1.1" date="2003-09-21">
         <action dev="dion" type="add">
           Added documentation for navigation, changes, properties and goals
         </action>
  
  
  
  1.16      +14 -12    maven/src/plugins-build/aspectj/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/aspectj/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	21 Sep 2003 11:34:57 -0000	1.15
  +++ project.xml	21 Sep 2003 13:33:28 -0000	1.16
  @@ -14,6 +14,13 @@
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/aspectj/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/aspectj/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_ASPECTJ_1_1</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Vincent Massol</name>
  @@ -23,6 +30,7 @@
         <roles>
           <role>Creator</role>
           <role>Java Developer</role>
  +        <role>Release Manager</role>
         </roles>
       </developer>
       <developer>
  @@ -47,25 +55,19 @@
     </developers>
     <dependencies>
       <dependency>
  -      <id>aspectj:aspectjrt</id>
  +      <groupId>aspectj</groupId>
  +      <artifactId>aspectjrt</artifactId>
         <version>1.0.6</version>
  -      <properties>
  -        <classloader>root</classloader>
  -      </properties>
       </dependency>
       <dependency>
  -      <id>aspectj:aspectj-ant</id>
  +      <groupId>aspectj</groupId>
  +      <artifactId>aspectj-ant</artifactId>
         <version>1.0.6</version>
  -      <properties>
  -        <classloader>root</classloader>
  -      </properties>
       </dependency>
       <dependency>
  -      <id>aspectj:aspectj-tools</id>
  +      <groupId>aspectj</groupId>
  +      <artifactId>aspectj-tools</artifactId>
         <version>1.0.6</version>
  -      <properties>
  -        <classloader>root</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org