taylor 2004/12/01 21:20:05 Modified: portals-bridges/library/project/dependencies velocity-deps.xml portals-bridges/frameworks project.xml Log: Supports individual VelocityEngine instances for decorators to allow local macro definitions. Caching of VelocityEngine is controlled via web.xml init parameters for JetspeedVelocityViewServlet. See decorator.properties and decorator-macros.vm files in tigris and jetspeed layout decorators for use of this facility. Submitted by: Randy Watler Reviewed by: David Sean Taylor CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.2 +3 -3 jakarta-jetspeed-2/portals-bridges/library/project/dependencies/velocity-deps.xml Index: velocity-deps.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portals-bridges/library/project/dependencies/velocity-deps.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- velocity-deps.xml 4 Nov 2004 18:11:46 -0000 1.1 +++ velocity-deps.xml 2 Dec 2004 05:20:05 -0000 1.2 @@ -6,8 +6,8 @@ </properties> </dependency> <dependency> - <id>velocity-tools:velocity-tools-view</id> - <version>1.1-beta1</version> + <id>velocity-tools</id> + <version>1.1</version> <url>http://jakarta.apache.org/velocity</url> <properties> <war.bundle>true</war.bundle> @@ -21,4 +21,4 @@ <war.bundle>true</war.bundle> </properties> </dependency> - \ No newline at end of file + 1.2 +3 -3 jakarta-jetspeed-2/portals-bridges/frameworks/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portals-bridges/frameworks/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 4 Nov 2004 18:09:33 -0000 1.1 +++ project.xml 2 Dec 2004 05:20:05 -0000 1.2 @@ -48,8 +48,8 @@ <version>1.4</version> </dependency> <dependency> - <id>velocity-tools:velocity-tools-view</id> - <version>1.1-beta1</version> + <id>velocity-tools</id> + <version>1.1</version> <url>http://jakarta.apache.org/velocity</url> </dependency> <dependency>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]