| CODENOTIFIER | HelpYou are not signed inSign in |
Project: AppFuse
Revision: 3162
Author: mraible
Date: 10 Aug 2008 22:58:08
Changes:Reverted change to remove Tapestry hack
Files:| ... | ...@@ -349,6 +349,11 @@ | |
| 349 | 349 | continue; |
| 350 | 350 | } |
| 351 | 351 | |
| 352 | // hack for Tapestry depending on commons-pool (a.k.a. commons-dbcp 1.2.2) | |
| 353 | if ("tapestry".equals(project.getProperties().getProperty("web.framework")) && key.equals("commons.dbcp.version")) { | |
| 354 | value = "1.2.2"; | |
| 355 | } | |
| 356 | ||
| 352 | 357 | if (value.contains("&")) { |
| 353 | 358 | value = "<![CDATA[" + value + "]]>"; |
| 354 | 359 | } |