Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Leif Åstrand 3536d4e5bc Add gwt.lib.dir for using prebuilt gwt jar files not in lib dir 12 anos atrás
..
bin Merge commit '9fc49' 12 anos atrás
buildhelpers/com/vaadin/buildhelpers Generate package exports for the JAR only for com.vaadin and com.google 12 anos atrás
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows 12 anos atrás
ivy Update Ivy configuration and build script for integrated GWT. 12 anos atrás
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 14 anos atrás
maven [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files 12 anos atrás
package [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files 12 anos atrás
GWT-VERSION.properties Integrate GWT build with Vaadin - first step. 12 anos atrás
VERSION.properties Updated version to 7.0.0 12 anos atrás
VaadinApache2LicenseForJavaFiles.txt #7354 IT Mill -> Vaadin find and replace 12 anos atrás
build.properties Merge remote-tracking branch 'origin/6.8' 12 anos atrás
build.xml Add gwt.lib.dir for using prebuilt gwt jar files not in lib dir 12 anos atrás
common.xml Made test running from Eclipse work with Ivy 12 anos atrás
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) 13 anos atrás
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 13 anos atrás

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