summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-03-25 07:16:23 +0000
committerHenri Sara <henri.sara@itmill.com>2009-03-25 07:16:23 +0000
commit9004b0df409cc2fa4700d05eaa356f4ecc9efe7e (patch)
treec791869c2f320e9c7a80380a7920f0a1b61b31b7 /build
parentb77e0f7dfbf7d80b806f1dbea4ce7f1d85248d61 (diff)
downloadvaadin-framework-9004b0df409cc2fa4700d05eaa356f4ecc9efe7e.tar.gz
vaadin-framework-9004b0df409cc2fa4700d05eaa356f4ecc9efe7e.zip
Merge from 5.3 to 6.0:
[7091] Excluded tests from installation package. svn changeset:7168/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index b7e75dfb24..384739dd40 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -568,6 +568,7 @@
<include name="**/*.html" />
<include name="**/*.css" />
<include name="**/*.xml" />
+ <exclude name="**/tests/**"/>
<exclude name="**/demo/sampler/**" if="build.sampler.disabled" />
</patternset>
</fileset>
@@ -587,6 +588,7 @@
<exclude name="**/*.html" />
<exclude name="**/*.css" />
<exclude name="**/*.xml" />
+ <exclude name="**/tests/**"/>
<exclude name="**/demo/sampler/**" if="build.sampler.disabled" />
</patternset>
</fileset>
@@ -687,6 +689,7 @@
</classpath>
<!-- This seems to be included by default: include name="${toolkit-package}/**"/ -->
<exclude name="${toolkit-package}/demo/sampler/**" if="build.sampler.disabled" />
+ <exclude name="${toolkit-package}/tests/**"/>
</javac>
</target>