Skip to content

Commit

Permalink
packaged new version
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed May 19, 2011
1 parent fcf5d1d commit c9a8b2b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion JqueryGrailsPlugin.groovy
Expand Up @@ -24,7 +24,7 @@ import org.codehaus.groovy.grails.commons.ConfigurationHolder
class JqueryGrailsPlugin {
// Only change the point release. Edit o.c.g.g.o.j.JQueryConfig.SHIPPED_VERSION when changing jQuery resource version
// This should match JQueryConfig.SHIPPED_VERSION but must be a literal here due to how AstPluginDescriptorReader parses this file
def version = "1.6.1"
def version = "1.6.1.1"

static SHIPPED_SRC_DIR = 'jquery'

Expand Down
3 changes: 2 additions & 1 deletion application.properties
@@ -1,4 +1,5 @@
#Grails Metadata file
#Sat Oct 16 14:36:22 CEST 2010
#Thu May 19 12:23:56 CEST 2011
app.grails.version=1.3.7
app.name=grails-jquery
plugins.release=1.0.0.M2
14 changes: 14 additions & 0 deletions grails-app/conf/BuildConfig.groovy
@@ -0,0 +1,14 @@
grails.project.class.dir = "target/classes"
grails.project.test.class.dir = "target/test-classes"
grails.project.test.reports.dir = "target/test-reports"
grails.project.dependency.resolution = {
inherits "global"
log "warn"
repositories {
grailsPlugins()
grailsHome()
grailsCentral()
}
dependencies {
}
}
Binary file added grails-jquery-1.6.1.1.zip
Binary file not shown.
15 changes: 3 additions & 12 deletions plugin.xml
@@ -1,10 +1,11 @@
<plugin name='jquery' version='1.6.1' grailsVersion='1.2.2 &gt; *'>
<plugin name='jquery' version='1.6.1.1' grailsVersion='1.2.2 &gt; *'>
<author>Sergey Nebolsin, Craig Jone, Marc Palmer and Finn Herpich</author>
<authorEmail>nebolsin@gmail.com, craigjones@maximsc.com, marc@grailsrocks.com and finn.herpich@marfinn-software.de</authorEmail>
<title>JQuery for Grails</title>
<description>Provides integration for the JQuery library with grails JavascriptProvider</description>
<documentation>http://grails.org/JQuery+Plugin</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>JQueryConfig</resource>
<resource>JQueryPluginResources</resource>
Expand All @@ -14,15 +15,5 @@
<resource>JQueryTagLib</resource>
</resources>
<dependencies />
<behavior>
<method name='getProperty' artefact='Filters' type='JQueryConfig'>
<description />
<argument type='java.lang.String' />
</method>
<method name='invokeMethod' artefact='Filters' type='JQueryConfig'>
<description />
<argument type='java.lang.String' />
<argument type='java.lang.Object' />
</method>
</behavior>
<behavior />
</plugin>

0 comments on commit c9a8b2b

Please sign in to comment.