選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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