vmassol     2004/05/02 06:47:10

  Modified:    eclipse  project.xml
  Removed:     eclipse/src/announcements 1.5.ann
  Log:
  inherit from the plugin-parent/project.xml POM instead of the top level one which is 
reserved for the master build
  
  Revision  Changes    Path
  1.28      +6 -1      maven-plugins/eclipse/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml       25 Apr 2004 02:26:22 -0000      1.27
  +++ project.xml       2 May 2004 13:47:10 -0000       1.28
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-eclipse-plugin</id>
     <name>Maven Eclipse Plug-in</name>
  @@ -44,6 +44,11 @@
         <id>1.6</id>
         <name>1.6</name>
         <tag>MAVEN_ECLIPSE_1_6</tag>
  +    </version>
  +    <version>
  +      <id>1.7</id>
  +      <name>1.7</name>
  +      <tag>HEAD</tag>
       </version>
     </versions>
     <developers>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to