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.
Marko Grönroos f5e6b759d2 Added Japitools comparison to differences script. il y a 14 ans
..
bin Added Japitools comparison to differences script. il y a 14 ans
buildhelpers/com/vaadin/buildhelpers #5204 Include demo portlets in demo package; portlet configuration files are no longer generated at build, cleaned up manually maintained versions il y a 14 ans
cssoptimizer Merges from 6.0 branch. il y a 15 ans
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. il y a 14 ans
maven #3682 - Maven pom.xml should use the same version as all other build scripts il y a 14 ans
package fixes #5168 now creates an optimized client side for the HelloWorld and Calculator example il y a 14 ans
GWT-VERSION.properties #4162 - Update to GWT 2.0.3 il y a 14 ans
ITMillApache2LicenseForJavaFiles.txt Merged [11399] from 6.2 (copyright year) il y a 14 ans
VERSION.properties Branch is for 6.4 il y a 14 ans
build.properties Initial GWT 2.0.0 support (#3810) il y a 14 ans
build.xml Added missing property test-output-dir to target testbench-tests il y a 14 ans
html-style.properties Merged [11399] from 6.2 (copyright year) il y a 14 ans
readme.txt Updated Vaadin Framework 6.3 build instructions (removed platform specific build info) il y a 14 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 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