remove workaround for fixing -p args when buildign symbian components
authortimkelly
Tue, 21 Sep 2010 10:02:43 -0500
changeset 2079 e2d158cf422d
parent 2078 4f1f19efcb66
child 2080 2f2f07392c35
remove workaround for fixing -p args when buildign symbian components
builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/internal/builder/CarbideSBSv2Builder.java
--- a/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/internal/builder/CarbideSBSv2Builder.java	Tue Sep 21 09:13:39 2010 -0500
+++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/internal/builder/CarbideSBSv2Builder.java	Tue Sep 21 10:02:43 2010 -0500
@@ -476,11 +476,7 @@
 		args.add(cpi.getAbsoluteBldInfPath().toOSString());
 		args.add("-c"); //$NON-NLS-1$
 		IPath componentPath = null;
-		if (sbsArgs.size() >= 2){
-			componentPath =  new Path(sbsArgs.get(sbsArgs.indexOf("-p")+ 1));
-			sbsArgs.remove(1);
-			sbsArgs.add(componentPath.lastSegment());
-		} 
+
 		String configName = getConfigName(buildConfig, componentPath);
 		
 		if (isTest) {