diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2011-10-05 09:56:29 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2011-10-05 09:56:29 +0000 |
commit | a39619ab7eb7ecf56f43749354628ccea134f019 (patch) | |
tree | 5973921a80c67ecd4a61342d06b9d4918944de87 /build | |
parent | 97e74bebe79bc78099828ff226401103e2603c98 (diff) | |
download | vaadin-framework-a39619ab7eb7ecf56f43749354628ccea134f019.tar.gz vaadin-framework-a39619ab7eb7ecf56f43749354628ccea134f019.zip |
Updated LATEST file path to point to minor LATEST
svn changeset:21570/svn branch:6.7
Diffstat (limited to 'build')
-rwxr-xr-x | build/bin/package-diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/package-diff.py b/build/bin/package-diff.py index c8cb63a7ed..f3b0d59562 100755 --- a/build/bin/package-diff.py +++ b/build/bin/package-diff.py @@ -7,7 +7,7 @@ from sets import Set # Configuration ################################################################################ downloadsite = "http://vaadin.com/download" -latestfile = "/LATEST" +latestfile = "/release/6.7/LATEST" JAPIZE = "japize" JAPICOMPAT = "japicompat" |