jvanzyl 01/10/21 17:55:36
Modified: src/tdk/task/org/apache/tdk/transformer transformations.xml
Log:
- slowly trying to go through the entire 2.x tree.
Revision Changes Path
1.4 +24 -4
jakarta-turbine-tdk/src/tdk/task/org/apache/tdk/transformer/transformations.xml
Index: transformations.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-tdk/src/tdk/task/org/apache/tdk/transformer/transformations.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- transformations.xml 2001/10/21 21:46:20 1.3
+++ transformations.xml 2001/10/22 00:55:36 1.4
@@ -162,9 +162,31 @@
<result>TemplateAction</result>
</transformation>
- <!-- util.template package needs some work -->
-
+ <!-- These are all pull tools but who knows how people are
+ using them -->
+
+ <transformation>
+ <target>import org.apache.turbine.util.template.RelativeTemplateLink</target>
+ <result>import org.apache.turbine.tool.RelativeTemplateLink</result>
+ </transformation>
+
+ <transformation>
+ <target>import org.apache.turbine.util.template.TemplateLink</target>
+ <result>import org.apache.turbine.tool.TemplateLink</result>
+ </transformation>
+
<transformation>
+ <target>import org.apache.turbine.util.template.TemplateLinkWithSlash</target>
+ <result>import org.apache.turbine.tool.TemplateLinkWithSlash</result>
+ </transformation>
+
+ <transformation>
+ <target>import org.apache.turbine.util.template.TemplatePageAttributes</target>
+ <result>import org.apache.turbine.tool.TemplatePageAttributes</result>
+ </transformation>
+
+ <!-- Take care of all imports for the separated upload package -->
+ <transformation>
<target>import org.apache.turbine.util.upload</target>
<result>import org.apache.fulcrum.upload</result>
</transformation>
@@ -181,7 +203,5 @@
<target>import org.apache.turbine.util.db.pool.DBConnection</target>
<result>import org.apache.torque.pool.DBConnection</result>
</transformation>
-
-
</transformations>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]