Attached is an update to the GumpTask (removes a bug related to projects
that produce plugins types). Also included is an update to the gump
descriptor resulting from the change to the gump task.
Steve.
Index: tools/magic/src/main/org/apache/avalon/tools/tasks/GumpTask.java
===================================================================
--- tools/magic/src/main/org/apache/avalon/tools/tasks/GumpTask.java (revision
46316)
+++ tools/magic/src/main/org/apache/avalon/tools/tasks/GumpTask.java (working copy)
@@ -599,7 +599,7 @@
if( "plugin".equals( type ) )
{
writer.write(
- "\n <jar name=\"jars/"
+ "\n <jar name=\"plugins/"
+ name + "-@@DATE@@." + type + "\"/>" );
}
else if( "doc".equals( type ) )
Index: central/system/gump/avalon-trunk.xml
===================================================================
--- central/system/gump/avalon-trunk.xml (revision 46316)
+++ central/system/gump/avalon-trunk.xml (working copy)
@@ -3056,7 +3056,7 @@
</ant>
<depend project="magic" runtime="true" inherit="runtime"/>
<home nested="tools/spells/checkstyle/target/deliverables"/>
- <jar name="jars/magic-checkstyle-plugin-@@DATE@@.plugin"/>
+ <jar name="plugins/magic-checkstyle-plugin-@@DATE@@.plugin"/>
<nag to="[EMAIL PROTECTED]"
from="Magic Integration <[EMAIL PROTECTED]>"/>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]