plynch 2003/01/30 04:08:45
Modified: src/plugins-build/webserver plugin.jelly
Log:
o using the new 'file' attribute of the import tag to import the jelly scripts
instead of URI
Revision Changes Path
1.5 +1 -1 jakarta-turbine-maven/src/plugins-build/webserver/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/webserver/plugin.jelly,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.jelly 25 Jan 2003 11:33:35 -0000 1.4
+++ plugin.jelly 30 Jan 2003 12:08:45 -0000 1.5
@@ -8,7 +8,7 @@
<!--==================================================================-->
<!-- S U P P O R T E D W E B S E R V E R S -->
<!--==================================================================-->
- <j:import inherit="true" uri="file:${plugin.resources}/apache-2.x.jelly" />
+ <j:import inherit="true" file="${plugin.resources}/apache-2.x.jelly" />
<!--==================================================================-->
<!-- B E G I N C O R E P R O C E S S I N G -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]