woproject/projects/wolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath ContainerEntry.java,1.3,1.4

[email protected] Mon, 20 Mar 2006 15:27:10 -0800 (PST)
Newsgroups gmane.comp.web.webobjects.woproject.cvs
Message-ID <[email protected]>
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26426/wolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath

Modified Files:
	ContainerEntry.java 
Log Message:
http://objectstyle.org/jira/browse/WOL-210

Fixed and tested thouroughly for a few month on both Eclipse 3.1.x and Eclipse 3.2M5 version of WOLips.




Index: ContainerEntry.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.jdt/java/org/objectstyle/wolips/jdt/classpath/ContainerEntry.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ContainerEntry.java	14 Feb 2005 15:34:54 -0000	1.3
+++ ContainerEntry.java	20 Mar 2006 23:26:10 -0000	1.4
@@ -120,7 +120,7 @@
 			IPath[] libraryPaths = framework.getLibraryPaths();
 			for (int i = 0; i < libraryPaths.length; i++) {
 				IClasspathEntry entry = JavaCore.newLibraryEntry(
-						libraryPaths[i], this.srcPath, this.javaDocPath,
+						libraryPaths[i], framework.getSourcePath(), this.javaDocPath,
 						this.exported);
 				this.entries.add(entry);
 			}
@@ -211,7 +211,7 @@
 			IPath[] libraryPaths = framework.getLibraryPaths();
 			for (int j = 0; j < libraryPaths.length; j++) {
 				IClasspathEntry entry = JavaCore.newLibraryEntry(
-						libraryPaths[j], this.srcPath, this.javaDocPath,
+						libraryPaths[j], framework.getSrcPath(), this.javaDocPath,
 						this.exported);
 				this.entries.add(entry);
 			}



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642