diff --git a/JqueryGrailsPlugin.groovy b/JqueryGrailsPlugin.groovy index 050e37a..f796d55 100755 --- a/JqueryGrailsPlugin.groovy +++ b/JqueryGrailsPlugin.groovy @@ -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' diff --git a/application.properties b/application.properties index c8de1d4..b935cf2 100755 --- a/application.properties +++ b/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 diff --git a/grails-app/conf/BuildConfig.groovy b/grails-app/conf/BuildConfig.groovy new file mode 100644 index 0000000..4daaf6a --- /dev/null +++ b/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 { + } +} diff --git a/grails-jquery-1.6.1.1.zip b/grails-jquery-1.6.1.1.zip new file mode 100644 index 0000000..3f437d2 Binary files /dev/null and b/grails-jquery-1.6.1.1.zip differ diff --git a/plugin.xml b/plugin.xml index 884c40a..05bdcef 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,10 +1,11 @@ - + Sergey Nebolsin, Craig Jone, Marc Palmer and Finn Herpich nebolsin@gmail.com, craigjones@maximsc.com, marc@grailsrocks.com and finn.herpich@marfinn-software.de JQuery for Grails Provides integration for the JQuery library with grails JavascriptProvider http://grails.org/JQuery+Plugin + BuildConfig Config JQueryConfig JQueryPluginResources @@ -14,15 +15,5 @@ JQueryTagLib - - - - - - - - - - - + \ No newline at end of file