blob: 3ff612168d43f10f30b5a627460956569ab9e4a8 [file] [log] [blame]
<%@ jet
package="org.eclipse.acceleo.internal.ide.ui.wizards.newproject"
class = "CreateModuleUIProjectWriter"
imports = ""
%>
<%
CreateModuleUIData content = (CreateModuleUIData) argument;
%>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name><%=content.getProjectName()%></name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>