You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ab...@apache.org on 2003/04/10 08:39:37 UTC

cvs commit: maven/src/plugins-build/eclipse/xdocs goals.xml

abarantsev    2003/04/09 23:39:37

  Modified:    src/plugins-build/eclipse/xdocs goals.xml
  Log:
  Fix unbalanced tags
  
  Revision  Changes    Path
  1.3       +3 -1      maven/src/plugins-build/eclipse/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/eclipse/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	5 Apr 2003 10:19:44 -0000	1.2
  +++ goals.xml	10 Apr 2003 06:39:37 -0000	1.3
  @@ -23,7 +23,9 @@
               Generates a <code>.project</code> file for eclipse describing
               the project and 'marking' it as a java project
             </description>
  -        </goal>
  +      </goal>
  +
  +      <goal>
           <name>eclipse:generate-classpath</name>
             <description>
               Generates a <code>.classpath</code> file for the eclipse project
  
  
  

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