summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2012-01-10 15:04:42 +0000
committerArtur Signell <artur.signell@itmill.com>2012-01-10 15:04:42 +0000
commitf7a3041dcdaa0c9e34fccbca8bcfeae411e128a8 (patch)
tree1e9d72db8f7d883c1a361a900cdc08dc8fe91ff8 /build
parentb8e615029448912c6c4764d83c140e2861f7a489 (diff)
downloadvaadin-framework-f7a3041dcdaa0c9e34fccbca8bcfeae411e128a8.tar.gz
vaadin-framework-f7a3041dcdaa0c9e34fccbca8bcfeae411e128a8.zip
#8105 toolkit-package -> vaadin-package for clarity
svn changeset:22574/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r--build/build.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/build/build.xml b/build/build.xml
index 3a3b94daa9..039501d4fb 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -199,8 +199,8 @@
<echo>Adding test class files and resources and launcher configuration.</echo>
<copy todir="${output-dir}/WebContent/WEB-INF/classes">
<fileset dir="${result-classes-testbench}">
- <include name="${toolkit-package}/tests/**/*" />
- <include name="${toolkit-package}/launcher/**" />
+ <include name="${vaadin-package}/tests/**/*" />
+ <include name="${vaadin-package}/launcher/**" />
</fileset>
<!-- test resources -->
<fileset dir="tests/testbench">
@@ -703,9 +703,7 @@
<property name="javadoc.destdir" value="${output-dir}/WebContent/docs/api"/>
<javadoc destdir="${javadoc.destdir}" author="true" version="true" use="true" windowtitle="${product-name}" classpathref="compile.classpath.client-side">
- <packageset dir="${result-src-core}">
- <include name="${toolkit-package}/**" />
- </packageset>
+ <packageset dir="${result-src-core}"/>
<doctitle>${javadoc.doctitle}</doctitle>
<!-- <header><![CDATA[<script type="text/javascript" src=".html-style/style.js"></script>]]></header> -->
<bottom>${javadoc.bottom}</bottom>