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.
Jonatan Kronqvist 3530cd3e8b Don't clean the checkout directory in the build script #6038 преди 13 години
..
bin Release tagging tool. преди 13 години
buildhelpers/com/vaadin/buildhelpers Generate OSGi manifest Package-Exports attribute automatically. For #3521. преди 13 години
cssoptimizer Merges from 6.0 branch. преди 15 години
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. преди 14 години
maven #3682 - Maven pom.xml should use the same version as all other build scripts преди 14 години
package Generate OSGi manifest Package-Exports attribute automatically. For #3521. преди 13 години
GWT-VERSION.properties Updated GWT to 2.1.0 преди 13 години
ITMillApache2LicenseForJavaFiles.txt Merged [11399] from 6.2 (copyright year) преди 14 години
VERSION.properties Fix for #6038 - Move manual checkout from build script to build server преди 13 години
build.properties Initial GWT 2.0.0 support (#3810) преди 14 години
build.xml Don't clean the checkout directory in the build script #6038 преди 13 години
html-style.properties Merged [11399] from 6.2 (copyright year) преди 14 години
readme.txt Updated Vaadin Framework 6.3 build instructions (removed platform specific build info) преди 14 години

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