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.
Marko Grönroos e8573de42f Get book repository URL from command-line as it is no longer stored in the core repo. пре 13 година
..
bin Get book repository URL from command-line as it is no longer stored in the core repo. пре 13 година
buildhelpers/com/vaadin/buildhelpers undoing last accidental commit пре 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 #6184 Update to GWT 2.1.1 пре 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 Retry tests only run if create.retry.tests and retries are given пре 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