You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artur Signell 443e1aa2f9 Merged fix for #5766 13 years ago
..
bin Added Japitools comparison to differences script. 14 years ago
buildhelpers/com/vaadin/buildhelpers Liferay Alloy UI theme for Vaadin 13 years ago
cssoptimizer Merges from 6.0 branch. 15 years ago
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 14 years ago
maven #3682 - Maven pom.xml should use the same version as all other build scripts 14 years ago
package #5410 OSGi manifest export package list missing some packages 14 years ago
GWT-VERSION.properties Updated GWT to 2.0.4 #5425 14 years ago
ITMillApache2LicenseForJavaFiles.txt Merged [11399] from 6.2 (copyright year) 14 years ago
VERSION.properties Update version number file to 6.5.0 13 years ago
build.properties Initial GWT 2.0.0 support (#3810) 14 years ago
build.xml Merged fix for #5766 13 years ago
html-style.properties Merged [11399] from 6.2 (copyright year) 14 years ago
readme.txt Updated Vaadin Framework 6.3 build instructions (removed platform specific build info) 14 years ago

readme.txt

How to build Vaadin Framework
=============================

Building the distribution packages is as easy as running ant without
parameters in this directory. While as official packages will be built
with Java 1.5, you can force build with 1.6 by adding the option
-Dignoreversion=1

Some of the most common targets to build:
- Distribution ZIP-file will be built with target package-zip
- Distribution JAR-file will be built with target package-jar
- Demo package will be built with target package-war

For more detailed info, see build.xml