Skip to content
Snippets Groups Projects
Commit f084fb69 authored by bfraser's avatar bfraser
Browse files

Add redirect for news.html

don't overwite it in build.xml
parent 1449efb0
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,15 @@
<!--
Version: $Id: build.xml,v 1.36 2007/02/23 23:13:31 nitind Exp $
Version: $Id: build.xml,v 1.37 2007/05/29 22:13:17 bfraser Exp $
Ant build script for WTP Web Site.
ChangeLog:
2007-05-29: Bob Fraser <bfraser@bea.com>
- news.html now redirects to news.php. Don't overwrite redirect.
2007-02-23: Bob Fraser <bfraser@bea.com>
- Modify html target and release-info targets to not overwrite html redirect pages
......@@ -114,7 +117,9 @@
</target>
<target name="news" description="---> Generates news.html and rss." depends="rss">
<!--
<xslt in="news.xml" out="news.html" style="wtphome.xsl" force="true" />
-->
</target>
<target name="html" depends="news, help-wanted, community, plans, faq, release-info" description="Transforms XML to HTML.">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment