--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/installpackages/InstallPackages.java Fri Jul 16 08:52:07 2010 -0500
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/installpackages/InstallPackages.java Fri Jul 16 09:09:09 2010 -0500
@@ -71,6 +71,9 @@
*/
public class InstallPackages {
+ /**
+ * @deprecated server data completely taken from configuration/server.properties
+ */
public interface IServerData {
/**
@@ -242,7 +245,6 @@
private String getMasterFilePath() {
if (serverPath != null)
return serverPath;
- // see if there's an alternate server, otherwise use IServerData
Location installLocation = Platform.getInstallLocation();
URL url = installLocation.getURL();
IPath path = new Path(url.getPath());