diff --git a/idea/plugin.jelly b/idea/plugin.jelly
index b612c1dd..fb2f73c4 100644
--- a/idea/plugin.jelly
+++ b/idea/plugin.jelly
@@ -92,8 +92,11 @@
ERROR: This goal should be used only with IDEA 4 and above.
-
-
+
+
+
+
+
@@ -123,6 +126,10 @@
goals="idea:module"
ignoreFailures="true"/>
+
+
+
+
Creating ${basedir}/${pom.artifactId}.ipr ...
diff --git a/idea/src/plugin-resources/templates/v4/module.jelly b/idea/src/plugin-resources/templates/v4/module.jelly
index d2c55bd0..cc961ff0 100644
--- a/idea/src/plugin-resources/templates/v4/module.jelly
+++ b/idea/src/plugin-resources/templates/v4/module.jelly
@@ -38,7 +38,9 @@
-
+
+
+
@@ -80,7 +82,9 @@
-
+
+
+
@@ -123,17 +127,60 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
@@ -147,7 +194,8 @@
-
+
+
diff --git a/idea/src/plugin-resources/templates/v4/multiproject.jelly b/idea/src/plugin-resources/templates/v4/multiproject.jelly
index e85a2f1d..ea47bd0e 100644
--- a/idea/src/plugin-resources/templates/v4/multiproject.jelly
+++ b/idea/src/plugin-resources/templates/v4/multiproject.jelly
@@ -127,6 +127,10 @@
+
+
+
+
diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml
index cdbb075a..d0cd55f1 100644
--- a/idea/xdocs/changes.xml
+++ b/idea/xdocs/changes.xml
@@ -25,7 +25,12 @@
- exclude build output directory in module
+ v4/module.jelly generates incorrect references to $MODULE_DIR$
+ Generate a module for the multiproject itself
+ idea:multiproject without idea:workspace so a local workspaces aren't lost
+ include maven project resources in module library
+ Add depencies on ejb or war modules
+ exclude build output directory in module
set module to JAVA_MODULE for compatibility with both 4.5 and Irida.