summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2011-10-31 12:39:34 +0200
committerArtur Signell <artur@vaadin.com>2011-10-31 12:39:34 +0200
commit3ac16b4495be933769d7ac87c85368b49ed2c182 (patch)
tree7c158740e73d621cecdb2c942becef1536183537 /build
parentb5b298d7137116fdfe6aabc4f6e36d17fcb753d4 (diff)
downloadvaadin-framework-3ac16b4495be933769d7ac87c85368b49ed2c182.tar.gz
vaadin-framework-3ac16b4495be933769d7ac87c85368b49ed2c182.zip
Removed Java 5 check
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index acb9d83f8a..b5b19c50e8 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -86,7 +86,7 @@
<!-- Initialization - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- ================================================================== -->
- <target name="init" depends="check-java-version">
+ <target name="init">
<!-- Current timestamp in different formats. -->
<tstamp>
<format property="build.date" pattern="yyyy-MM-dd"/>