diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-11-25 19:22:35 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-11-25 19:22:35 +0000 |
commit | abc6f107e45e74177711bbd0def3d018720988e4 (patch) | |
tree | 45d3e279f8807f67cccf4e472668f828e3cb17d9 /build/build.properties | |
parent | a1ae22f6921e612dc7d72a1fa70536950ef54f26 (diff) | |
download | vaadin-framework-abc6f107e45e74177711bbd0def3d018720988e4.tar.gz vaadin-framework-abc6f107e45e74177711bbd0def3d018720988e4.zip |
build speeded by 10 minutes (no longer in draft-mode on docbook, this slowed 10 minutes on each full build because of docbook http connections to sourceforge.net).
Fixed fridays chrash issues.
Renamed VERSION to build.properties file where builder may specify target directory (result).
svn changeset:2920/svn branch:trunk
Diffstat (limited to 'build/build.properties')
-rw-r--r-- | build/build.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build.properties b/build/build.properties new file mode 100644 index 0000000000..8cc38ea9f1 --- /dev/null +++ b/build/build.properties @@ -0,0 +1,2 @@ +version=5.0.0-alpha-4 +result-path=build/result |