org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/runtimes/IPackagerDelegate.java
changeset 468 a05c6e5cc7d9
parent 461 7a8f9fa8d278
--- a/org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/runtimes/IPackagerDelegate.java	Wed Aug 18 09:30:53 2010 -0700
+++ b/org.symbian.tools.mtw.core/src/org/symbian/tools/tmw/core/runtimes/IPackagerDelegate.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;
 
 /**
  * Delegate performs application packaging.
@@ -37,7 +37,7 @@
      * 
      * @return URI of the application package that can be deployed to targets
      */
-    File packageApplication(IMTWProject project, IProgressMonitor monitor) throws CoreException;
+    File packageApplication(ITMWProject project, IProgressMonitor monitor) throws CoreException;
 
     /**
      * @return application package root-relative path where the workspace resource will be packaged. Can be <code>null</code>.
@@ -47,5 +47,5 @@
     /**
      * @return file type of the application archive
      */
-    String getFileType(IMTWProject project);
+    String getFileType(ITMWProject project);
 }