You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by vm...@apache.org on 2003/03/11 17:29:39 UTC

cvs commit: jakarta-gump/project eclipse.xml

vmassol     2003/03/11 08:29:39

  Modified:    project  eclipse.xml
  Log:
  added new jar ids required for the Cactus Eclipse plugin build
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-gump/project/eclipse.xml
  
  Index: eclipse.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/eclipse.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- eclipse.xml	7 Feb 2003 14:28:49 -0000	1.3
  +++ eclipse.xml	11 Mar 2003 16:29:38 -0000	1.4
  @@ -21,6 +21,8 @@
       <jar name="plugins/org.eclipse.jface_2.1.0/jface.jar" id="jface"/>
       <jar name="plugins/org.eclipse.ant.core_2.1.0/antsupport.jar" id="antsupport"/>
       <jar name="plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar" id="workbench"/>
  +    <jar name="plugins/org.eclipse.jdt.junit_2.1.0/junitsupport.jar" id="jdtjunit"/>
  +    <jar name="plugins/org.eclipse.jdt.ui_2.1.0/jdt.jar" id="jdtui"/>
   
     </project>