api_refactor: move template api preparetemplate to admin pkg

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-12-05 15:15:26 -08:00
parent ceddaf122c
commit 55f2bd810a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package org.apache.cloudstack.api.admin.template.command;
import java.util.List;

View File

@ -88,7 +88,7 @@ listTemplates=org.apache.cloudstack.api.user.template.command.ListTemplatesCmd;1
updateTemplatePermissions=org.apache.cloudstack.api.user.template.command.UpdateTemplatePermissionsCmd;15
listTemplatePermissions=org.apache.cloudstack.api.user.template.command.ListTemplatePermissionsCmd;15
extractTemplate=org.apache.cloudstack.api.user.template.command.ExtractTemplateCmd;15
prepareTemplate=com.cloud.api.commands.PrepareTemplateCmd;1
prepareTemplate=org.apache.cloudstack.api.admin.template.command.PrepareTemplateCmd;1
#### iso commands
attachIso=org.apache.cloudstack.api.user.iso.command.AttachIsoCmd;15