|
From: Christopher W. <caw...@us...> - 2005-12-03 02:57:12
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5443/META-INF Modified Files: MANIFEST.MF Log Message: add org.rubypeople.rdt.internal.ui.symbols to list of exported packages (we have to export everything any other plugins - including our test plugins - use) We really should think about merging the tests into the actual plugins in a different root source folder (like testsrc or test), so we don't have to expose every package Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANIFEST.MF 22 Nov 2005 01:25:30 -0000 1.1 --- MANIFEST.MF 3 Dec 2005 02:57:01 -0000 1.2 *************** *** 20,23 **** --- 20,24 ---- org.rubypeople.rdt.internal.ui.rubyeditor.outline, org.rubypeople.rdt.internal.ui.rubyeditor.templates, + org.rubypeople.rdt.internal.ui.symbols, org.rubypeople.rdt.internal.ui.text, org.rubypeople.rdt.internal.ui.text.folding, |