Author: maartenc
Date: Wed Jan  7 13:29:28 2009
New Revision: 732505

URL: http://svn.apache.org/viewvc?rev=732505&view=rev
Log:
Fixed problem with stylesheet caused by IVY-994.

Modified:
    
ant/ivy/core/branches/2.0.0/src/java/org/apache/ivy/plugins/resolver/packager/packager.xsl

Modified: 
ant/ivy/core/branches/2.0.0/src/java/org/apache/ivy/plugins/resolver/packager/packager.xsl
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0/src/java/org/apache/ivy/plugins/resolver/packager/packager.xsl?rev=732505&r1=732504&r2=732505&view=diff
==============================================================================
--- 
ant/ivy/core/branches/2.0.0/src/java/org/apache/ivy/plugins/resolver/packager/packager.xsl
 (original)
+++ 
ant/ivy/core/branches/2.0.0/src/java/org/apache/ivy/plugins/resolver/packager/packager.xsl
 Wed Jan  7 13:29:28 2009
@@ -61,17 +61,17 @@
     </xsl:template>
 
     <!-- The allowed build actions in restricted mode -->
-    <xsl:template match="/packager-module/build/copy"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/jar"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/mkdir"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/move"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/tar"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/unjar"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/untar"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/unwar"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/unzip"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/war"><xsl:copy-of 
select="."/></xsl:template>
-    <xsl:template match="/packager-module/build/zip"><xsl:copy-of 
select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/copy" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/jar" priority="1"><xsl:copy-of 
select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/mkdir" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/move" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/tar" priority="1"><xsl:copy-of 
select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/unjar" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/untar" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/unwar" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/unzip" 
priority="1"><xsl:copy-of select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/war" priority="1"><xsl:copy-of 
select="."/></xsl:template>
+    <xsl:template match="/packager-module/build/zip" priority="1"><xsl:copy-of 
select="."/></xsl:template>
 
     <!-- Allow other build actions when restricted="false", otherwise generate 
error -->
     <xsl:template match="/packager-module/build/*">


Reply via email to