1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed the compile error in the Dependency Test.

This commit is contained in:
Doug Schaefer 2004-03-08 15:08:59 +00:00
parent 64984809f6
commit a9ed54e459

View file

@ -583,7 +583,7 @@ import org.eclipse.core.runtime.Platform;
private String[] convertToLocalPath(String[] model) {
IPath defaultPath = Platform.getInstanceLocation();
IPath defaultPath = new Path("");//Platform.getInstanceLocation();
String[] tempLocalArray = new String[model.length];
for (int i=0;i<model.length;i++){
StringBuffer buffer = new StringBuffer();