From: <aki...@us...> - 2014-02-23 20:14:31
|
Revision: 9648 http://sourceforge.net/p/gridarta/code/9648 Author: akirschbaum Date: 2014-02-23 20:14:24 +0000 (Sun, 23 Feb 2014) Log Message: ----------- Add missing library which broke the settings dialog. Modified Paths: -------------- trunk/src/atrinik/ChangeLog trunk/src/atrinik/build.gradle trunk/src/crossfire/ChangeLog trunk/src/crossfire/build.gradle trunk/src/daimonin/ChangeLog trunk/src/daimonin/build.gradle Modified: trunk/src/atrinik/ChangeLog =================================================================== --- trunk/src/atrinik/ChangeLog 2014-02-23 13:12:15 UTC (rev 9647) +++ trunk/src/atrinik/ChangeLog 2014-02-23 20:14:24 UTC (rev 9648) @@ -1,5 +1,7 @@ 2014-02-23 Andreas Kirschbaum + * Add missing library which broke the settings dialog. + * Fix run plugin dialog for plugins which use MapPathParameter values. Modified: trunk/src/atrinik/build.gradle =================================================================== --- trunk/src/atrinik/build.gradle 2014-02-23 13:12:15 UTC (rev 9647) +++ trunk/src/atrinik/build.gradle 2014-02-23 20:14:24 UTC (rev 9648) @@ -14,6 +14,7 @@ compile project(':src:resources') runtime name: 'bsh-classgen', version: '2.0b4', group: 'bsh' runtime name: 'bsh-commands', version: '2.0b4', group: 'bsh' + runtime name: 'japi-lib-swing-extlib', version: '0.1.0', group: 'japi-lib' testCompile name: 'junit', version: '4.2' testCompile project(':src:model').sourceSets.test.output } Modified: trunk/src/crossfire/ChangeLog =================================================================== --- trunk/src/crossfire/ChangeLog 2014-02-23 13:12:15 UTC (rev 9647) +++ trunk/src/crossfire/ChangeLog 2014-02-23 20:14:24 UTC (rev 9648) @@ -1,5 +1,7 @@ 2014-02-23 Andreas Kirschbaum + * Add missing library which broke the settings dialog. + * Fix run plugin dialog for plugins which use MapPathParameter values. Modified: trunk/src/crossfire/build.gradle =================================================================== --- trunk/src/crossfire/build.gradle 2014-02-23 13:12:15 UTC (rev 9647) +++ trunk/src/crossfire/build.gradle 2014-02-23 20:14:24 UTC (rev 9648) @@ -14,6 +14,7 @@ compile project(':src:resources') runtime name: 'bsh-classgen', version: '2.0b4', group: 'bsh' runtime name: 'bsh-commands', version: '2.0b4', group: 'bsh' + runtime name: 'japi-lib-swing-extlib', version: '0.1.0', group: 'japi-lib' testCompile name: 'junit', version: '4.2' testCompile project(':src:model').sourceSets.test.output } Modified: trunk/src/daimonin/ChangeLog =================================================================== --- trunk/src/daimonin/ChangeLog 2014-02-23 13:12:15 UTC (rev 9647) +++ trunk/src/daimonin/ChangeLog 2014-02-23 20:14:24 UTC (rev 9648) @@ -1,5 +1,7 @@ 2014-02-23 Andreas Kirschbaum + * Add missing library which broke the settings dialog. + * Fix run plugin dialog for plugins which use MapPathParameter values. Modified: trunk/src/daimonin/build.gradle =================================================================== --- trunk/src/daimonin/build.gradle 2014-02-23 13:12:15 UTC (rev 9647) +++ trunk/src/daimonin/build.gradle 2014-02-23 20:14:24 UTC (rev 9648) @@ -14,6 +14,7 @@ compile project(':src:resources') runtime name: 'bsh-classgen', version: '2.0b4', group: 'bsh' runtime name: 'bsh-commands', version: '2.0b4', group: 'bsh' + runtime name: 'japi-lib-swing-extlib', version: '0.1.0', group: 'japi-lib' testCompile name: 'junit', version: '4.2' testCompile project(':src:model').sourceSets.test.output } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |