| | |
| | | </replace> |
| | | <replace |
| | | dir="${basedir}/target/docbkx/html/" |
| | | token="</head>" |
| | | value='<link rel="shortcut icon" href="http://forgerock.org/favicon.ico"></head>'> |
| | | token="</head>"> |
| | | <include name="**/**/*.html" /> |
| | | <replacevalue> |
| | | <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> |
| | | <script type="text/javascript"> |
| | | // On click, reformat <screen> commands for easier copying. |
| | | $(document).ready(function(){ |
| | | $(".screen").click(function(event){ |
| | | $(this).replaceWith( |
| | | "<pre class=\"screen\">" + |
| | | $(this).text().replace(/\n /g," ") + |
| | | "</pre>"); |
| | | }); |
| | | }); |
| | | </script> |
| | | <link rel="shortcut icon" href="http://forgerock.org/favicon.ico"> |
| | | </head></replacevalue> |
| | | </replace> |
| | | </postProcess> |
| | | </configuration> |
| | |
| | | </replace> |
| | | <replace |
| | | dir="${basedir}/target/docbkx/html/" |
| | | token="</head>" |
| | | value='<link rel="shortcut icon" href="http://forgerock.org/favicon.ico"></head>'> |
| | | token="</head>"> |
| | | <include name="**/**/**/*.html" /> |
| | | <replacevalue> |
| | | <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> |
| | | <script type="text/javascript"> |
| | | // On click, reformat <screen> commands for easier copying. |
| | | $(document).ready(function(){ |
| | | $(".screen").click(function(event){ |
| | | $(this).replaceWith( |
| | | "<pre class=\"screen\">" + |
| | | $(this).text().replace(/\n /g," ") + |
| | | "</pre>"); |
| | | }); |
| | | }); |
| | | </script> |
| | | <link rel="shortcut icon" href="http://forgerock.org/favicon.ico"> |
| | | </head></replacevalue> |
| | | </replace> |
| | | <replace |
| | | dir="${basedir}/target/docbkx/html/" |