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.
Leif Åstrand 9238924733 Include tests on the classpath again now that they can be compiled 12 lat temu
..
bin Removed svn:executable property to avoid problems with Git on Windows 12 lat temu
buildhelpers/com/vaadin/buildhelpers #7912 Remove support for IE6 12 lat temu
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows 12 lat temu
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 14 lat temu
maven Build script updates for custom build (Maven version number) 13 lat temu
package #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 13 lat temu
GWT-VERSION.properties Updated GWT version to 2.4.0 12 lat temu
ITMillApache2LicenseForJavaFiles.txt IT Mill -> Vaadin Ltd 13 lat temu
VERSION.properties Updated version to 7.0.0 12 lat temu
build.properties Do not use special -noservlet versions of GWT JARs. 12 lat temu
build.xml Include tests on the classpath again now that they can be compiled 12 lat temu
html-style.properties #7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP; some cleanup (files that were in ZIP, build.xml) 13 lat temu
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 13 lat temu

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 JAR-file will be built with target package-jar
- Test WAR will be built with target package-war

For more detailed info, see build.xml