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.
Automerge 9fc49aeb76 [merge from 6.7] Removed book tagging. 12 years ago
..
bin [merge from 6.7] Removed book tagging. 12 years ago
buildhelpers/com/vaadin/buildhelpers Corrections to table column reordering styles. 12 years ago
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows 12 years ago
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 14 years ago
maven [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files 12 years ago
package [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files 12 years ago
VaadinApache2LicenseForJavaFiles.txt #7354 IT Mill -> Vaadin find and replace 12 years ago
build.properties Merged #8105 Compile core files and test files to separate folders 12 years ago
build.xml Fail build if Maven deployment fails (#8638) 12 years ago
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 years ago
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 13 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 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