summaryrefslogtreecommitdiffstats
path: root/nbactions.xml
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2014-04-05 15:33:38 +0100
committerKHobbits <rob@khobbits.co.uk>2014-04-05 15:33:38 +0100
commitfe9fbf585fe35abd2141f94a2b1372b719d118cc (patch)
tree0418d446e324bed5c3f181c0c978d2757f2546ef /nbactions.xml
parentaf3f3fb4c70aebb61fc53f7cd7872ed2db010bb2 (diff)
downloadEssentials-fe9fbf585fe35abd2141f94a2b1372b719d118cc.tar
Essentials-fe9fbf585fe35abd2141f94a2b1372b719d118cc.tar.gz
Essentials-fe9fbf585fe35abd2141f94a2b1372b719d118cc.tar.lz
Essentials-fe9fbf585fe35abd2141f94a2b1372b719d118cc.tar.xz
Essentials-fe9fbf585fe35abd2141f94a2b1372b719d118cc.zip
Correctly handle line overflow in book pager
Fixes a bug with the last book pager tweak.
Diffstat (limited to 'nbactions.xml')
-rw-r--r--nbactions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbactions.xml b/nbactions.xml
index 8d4997bfc..0842d88fd 100644
--- a/nbactions.xml
+++ b/nbactions.xml
@@ -4,11 +4,11 @@
<actionName>build-with-dependencies</actionName>
<reactor>also-make</reactor>
<goals>
- <goal>clean</goal>
<goal>package</goal>
<goal>dependency:copy</goal>
+
</goals>
</action>
<action>