org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/runtimes/IPackager.java
changeset 468 a05c6e5cc7d9
parent 461 7a8f9fa8d278
--- a/org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/runtimes/IPackager.java	Wed Aug 18 09:30:53 2010 -0700
+++ b/org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/runtimes/IPackager.java	Thu Aug 19 16:13:44 2010 -0700
@@ -24,7 +24,7 @@
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IPath;
 import org.eclipse.core.runtime.IProgressMonitor;
-import org.symbian.tools.tmw.core.projects.IMTWProject;
+import org.symbian.tools.tmw.core.projects.ITMWProject;
 
 /**
  * Packager creates a runtime-specific application package that can be 
@@ -38,7 +38,7 @@
      * 
      * @return {@link File} denoting location of the application package that can be deployed to targets
      */
-    File packageApplication(IMTWProject project, IProgressMonitor monitor)
+    File packageApplication(ITMWProject project, IProgressMonitor monitor)
             throws CoreException;
 
     /**
@@ -49,7 +49,7 @@
     /**
      * @return file type of the application archive
      */
-    String getFileType(IMTWProject project);
+    String getFileType(ITMWProject project);
 
     /**
      * @return target runtime that this packager packages for