File tree Expand file tree Collapse file tree
runner/org.eclipse.rcptt.runner/src/org/eclipse/rcptt/runner/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ private void initializeTargetPlatform() throws CoreException {
7979 targetPlatform = null ;
8080 compatibility = null ;
8181 String location = PDELocationUtils .getProductLocation (conf .location ).getAbsolutePath ();
82- boolean progressEnabled = Boolean .parseBoolean (System .getProperty ("Drcptt .runner.progress" , "true" ));
82+ boolean progressEnabled = Boolean .parseBoolean (System .getProperty ("rcptt .runner.progress" , "true" ));
8383
84- PrintStreamMonitor outMonitor = new PrintStreamMonitor (progressEnabled );
84+ PrintStreamMonitor outMonitor = new PrintStreamMonitor (progressEnabled );
8585 if (conf .config != null ) {
8686 targetPlatform = TargetPlatformManager .createTargetPlatform (location , outMonitor );
8787 Map <String , Version > versions = targetPlatform .getVersions ();
You can’t perform that action at this time.
0 commit comments