Move utility classes to util package
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0eca348d7c
commit
df704c6029
@ -12,12 +12,12 @@
|
||||
trim="false">
|
||||
|
||||
<!-- This needs to be instantiated here to be available in the template matches -->
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.MavenTool"/>
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.util.MavenTool"/>
|
||||
<j:useBean var="numbers" class="java.text.DecimalFormat"/>
|
||||
<j:useBean var="htmlescape" class="org.apache.velocity.anakia.Escape"/>
|
||||
<j:useBean var="formatter" class="org.apache.maven.DVSLFormatter"/>
|
||||
<j:useBean var="formatter" class="org.apache.maven.util.DVSLFormatter"/>
|
||||
<j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.DVSLPathTool"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
|
||||
|
||||
|
||||
<define:taglib uri="junit">
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
xmlns="dummy" trim="false">
|
||||
|
||||
<!-- This needs to be instantiated here to be available in the template matches -->
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.MavenTool"/>
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.util.MavenTool"/>
|
||||
<j:useBean var="htmlescape" class="org.apache.velocity.anakia.Escape"/>
|
||||
<j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.DVSLPathTool"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
|
||||
|
||||
<jsl:template match="checkstyle">
|
||||
<document>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
xmlns:x="jelly:xml"
|
||||
xmlns="dummy" trim="false">
|
||||
<!-- This needs to be instantiated here to be available in the template matches -->
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.MavenTool"/>
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.util.MavenTool"/>
|
||||
<jsl:template match="changelog">
|
||||
<document>
|
||||
<jsl:applyTemplates/>
|
||||
|
||||
@ -12,11 +12,11 @@
|
||||
trim="false">
|
||||
|
||||
<!-- This needs to be instantiated here to be available in the template matches -->
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.MavenTool"/>
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.util.MavenTool"/>
|
||||
<j:useBean var="htmlescape" class="org.apache.velocity.anakia.Escape"/>
|
||||
<j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.DVSLPathTool"/>
|
||||
<j:useBean var="stringTool" class="org.apache.maven.StringTool"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
|
||||
<j:useBean var="stringTool" class="org.apache.maven.util.StringTool"/>
|
||||
|
||||
<define:taglib uri="jdepend">
|
||||
<define:tag name="nav">
|
||||
|
||||
@ -12,12 +12,12 @@
|
||||
trim="false">
|
||||
|
||||
<!-- This needs to be instantiated here to be available in the template matches -->
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.MavenTool"/>
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.util.MavenTool"/>
|
||||
<j:useBean var="numbers" class="java.text.DecimalFormat"/>
|
||||
<j:useBean var="htmlescape" class="org.apache.velocity.anakia.Escape"/>
|
||||
<j:useBean var="formatter" class="org.apache.maven.DVSLFormatter"/>
|
||||
<j:useBean var="formatter" class="org.apache.maven.util.DVSLFormatter"/>
|
||||
<j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.DVSLPathTool"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
|
||||
|
||||
|
||||
<define:taglib uri="junit">
|
||||
|
||||
@ -10,10 +10,10 @@
|
||||
xmlns="dummy" trim="false">
|
||||
|
||||
<!-- This needs to be instantiated here to be available in the template matches -->
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.MavenTool"/>
|
||||
<j:useBean var="mavenTool" class="org.apache.maven.util.MavenTool"/>
|
||||
<j:useBean var="htmlescape" class="org.apache.velocity.anakia.Escape"/>
|
||||
<j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.DVSLPathTool"/>
|
||||
<j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
|
||||
|
||||
<jsl:template match="pmd">
|
||||
<document>
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
more of a global tool box.
|
||||
-->
|
||||
|
||||
<j:useBean var="formatter" class="org.apache.maven.DVSLFormatter"/>
|
||||
<j:useBean var="formatter" class="org.apache.maven.util.DVSLFormatter"/>
|
||||
${formatter.formatNumber(string,pattern)}
|
||||
</define:tag>
|
||||
|
||||
@ -605,7 +605,7 @@
|
||||
|
||||
|
||||
<!-- path tool for relative processing -->
|
||||
<j:useBean var="pathTool" class="org.apache.maven.DVSLPathTool"/>
|
||||
<j:useBean var="pathTool" class="org.apache.maven.util.DVSLPathTool"/>
|
||||
|
||||
<!-- tool for loading resources from the class loader -->
|
||||
<j:useBean class="org.apache.maven.util.ResourceBean" var="resourceTool"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user