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:
parent
64984809f6
commit
a9ed54e459
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue