Revision: 1258
http://openutils.svn.sourceforge.net/openutils/?rev=1258&view=rev
Author: fgiust
Date: 2009-08-12 16:37:45 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
magnolia 3.x compatibility
Modified Paths:
--------------
trunk/openutils-mgnlgroovy/src/main/resources/META-INF/magnolia/groovyshell.xml
trunk/openutils-mgnlgroovy/src/site/apt/index.apt
trunk/openutils-mgnlgroovy/src/site/changes/changes.xml
Modified: trunk/openutils-mgnlgroovy/src/main/resources/META-INF/magnolia/groovyshell.xml
===================================================================
--- trunk/openutils-mgnlgroovy/src/main/resources/META-INF/magnolia/groovyshell.xml 2009-08-12 16:33:16 UTC (rev 1257)
+++ trunk/openutils-mgnlgroovy/src/main/resources/META-INF/magnolia/groovyshell.xml 2009-08-12 16:37:45 UTC (rev 1258)
@@ -10,7 +10,7 @@
<dependencies>
<dependency>
<name>adminInterface</name>
- <version>4</version>
+ <version>3.1/*</version>
</dependency>
</dependencies>
</module>
\ No newline at end of file
Modified: trunk/openutils-mgnlgroovy/src/site/apt/index.apt
===================================================================
--- trunk/openutils-mgnlgroovy/src/site/apt/index.apt 2009-08-12 16:33:16 UTC (rev 1257)
+++ trunk/openutils-mgnlgroovy/src/site/apt/index.apt 2009-08-12 16:37:45 UTC (rev 1258)
@@ -9,7 +9,7 @@
openutils-mgnlgroovy is a custom {{{http://www.magnolia-cms.com}magnolia}} module which adds a console for running groovy
scripts inside Magnolia's adminCentral interface
- <<Latest module version requires Magnolia 4.1.x>>
+ <<Requires Magnolia version 3.1 or higher (tested with 4.1.x)>>
The module needs to be installed as usual, by declaring an additional dependency into your pom or by manually dropping the jar
into Magnolia. If you are installing it manually, please note that you will also need to install other dependencies, see
Modified: trunk/openutils-mgnlgroovy/src/site/changes/changes.xml
===================================================================
--- trunk/openutils-mgnlgroovy/src/site/changes/changes.xml 2009-08-12 16:33:16 UTC (rev 1257)
+++ trunk/openutils-mgnlgroovy/src/site/changes/changes.xml 2009-08-12 16:37:45 UTC (rev 1258)
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!--
+ <!--
"type" attribute can be: add, remove, update or fix.
-->
<document>
@@ -8,6 +8,11 @@
<author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author>
</properties>
<body>
+ <release version="1.0.1" date="in svn" description="">
+ <action type="fix" dev="fgiust">Print out the full stacktrace for exception thrown in groovy scripts.</action>
+ <action type="update" dev="fgiust">Update groovy dependency to version 1.6.3.</action>
+ <action type="update" dev="fgiust">Update magnolia dependency to version 4.1.</action>
+ </release>
<release version="1.0" date="2008-12-03" description="first release">
<action type="new" dev="fgiust">Initial public release.</action>
</release>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|