Skip to content

Commit

Permalink
griffon-jide-builder: upgrade to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 26, 2011
1 parent 3f7529f commit 0f8ecec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
4 changes: 2 additions & 2 deletions JideBuilderGriffonPlugin.groovy
Expand Up @@ -18,9 +18,9 @@
* @author Andres Almiray
*/
class JideBuilderGriffonPlugin {
def version = '0.4'
def version = '0.5'
def dependsOn = [:]
def griffonVersion = '0.9 > *'
def griffonVersion = '0.9.2 > *'
def license = 'Apache Software License 2.0'
def toolkits = ['swing']

Expand Down
2 changes: 1 addition & 1 deletion application.properties
@@ -1,2 +1,2 @@
app.griffon.version=0.9
app.griffon.version=0.9.2
app.name=jide-builder
24 changes: 7 additions & 17 deletions griffon-app/conf/BuildConfig.groovy
@@ -1,26 +1,17 @@
griffon.project.dependency.resolution = {
// inherit Griffon' default dependencies
inherits("global") {
}
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
inherits("global")
log "warn"
repositories {
griffonPlugins()
griffonHome()
griffonCentral()

// uncomment the below to enable remote dependency resolution
// from public Maven repositories
//mavenLocal()
//mavenCentral()
//mavenRepo "http://snapshots.repository.codehaus.org"
//mavenRepo "http://repository.codehaus.org"
//mavenRepo "http://download.java.net/maven/2/"
//mavenRepo "http://repository.jboss.com/maven2/"
mavenCentral()
flatDir name: 'jideBuilderPluginLib', dirs: 'lib'
}
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.

// runtime 'mysql:mysql-connector-java:5.1.5'
compile 'com.jidesoft:jide-oss:2.6.2',
'com.kitfox.svg:svg-salamander:1.0',
'org.codehaus.griffon:jidebuilder:2.2'
}
}

Expand All @@ -33,4 +24,3 @@ griffon {
}

griffon.jars.destDir='target/addon'
griffon.plugin.pack.additional.sources = ['src/gdsl']
Binary file removed griffon-jide-builder-0.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,4 +1,4 @@
<plugin name='jide-builder' version='0.4' griffonVersion='0.9 &gt; *' jdk='1.5'>
<plugin name='jide-builder' version='0.5' griffonVersion='0.9.2 &gt; *' jdk='1.5'>
<author>Andres Almiray</author>
<authorEmail>aalmiray@users.sourceforge.net</authorEmail>
<title>Jide Builder Plugin</title>
Expand Down

0 comments on commit 0f8ecec

Please sign in to comment.