Skip to content

Commit

Permalink
Configuring mule-app archetype to support Studio using eclipse:eclips…
Browse files Browse the repository at this point in the history
…e out of the box
  • Loading branch information
pose committed Jan 31, 2012
1 parent f4b5755 commit 03b5b3f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions archetypes/mule-app/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<mule.version>${muleVersion}</mule.version>
<eclipsePluginVersion>2.5</eclipsePluginVersion>
<eclipsePluginVersion>2.8</eclipsePluginVersion>
<vmtype>org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType</vmtype>
<jdkName>JavaSE-1.6</jdkName>
<jdk.version>1.6</jdk.version>
Expand Down Expand Up @@ -114,8 +114,16 @@
<!-- by default download all sources when generating project files -->
<downloadSources>true</downloadSources>
<classpathContainers>
<classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/${symbol_dollar}{vmtype}/${symbol_dollar}{jdkName}</classpathContainer>
<classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/${symbol_dollar}{vmtype}/${symbol_dollar}{jdkName}</classpathContainer>
<!-- MuleStudio nature parameters -->
<classpathContainer>MULE_RUNTIME</classpathContainer>
</classpathContainers>
<additionalProjectnatures>
<projectnature>org.mule.tooling.core.muleNature</projectnature>
</additionalProjectnatures>
<additionalBuildcommands>
<buildcommand>org.mule.tooling.core.muleBuilder</buildcommand>
</additionalBuildcommands>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 03b5b3f

Please sign in to comment.