org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java
changeset 457 f1087591ff71
parent 455 5da55957c779
child 458 5ff93668b08c
--- a/org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java	Wed Jul 28 14:07:39 2010 -0700
+++ b/org.symbian.tools.mtw.ui/src/org/symbian/tools/mtw/ui/deployment/IDeploymentTarget.java	Wed Jul 28 15:43:33 2010 -0700
@@ -60,6 +60,12 @@
     String getName();
 
     /**
+     * Provides more details about target. This information is only displayed 
+     * to the user and is not important for the application.
+     */
+    String getDescription();
+
+    /**
      * Deploy application to this target.
      * 
      * @param project project to deploy to the target