Package org.objectstyle.wolips.templateengine

Examples of org.objectstyle.wolips.templateengine.ProjectInput


      infoPListTemplate = ProjectTemplate.loadProjectTemplateNamed("MiscTemplates", "FrameworkInfoPList");
    }
    else {
      infoPListTemplate = ProjectTemplate.loadProjectTemplateNamed("MiscTemplates", "ApplicationInfoPList");
    }
    infoPListTemplate.addInput(new ProjectInput("buildProperties", projectAdapter.getBuildProperties()));
   
    targetContainer.refreshLocal(IResource.DEPTH_ZERO, null);
    infoPListTemplate.createProjectContents(project, targetContainer, new NullProgressMonitor());
    IFile infoPList = targetContainer.getFile(new Path("Info.plist"));
    infoPList.refreshLocal(IResource.DEPTH_ZERO, null);
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.templateengine.ProjectInput

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.