aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-10-27 08:16:10 +0000
committerArtur Signell <artur.signell@itmill.com>2009-10-27 08:16:10 +0000
commitafa1dcb9734da8f5b644c3875e1b50cfca3d71ac (patch)
treea6cd3372ba4d2bdeb868992217496d6b04b7d7e1 /build
parent6a3c715dae922edd723c9423b4308d5d7948b74e (diff)
downloadvaadin-framework-afa1dcb9734da8f5b644c3875e1b50cfca3d71ac.tar.gz
vaadin-framework-afa1dcb9734da8f5b644c3875e1b50cfca3d71ac.zip
Fixed build script, for #3298
svn changeset:9391/svn branch:6.2
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 38a1a3d871..aaf903f0c1 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -912,7 +912,7 @@
<pathelement location="${gwt-dir}/${platform}/gwt-user.jar" />
<pathelement location="${gwt-dir}/${platform}/${lib-gwt-dev}" />
<pathelement location="${result-path}/classes" />
- <pathelement location="${result-path}/src" />
+ <pathelement location="${result-path}/src/core" />
</classpath>
</javac>
</target>
@@ -1107,7 +1107,7 @@
<include name="**/*" />
</fileset>
<!-- add sources -->
- <fileset dir="${result-path}/src">
+ <fileset dir="${result-path}/src/core">
<patternset>
<exclude name="${toolkit-package}/demo/**" />
<exclude name="${toolkit-package}/tests/**"/>
@@ -1142,7 +1142,7 @@
<echo>Adding source for demos</echo>
<copy todir="${output-dir}/WebContent/WEB-INF/src">
- <fileset dir="${result-path}/src">
+ <fileset dir="${result-path}/src/demo">
<include name="${toolkit-package}/demo/**/*" />
<!-- user might want to tweak launcher classes -->
<include name="${toolkit-package}/launcher/**" />