Skip to content

Commit

Permalink
Set the compilerResolver bundle to auto-started
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg committed Apr 19, 2013
1 parent 6ef9c9a commit 0d312c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions com.springsource.sts.jointgrailstests/pom.xml
Expand Up @@ -138,6 +138,13 @@
<explodedBundle>org.codehaus.groovy.eclipse.core.test</explodedBundle>
<explodedBundle>org.eclipse.jdt.groovy.core.tests.builder</explodedBundle>
</explodedBundles>
<bundleStartLevel>
<bundle>
<id>org.codehaus.groovy.eclipse.compilerResolver</id>
<level>2</level>
<autoStart>true</autoStart>
</bundle>
</bundleStartLevel>
<!--
don't use explicitly. now being controlled through the platform configuration filter
<frameworkExtensions>
Expand Down

0 comments on commit 0d312c3

Please sign in to comment.