Skip to content

Commit

Permalink
Functional tests to ensure that
Browse files Browse the repository at this point in the history
  http://jira.codehaus.org/browse/GRAILS-5331

gets fixed and stays fixed. It tests that the <g:resource/> and
<g:javascript/> tags behave as expected when used from plugin views
and layouts.
  • Loading branch information
pledbrook committed Nov 9, 2009
1 parent 5b685fe commit 24dcdf0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,15 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.codehaus.groovy.eclipse.groovyBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.codehaus.groovy.eclipse.groovyNature</nature>
</natures>
</projectDescription>

0 comments on commit 24dcdf0

Please sign in to comment.