Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Leif Åstrand 9238924733 Include tests on the classpath again now that they can be compiled il y a 12 ans
..
bin Removed svn:executable property to avoid problems with Git on Windows il y a 12 ans
buildhelpers/com/vaadin/buildhelpers #7912 Remove support for IE6 il y a 12 ans
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows il y a 12 ans
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. il y a 14 ans
maven Build script updates for custom build (Maven version number) il y a 13 ans
package #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt il y a 13 ans
GWT-VERSION.properties Updated GWT version to 2.4.0 il y a 12 ans
ITMillApache2LicenseForJavaFiles.txt IT Mill -> Vaadin Ltd il y a 13 ans
VERSION.properties Updated version to 7.0.0 il y a 12 ans
build.properties Do not use special -noservlet versions of GWT JARs. il y a 12 ans
build.xml Include tests on the classpath again now that they can be compiled il y a 12 ans
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) il y a 13 ans
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt il y a 13 ans

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