Skip to content

Commit

Permalink
upgraded griffon-jide-builder to jidebuilder-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 27, 2008
1 parent ec6abc2 commit 782342c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions JideBuilderGriffonPlugin.groovy
Expand Up @@ -2,6 +2,7 @@ class JideBuilderGriffonPlugin {
def version = "0.1-SNAPSHOT"
def canBeGlobal = false
def dependsOn = [:]
def jdk = "1.5"

def author = "Andres Almiray"
def authorEmail = "aalmiray@users.sourceforge.net"
Expand Down
Binary file modified griffon-jide-builder-0.1-SNAPSHOT.zip
Binary file not shown.
Binary file removed lib/jide-oss-2.2.9.01.jar
Binary file not shown.
Binary file added lib/jide-oss-2.4.8.jar
Binary file not shown.
Binary file removed lib/jidebuilder-2.0.2.jar
Binary file not shown.
Binary file added lib/jidebuilder-2.1.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion plugin.xml
@@ -1,6 +1,7 @@
<plugin name='jide-builder' version='0.1-SNAPSHOT'>
<plugin name='jide-builder' version='0.1-SNAPSHOT' jdk='1.5'>
<author>Andres Almiray</author>
<authorEmail>aalmiray@users.sourceforge.net</authorEmail>
<title>Jide Builder Plugin</title>
<documentation>http://griffon.codehaus.org/JideBuilder+Plugin</documentation>
<dependencies />
</plugin>

0 comments on commit 782342c

Please sign in to comment.