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 2004/01/28 18:37:17 UTC

cvs commit: maven-plugins/aspectwerkz/src/plugin-test/child project.xml

vmassol     2004/01/28 09:37:17

  Modified:    aspectwerkz/src/plugin-test/child project.xml
  Log:
  Fixed error in defining the property
  
  Revision  Changes    Path
  1.2       +3 -1      maven-plugins/aspectwerkz/src/plugin-test/child/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/src/plugin-test/child/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	28 Jan 2004 16:07:00 -0000	1.1
  +++ project.xml	28 Jan 2004 17:37:17 -0000	1.2
  @@ -8,7 +8,9 @@
         <groupId>maven</groupId>
         <artifactId>test-maven-aspectwerkz-plugin-parent</artifactId>
         <version>1.0</version>
  -      <aspectwerkz.library>true</aspectwerkz.library>
  +      <properties>
  +        <aspectwerkz.library>true</aspectwerkz.library>
  +      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  

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