Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Marko Grönroos 6ab3d9ac30 Merge from versions/6.4 to versions/6.5: vor 13 Jahren
..
bin Added Japitools comparison to differences script. vor 14 Jahren
buildhelpers/com/vaadin/buildhelpers Generate OSGi manifest Package-Exports attribute automatically. For #3521. vor 13 Jahren
cssoptimizer Merges from 6.0 branch. vor 15 Jahren
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. vor 14 Jahren
maven #3682 - Maven pom.xml should use the same version as all other build scripts vor 14 Jahren
package Generate OSGi manifest Package-Exports attribute automatically. For #3521. vor 13 Jahren
GWT-VERSION.properties Updated GWT to 2.1.0 vor 13 Jahren
ITMillApache2LicenseForJavaFiles.txt Merged [11399] from 6.2 (copyright year) vor 14 Jahren
VERSION.properties Merged [15805] from versions/6.4 to versions/6.5. Updated the actual value. vor 13 Jahren
build.properties Initial GWT 2.0.0 support (#3810) vor 14 Jahren
build.xml Merge from versions/6.4 to versions/6.5: vor 13 Jahren
html-style.properties Merged [11399] from 6.2 (copyright year) vor 14 Jahren
readme.txt Updated Vaadin Framework 6.3 build instructions (removed platform specific build info) vor 14 Jahren

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