Fix prereqs of torque:om-zip goal.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2003-09-08 09:31:27 +00:00
parent 966811406d
commit 04b3ccef5a
2 changed files with 4 additions and 1 deletions

View File

@@ -508,7 +508,7 @@
<goal
name="torque:om-zip"
prereqs="check-om-zip"
prereqs="torque:check-om-zip"
description="Moves source om files to separate jar and out of the source tree">
<!-- Perform the package to path converison. -->

View File

@@ -7,6 +7,9 @@
<body>
<release version="3.2" date="in CVS">
<action dev="evenisse" type="fix">
Fix prereqs of torque:om-zip goal.
</action>
<action dev="dion" type="update">
update to velocity 1.4-dev
</action>