aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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/**" />