summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-11-28 09:32:01 +0000
committerArtur Signell <artur.signell@itmill.com>2011-11-28 09:32:01 +0000
commit113d195dc33e8881ba7fc084987d450b30b1d925 (patch)
tree29a8c4695fbd97e0b479515a59f564605d569ae8 /build
parente4417c714abe4961ce13d7d1c931852d74db3847 (diff)
downloadvaadin-framework-113d195dc33e8881ba7fc084987d450b30b1d925.tar.gz
vaadin-framework-113d195dc33e8881ba7fc084987d450b30b1d925.zip
#8009 Cleaned build.xml
svn changeset:22144/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r--build/build.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/build.xml b/build/build.xml
index e7f25afde3..bfa038a686 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -189,10 +189,6 @@
<include name="${toolkit-package}/tests/**/*" />
<include name="${toolkit-package}/launcher/**" />
</fileset>
- <fileset dir="${result-path}/src/core">
- <include name="${toolkit-package}/launcher/**" />
- <exclude name="${toolkit-package}/launcher/**/*.java" />
- </fileset>
<!-- test resources -->
<fileset dir="tests/testbench">
<include name="${toolkit-package}/tests/**/*" />
@@ -661,7 +657,6 @@
<jar file="${result-path}/${lib-sources-jar-name}" compress="true">
<fileset dir="${result-path}/src/core">
<patternset>
- <exclude name="${toolkit-package}/launcher/**" />
<include name="**/*.java" />
</patternset>
</fileset>