kaz 02/03/17 20:28:31
Modified: . build-bootstrap.xml project.xml
src/templates/build build.init.target
Log:
Updating to velocity-dvsl-0.43. This is the latest and greatest that
has a feature required to determine relative paths from within a
template. It passes the filename (relative to the basedir attribute of
the dvsl task) of the current document being processed into the context
($context.getAppValue("infilename")). The relative directory can then
be determined by using DVSLPathTool.getRelativePath().
Revision Changes Path
1.45 +2 -2 jakarta-turbine-maven/build-bootstrap.xml
Index: build-bootstrap.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- build-bootstrap.xml 17 Mar 2002 06:14:00 -0000 1.44
+++ build-bootstrap.xml 18 Mar 2002 04:28:31 -0000 1.45
@@ -228,8 +228,8 @@
verbose="false"
usetimestamp="true"/>
- <get src="${get.jars.baseUrl}/velocity-dvsl-0.40.jar"
- dest="${lib.repo}/velocity-dvsl-0.40.jar"
+ <get src="${get.jars.baseUrl}/velocity-dvsl-0.43.jar"
+ dest="${lib.repo}/velocity-dvsl-0.43.jar"
verbose="false"
usetimestamp="true"/>
1.27 +2 -2 jakarta-turbine-maven/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xml 16 Mar 2002 19:49:12 -0000 1.26
+++ project.xml 18 Mar 2002 04:28:31 -0000 1.27
@@ -175,8 +175,8 @@
<dependency>
<name>jakarta-velocity-dvsl</name>
<type>documentation</type>
- <version>0.40</version>
- <jar>velocity-dvsl-0.40.jar</jar>
+ <version>0.43</version>
+ <jar>velocity-dvsl-0.43.jar</jar>
</dependency>
<dependency>
1.10 +1 -1 jakarta-turbine-maven/src/templates/build/build.init.target
Index: build.init.target
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.init.target,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.init.target 16 Mar 2002 05:12:25 -0000 1.9
+++ build.init.target 18 Mar 2002 04:28:31 -0000 1.10
@@ -18,7 +18,7 @@
<pathelement location="${lib.repo}/commons-util-1.0-rc2-dev.jar"/>
<pathelement location="${lib.repo}/commons-io.jar"/>
<pathelement location="${lib.repo}/commons-lang-0.1-dev.jar"/>
- <pathelement location="${lib.repo}/velocity-dvsl-0.40.jar"/>
+ <pathelement location="${lib.repo}/velocity-dvsl-0.43.jar"/>
<pathelement location="${lib.repo}/velocity-1.3-dev.jar"/>
<pathelement location="${lib.repo}/log4j-1.1.3.jar"/>
<pathelement location="${lib.repo}/jdepend.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>