|
From: Christopher W. <caw...@us...> - 2005-09-21 21:59:17
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32749/META-INF Modified Files: MANIFEST.MF Log Message: add more filetypes as text, remove describer (wasn't working as I expected for content types), add cgi and fcgi as ruby content types, also add a bunch of the scripts provided with rails as full filenames to match Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/META-INF/MANIFEST.MF,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MANIFEST.MF 21 Sep 2005 20:25:47 -0000 1.3 --- MANIFEST.MF 21 Sep 2005 21:59:05 -0000 1.4 *************** *** 41,45 **** org.rubypeople.rdt.core, org.rubypeople.rdt.core.parser, - org.rubypeople.rdt.core.runtime, org.rubypeople.rdt.internal.core, org.rubypeople.rdt.internal.core.buffer, --- 41,44 ---- *************** *** 51,53 **** org.eclipse.core.resources, org.eclipse.team.core ! Eclipse-AutoStart: true; exceptions="org.rubypeople.rdt.core.runtime" --- 50,52 ---- org.eclipse.core.resources, org.eclipse.team.core ! Eclipse-AutoStart: true |