aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-201/+0
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* #5562 Widgetset build throws an exception while throwing an exceptionArtur Signell2011-11-011-1/+1
| | | | | | Changed getCanonicalPath to getPath to avoid exceptions in the exception handler svn changeset:21852/svn branch:6.7
* #5026 WidgetSetBuilder creates duplicate references to non-Vaadin GWT modulesArtur Signell2011-01-181-5/+10
| | | | svn changeset:16919/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-2/+1
| | | | svn changeset:14496/svn branch:6.4
* Fixes the reverted [13971] issue.John Alhroos2010-08-041-1/+4
| | | | svn changeset:14410/svn branch:6.4
* Reverting part of [12971] back since it causes the regression #5403.John Alhroos2010-08-041-1/+3
| | | | svn changeset:14408/svn branch:6.4
* #4619 update GWT user.agent in comments of widgetset files created by ↵Henri Sara2010-07-091-3/+2
| | | | | | Eclipse plugin svn changeset:14160/svn branch:6.4
* #5293 WidgetsetBuilder should create directories if necessaryHenri Sara2010-07-071-0/+8
| | | | svn changeset:14124/svn branch:6.4
* Avoid duplicating references to any GWT modules, not just widgetsets.Henri Sara2010-06-301-5/+3
| | | | svn changeset:13971/svn branch:6.4
* Updated .gwt.xml template to use gecko1_8 instead of gecko (#4619)Artur Signell2010-06-241-1/+1
| | | | svn changeset:13919/svn branch:6.4
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* Merged [10696]Artur Signell2010-01-121-2/+2
| | | | svn changeset:10700/svn branch:6.3
* Formatting fixes to widgetset builder, unified tabs to spaces.Marko Grönroos2009-12-021-3/+3
| | | | svn changeset:10127/svn branch:6.2
* #3569 document in widgetset how to compile for some user agents onlyHenri Sara2009-11-051-3/+18
| | | | svn changeset:9627/svn branch:6.2
* widgetset build button in plugin can now be used while developing vaadin itselfMatti Tahvonen2009-11-031-20/+35
| | | | svn changeset:9602/svn branch:6.2
* Save modified GWT module also if not created by the widgetset builderHenri Sara2009-10-301-1/+1
| | | | svn changeset:9486/svn branch:6.2
* Create widgetset in first suitable classpath directory - should be a source ↵Henri Sara2009-10-281-0/+5
| | | | | | directory svn changeset:9430/svn branch:6.2
* Support multiple source paths in widgetset builder - not yet testedHenri Sara2009-10-271-10/+14
| | | | svn changeset:9411/svn branch:6.2
* fixes #3603Matti Tahvonen2009-10-261-0/+5
| | | | svn changeset:9374/svn branch:6.2
* avoid rewriting gwt module if changes did not happenMatti Tahvonen2009-10-151-1/+7
| | | | svn changeset:9211/svn branch:6.2
* vaadin widget jars now detected by details in manifest file, simple ↵Matti Tahvonen2009-09-291-0/+134
widgetsetbuilder tool + some refactoring svn changeset:8990/svn branch:2009-09-widget-packaging_3332