summaryrefslogtreecommitdiffstats
path: root/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete launch filesHenri Sara2016-04-193-80/+0
| | | | | | | | | | | | | Now the following can be used instead: - run the class DevelopmentServerLauncher with -ea in uitest - mvn install vaadin:run-codeserver in uitest (for TestingWidgetSet) Once client-compiled is updated to use Maven for the widgetset build, a similar command can be used for DefaultWidgetSet. Use workspace artifact resolution when appropriate. Change-Id: Iad1a8484ef3e9df1772f422217a8a08c05421bbc
* Convert Eclipse project to Maven basedHenri Sara2016-04-043-0/+6
| | | | | | Ignore exec plugin for m2e in themes and client-compiled. Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa
* Reserve enough memory so SDM can be run for more than one browserArtur Signell2015-07-311-1/+1
| | | | Change-Id: Ie7424f43248958492de173b2dc8839ecdf8c6df4
* Run SDM in strict mode to easier catch silly mistakes (#13567)Leif Åstrand2015-03-191-1/+1
| | | Change-Id: I6739260499e66245eff2b05bfeb84c430ef5ca19
* Support both DefaultWidgetSet and TestingWidgetSetArtur Signell2015-03-051-1/+1
| | | | Change-Id: Icdf5f3cdca60aa7e40d698b51df52ccbac1aee35
* Update GWT to 2.7.0.beta1vaadin1.Artur Signell2014-10-312-2/+2
| | | | | | | Update client-compiler-deps to 1.2.0. Fix classpaths for devmodes. Change-Id: I8452271594b4563bf476420ff7ab22985913e397
* Dev mode launch based on Super Dev Mode launch (#14443)Artur Signell2014-08-271-17/+12
| | | | Change-Id: Ic40ec59317b0f1a7c035963c147225c85a8e049d
* Fix super dev mode launch (#14443)Artur Signell2014-08-271-15/+9
| | | | Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
* SuperDevMode launch file for the projectArtur Signell2014-06-271-0/+33
| | | | Change-Id: I3c6e5a495c0a4dc13e373ee82e8619f2559be3a4
* Use GWT as maven dependency (#13616)Sauli Tähkäpää2014-06-131-6/+1
| | | | Change-Id: I283820c7dcca7ecd341949bb15275406fe378902
* Modified Coding Conventions to not have a new line after annotations onAnna Koskinen2014-05-221-2/+2
| | | | | | parameters (#13569). Change-Id: Idc541f298591453c52285a8b1987052caad79e4f
* DevelopmentServletLoader: Reload servlet containerManolo Carrasco2014-05-061-0/+1
| | | | | | | | - Add a couple of parameters in order make jetty context reload whenever a class is modified. - Remove deprecated SSL API calls. Change-Id: I737fb92e78ce5573a4473639f25fcdad606f3c55
* Remove non-existant theme-compiler from launchArtur Signell2014-05-051-1/+0
| | | | Change-Id: I0d438ebee1b922a2d6eeae6abb0cd69c16848620
* Fixed broken launch configuration (#13053)Artur Signell2014-01-151-1/+1
| | | | Change-Id: Ifa9f127d29cc3b4fb0a694ad2f7665b3ef34b028
* Ensure DevelopmentLauncher uses servlet 3.0 API (#13053)Artur Signell2014-01-131-0/+7
| | | | | | Rendering of JSP pages does not work if servlet 2.5 API comes before servlet 3.0 API on the classpath Change-Id: I6f6bbdb22142848b424c991a15b058ea66ec4eac
* Include uitest/src in development mode launch to make it work with ↵Artur Signell2013-04-261-0/+1
| | | | | | TestingWidgetSet Change-Id: I609e6eb97add4a1417753b6dce2369d71b017978
* Launch configurations for dev server and dev mode (#11363)Artur Signell2013-03-182-0/+49
| | | | Change-Id: I6e632e0dcab4826f1eafa8ac534425000fd8dfde
* #7537 Enable Off/On formatter tags in eclipse Vaadin formatter profileArtur Signell2011-09-231-9/+28
| | | | | | File is now generated with Eclipse Indigo svn changeset:21262/svn branch:6.7
* #2904 Renamed cleanup and java conventions (ITMillToolkit* to Vaadin*)Artur Signell2009-05-192-2/+2
| | | | svn changeset:7876/svn branch:6.0
* Removed "Change indirect accesses to static members to direct accesses ↵Artur Signell2009-01-021-23/+27
| | | | | | (accesses through subtypes)" from cleanup profile. Should probably never have been there as it disables usage of e.g. VerticalLayout.ALIGNMENT_RIGHT svn changeset:6397/svn branch:trunk
* Tab policy -> Spaces onlyMarc Englund2007-11-141-4/+4
| | | | svn changeset:2801/svn branch:trunk
* Eclipse CleanUp and Formatting profiles added.Marc Englund2007-11-132-0/+315
svn changeset:2800/svn branch:trunk