Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 9, 2012
1 parent d4f043a commit 36d1aa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
6 changes: 3 additions & 3 deletions MiglayoutGriffonPlugin.groovy
@@ -1,5 +1,5 @@
/*
* Copyright 2010 the original author or authors.
* Copyright 2010-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ class MiglayoutGriffonPlugin {
// the version or versions of Griffon the plugin is designed for
String griffonVersion = '0.9.5 > *'
// the other plugins this plugin depends on
Map dependsOn = [:]
Map dependsOn = [swing: '0.9.5']
// resources that are included in plugin packaging
List pluginIncludes = []
// the plugin license
Expand Down Expand Up @@ -63,7 +63,7 @@ This node supports the following properties
* **layoutConstraints** - defines general constraints
* **columnConstraints** - defines constraints applicable to columns only
* **rowsConstraints** - defines constraints applicable to rows only
* **rowConstraints** - defines constraints applicable to rows only
The plugin includes a copy of the MigLayout white-paper in PDF format. Refer also to the [MigLayout Cheatsheet][2]
to know more about what constraints can be used with this layout.
Expand Down
3 changes: 2 additions & 1 deletion application.properties
@@ -1,2 +1,3 @@
app.griffon.version=0.9.4
app.griffon.version=0.9.5-rc2
app.name=miglayout
plugins.swing=0.9.5
27 changes: 0 additions & 27 deletions src/gdsl/mig.gdsl

This file was deleted.

0 comments on commit 36d1aa5

Please sign in to comment.