summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-10-27 09:25:22 +0000
committerArtur Signell <artur.signell@itmill.com>2009-10-27 09:25:22 +0000
commitdec0f0a29c4c7edede8b2976189a749159a1abab (patch)
tree7dfdea66bb25f484a8c98a875612de59a755acb7 /build
parent9038e011644a7e8aa42fce44beec5743cff8ff5d (diff)
downloadvaadin-framework-dec0f0a29c4c7edede8b2976189a749159a1abab.tar.gz
vaadin-framework-dec0f0a29c4c7edede8b2976189a749159a1abab.zip
Fixed build path, #3298
svn changeset:9395/svn branch:6.2
Diffstat (limited to 'build')
-rw-r--r--build/build.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 2eb66e0ef0..083ce5b717 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -249,9 +249,15 @@
<path id="compile.classpath">
<pathelement path="build/lib/servlet.jar" />
<pathelement path="build/external/fileupload/classes" />
- <pathelement path="lib/core/**/*.jar" />
- <pathelement path="lib/demo/**/*.jar" />
- <pathelement path="lib/tests/**/*.jar" />
+ <fileset dir="lib/core">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="lib/demo">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="lib/tests">
+ <include name="**/*.jar"/>
+ </fileset>
</path>
<path id="compile.classpath.server-side">
<path refid="compile.classpath"/>