|
@@ -183,8 +183,8 @@
|
|
|
</fileset>
|
|
|
</replaceregexp>
|
|
|
|
|
|
- <!-- Add CSS class "eclipsehelp" to BODY element -->
|
|
|
- <replaceregexp byline="true" match='<body>' replace='<body class="eclipsehelp">'>
|
|
|
+ <!-- Add CSS classes "eclipsehelp" and "body-container" to BODY element -->
|
|
|
+ <replaceregexp byline="true" match='<body>' replace='<body class="eclipsehelp body-container">'>
|
|
|
<fileset dir="${help.dir}">
|
|
|
<include name="**/*.html" />
|
|
|
</fileset>
|