Skip to content

Commit

Permalink
update plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Dukeson committed Jan 21, 2010
1 parent f61eb3e commit 7809b59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='image-tools' version='1.0.5' grailsVersion='1.1 &gt; *'>
<plugin name='image-tools' version='1.0.5' grailsVersion='1.2.0 &gt; *'>
<author>Ricardo J. Mendez</author>
<authorEmail>ricardo@arquetipos.co.cr</authorEmail>
<title>Basic image tools based on JAI</title>
Expand All @@ -7,5 +7,10 @@
<resource>DataSource</resource>
<resource>UrlMappings</resource>
</resources>
<dependencies />
<dependencies>
<resolvers>
<resolver type='grailsPlugins' name='grailsPlugins' />
</resolvers>
</dependencies>
<behavior />
</plugin>

0 comments on commit 7809b59

Please sign in to comment.