[Bprocessor-commit] gui/src/etc plugin.xml,1.1.1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-08-06 12:07:48
|
Update of /cvsroot/bprocessor/gui/src/etc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26334/src/etc Modified Files: plugin.xml Log Message: fixed compilation so that the missing xml file are found and the refelction arn't told that the private methods in gui are public Index: plugin.xml =================================================================== RCS file: /cvsroot/bprocessor/gui/src/etc/plugin.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** plugin.xml 27 Jun 2005 09:32:23 -0000 1.1.1.1 --- plugin.xml 6 Aug 2007 12:07:47 -0000 1.2 *************** *** 2,13 **** <plugin> <main-class>net.sourceforge.bprocessor.gui.GUI</main-class> - <method> - <name>createMenus</name> - </method> - <method> - <name>createMainView</name> - </method> - <method> - <name>start</name> - </method> </plugin> --- 2,4 ---- |