Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Artur Signell 1d59026513 Merge commit '7c200d4e869139ff72e848e973cd5ce5932908d8' před 12 roky
..
bin Merge remote branch 'origin/6.8' před 12 roky
buildhelpers/com/vaadin/buildhelpers #7912 Remove support for IE6 před 12 roky
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows před 12 roky
ivy Fixed compilation classpath for tests and renamed classpath variables to před 12 roky
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. před 14 roky
maven [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files před 12 roky
package [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files před 12 roky
GWT-VERSION.properties Updated GWT version to 2.4.0 před 12 roky
VERSION.properties Updated version to 7.0.0 před 12 roky
VaadinApache2LicenseForJavaFiles.txt #7354 IT Mill -> Vaadin find and replace před 12 roky
build.properties Merge remote-tracking branch 'origin/6.8' před 12 roky
build.xml Include all server side test classes in the test WAR před 12 roky
common.xml Made test running from Eclipse work with Ivy před 12 roky
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) před 13 roky
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt před 13 roky

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