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.
Artur Signell a884ca7d64 #8105 Cleaned up and fixed Emma targets vor 12 Jahren
..
bin Merged changes from 6.7 vor 12 Jahren
buildhelpers/com/vaadin/buildhelpers Corrections to table column reordering styles. vor 12 Jahren
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows vor 12 Jahren
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. vor 14 Jahren
maven #7354 IT Mill -> Vaadin find and replace vor 12 Jahren
package #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt vor 13 Jahren
VaadinApache2LicenseForJavaFiles.txt #7354 IT Mill -> Vaadin find and replace vor 12 Jahren
build.properties Merged #8105 Compile core files and test files to separate folders vor 12 Jahren
build.xml #8105 Cleaned up and fixed Emma targets vor 12 Jahren
html-style.properties #7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP; some cleanup (files that were in ZIP, build.xml) vor 13 Jahren
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt vor 13 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 JAR-file will be built with target package-jar
- Test WAR will be built with target package-war

For more detailed info, see build.xml