[Nice-commit] eclipse/src plugin.xml,1.3,1.4
Brought to you by:
bonniot
From: <ag...@us...> - 2003-08-06 19:59:40
|
Update of /cvsroot/nice/eclipse/src In directory sc8-pr-cvs1:/tmp/cvs-serv7867/src Modified Files: plugin.xml Log Message: The nicec ant task is in a separate jar in the lib folder. Nice projects can be compiled by ant that use the nicec task. Index: plugin.xml =================================================================== RCS file: /cvsroot/nice/eclipse/src/plugin.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** plugin.xml 6 Aug 2003 12:28:39 -0000 1.3 --- plugin.xml 6 Aug 2003 19:59:37 -0000 1.4 *************** *** 177,179 **** --- 177,188 ---- + <!-- =================================================================================== --> + <!-- Extension: Nicec Ant Adapter --> + <!-- =================================================================================== --> + <extension + point="org.eclipse.ant.core.extraClasspathEntries"> + <extraClasspathEntry library="lib/ant_taskdefs.jar"/> + </extension> + + </plugin> |