vaadin-framework/build
Artur Signell c866da8116 #6184 Update to GWT 2.1.1
svn changeset:16579/svn branch:6.5
2010-12-20 14:03:14 +00:00
..
bin Release tagging tool. 2010-11-10 17:56:46 +00:00
buildhelpers/com/vaadin/buildhelpers Generate OSGi manifest Package-Exports attribute automatically. For #3521. 2010-10-22 13:53:28 +00:00
cssoptimizer Merges from 6.0 branch. 2009-05-08 12:49:39 +00:00
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 2010-03-08 13:28:41 +00:00
maven #3682 - Maven pom.xml should use the same version as all other build scripts 2010-03-01 16:21:01 +00:00
package Generate OSGi manifest Package-Exports attribute automatically. For #3521. 2010-10-22 13:53:28 +00:00
build.properties Initial GWT 2.0.0 support (#3810) 2009-12-18 14:21:35 +00:00
build.xml Don't clean the checkout directory in the build script #6038 2010-12-10 08:46:42 +00:00
GWT-VERSION.properties #6184 Update to GWT 2.1.1 2010-12-20 14:03:14 +00:00
html-style.properties Merged [11399] from 6.2 (copyright year) 2010-04-09 15:31:16 +00:00
ITMillApache2LicenseForJavaFiles.txt Merged [11399] from 6.2 (copyright year) 2010-04-09 15:31:16 +00:00
readme.txt Updated Vaadin Framework 6.3 build instructions (removed platform specific build info) 2010-04-05 11:40:53 +00:00
VERSION.properties Fix for #6038 - Move manual checkout from build script to build server 2010-12-08 13:08:52 +00:00

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