Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Artur Signell a6c8dc7133 Include vaadinBootstrap.js in Liferay zip 12 лет назад
..
bin Removed references to lib/core/**/*.jar from japize command. 12 лет назад
buildhelpers/com/vaadin/buildhelpers #7912 Remove support for IE6 12 лет назад
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows 12 лет назад
ivy #8093 Support JSR-303 Bean Validation 12 лет назад
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 14 лет назад
maven #7354 IT Mill -> Vaadin find and replace 12 лет назад
package #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 12 лет назад
GWT-VERSION.properties Updated GWT version to 2.4.0 12 лет назад
VERSION.properties Updated version to 7.0.0 12 лет назад
VaadinApache2LicenseForJavaFiles.txt #7354 IT Mill -> Vaadin find and replace 12 лет назад
build.properties Do not use special -noservlet versions of GWT JARs. 12 лет назад
build.xml Include vaadinBootstrap.js in Liferay zip 12 лет назад
common.xml Made test running from Eclipse work with Ivy 12 лет назад
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) 12 лет назад
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 12 лет назад

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