|
From: <jas...@us...> - 2006-07-19 05:41:44
|
Revision: 1518 Author: jasonpmorrison Date: 2006-07-18 22:41:35 -0700 (Tue, 18 Jul 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1518&view=rev Log Message: ----------- rdt.core exports the rdt.internal.ti package Modified Paths: -------------- branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF Modified: branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF =================================================================== --- branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF 2006-07-18 21:26:48 UTC (rev 1517) +++ branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF 2006-07-19 05:41:35 UTC (rev 1518) @@ -18,7 +18,8 @@ org.rubypeople.rdt.internal.core.parser, org.rubypeople.rdt.internal.core.symbols, org.rubypeople.rdt.internal.core.util, - org.rubypeople.rdt.internal.formatter + org.rubypeople.rdt.internal.formatter, + org.rubypeople.rdt.internal.ti Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.team.core, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |