summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorDonna Malayeri <lindydonna@gmail.com>2010-07-20 16:13:28 +0000
committerDonna Malayeri <lindydonna@gmail.com>2010-07-20 16:13:28 +0000
commit60d56501a02ba40d754f02ea78299be865c9a57e (patch)
tree4f6417ecb57ec8e3278de4e015ca8918915f1fed /build.xml
parent30896b2f45f6e700e8ef332c3fe3ec62253cc731 (diff)
downloadscala-60d56501a02ba40d754f02ea78299be865c9a57e.tar.gz
scala-60d56501a02ba40d754f02ea78299be865c9a57e.tar.bz2
scala-60d56501a02ba40d754f02ea78299be865c9a57e.zip
[scaladoc] Modify build script to copy html res...
[scaladoc] Modify build script to copy html resources to output directory; display template in a frame rather than an iframe; change title of main page when new frame is loaded. Review by dubochet.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 656c45a8c5..30f8def1dc 100644
--- a/build.xml
+++ b/build.xml
@@ -367,6 +367,7 @@ LOCAL REFERENCE BUILD (LOCKER)
<include name="**/*.tmpl"/>
<include name="**/*.xml"/>
<include name="**/*.js"/>
+ <include name="**/*.html"/>
<include name="**/*.css"/>
<include name="**/*.properties"/>
<include name="**/*.swf"/>
@@ -601,6 +602,7 @@ QUICK BUILD (QUICK)
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
+ <include name="**/*.html"/>
<include name="**/*.properties"/>
<include name="**/*.swf"/>
<include name="**/*.png"/>