From: dion g. <dio...@us...> - 2005-06-24 03:24:36
|
diongillard 05/06/23 20:24:24 Modified: was5 plugin.jelly Log: Remove useless comment Revision Changes Path 1.16 +0 -1 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plugin.jelly 24 Jun 2005 02:09:29 -0000 1.15 +++ plugin.jelly 24 Jun 2005 03:24:24 -0000 1.16 @@ -14,7 +14,6 @@ !--> <define:tag name="run-build-file-target"> <ant:mkdir dir="${maven.build.dir}/was5"/> - <!-- convert path to string - is there a better way? --> <j:file name="${maven.build.dir}/was5/build.xml" prettyPrint="true"><j:include file="${plugin.resources}/build.xml.jelly"/></j:file> <!-- find .bat or .sh based on os --> <j:choose> |