|
From: <caw...@us...> - 2007-03-07 21:40:14
|
Revision: 2104
http://svn.sourceforge.net/rubyeclipse/?rev=2104&view=rev
Author: cawilliams
Date: 2007-03-07 13:40:13 -0800 (Wed, 07 Mar 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/core/tests/AbstractRubyModelTest.java
Modified: trunk/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/core/tests/AbstractRubyModelTest.java
===================================================================
--- trunk/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/core/tests/AbstractRubyModelTest.java 2007-03-07 16:40:53 UTC (rev 2103)
+++ trunk/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/core/tests/AbstractRubyModelTest.java 2007-03-07 21:40:13 UTC (rev 2104)
@@ -34,6 +34,7 @@
import org.rubypeople.rdt.core.ISourceFolderRoot;
import org.rubypeople.rdt.core.RubyCore;
import org.rubypeople.rdt.core.RubyModelException;
+import org.rubypeople.rdt.internal.core.LoadpathEntry;
import org.rubypeople.rdt.internal.core.util.CharOperation;
import org.rubypeople.rdt.internal.core.util.Util;
@@ -430,7 +431,8 @@
RubyCore.newSourceEntry(
projectPath.append(sourcePath),
inclusionPaths,
- exclusionPaths);
+ exclusionPaths,
+ LoadpathEntry.NO_EXTRA_ATTRIBUTES);
}
for (int i= 0; i < libLength; i++) {
String lib = libraries[i];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|