summaryrefslogtreecommitdiffstats
path: root/common.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix build scripts for BOM (#17025)Henri Sara2015-03-261-1/+2
| | | | Change-Id: Ia59a2423d8e22e15a978dd73baf08b5fa6388ea6
* Build Maven BOM for Vaadin (#17025)Henri Sara2015-03-261-1/+1
| | | | Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
* Always include default widget set files in OSGi manifest (#16993)Artur Signell2015-03-031-1/+3
| | | | Change-Id: Ib1fc01ced602d3434a0ad63725601237a0def4d1
* Fix release buildArtur Signell2015-01-151-117/+38
| | | | Change-Id: Ie915aeb31aff7a0c2f655ad9b54e00a582770984
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-121-8/+2
|\ | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
| * Unify test class naming.Sauli Tähkäpää2015-01-051-8/+2
| | | | | | | | | | | | Unit tests are now run for *Test.java and *Tests.java. Change-Id: Iffff1d9a79c7c9b9317ffd19b5a46715b1442909
* | Publish widgets module to Maven (#15544)Artur Signell2015-01-111-1/+1
|/ | | | Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-0/+4
| | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd
* List authors in release notes (#13612)Artur Signell2014-05-121-3/+16
| | | | Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-1/+1
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Trigger a checkstyle error if importing the wrong Element class (#13287)Leif Åstrand2014-03-251-0/+2
| | | | Change-Id: Ief15e88c9c6fe5fd88dbf9f12783ac2f5ae617c6
* Merge changes from origin/7.1Build Agent2014-03-101-17/+33
|\ | | | | | | | | | | | | | | dd5698f Revert "Fix displaced TabSheet caption icon in Chrome" 2d8ec53 Fix TabSheet caption icon alignment on Chrome and Safari (#13077) 1e22aaf Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets. Change-Id: Ibc8421d3e3c037c01f31e168ce79baf20ef61684
| * Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets.Sauli Tähkäpää2014-03-101-17/+33
| | | | | | | | Change-Id: I3b0f4ebc247d0cdbf5d8cdd78c3088207e2f8e45
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-061-1/+5
| | | | | | | | Change-Id: I6a93e763c212eb39d7da9fdbd38f6a8609799c34
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-041-5/+1
| | | | | | | | | | | | This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35. Change-Id: I646c6067cd988f7593996642b22db3818f732d25
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-041-1/+5
|/ | | Change-Id: Icf53bdb80caf7a6989b90cf5ce83dd328d3e73dd
* Output test results in XML reports instead of to standard outputArtur Signell2013-11-181-4/+13
| | | | | | | | | | | | | | | | This is a workaround for a problem with the integrated TeamCity JUnit listener which is not thread safe. Without this the test results are completely mixed up in TeamCity. For more information, see http://youtrack.jetbrains.com/issue/TW-33176. All standard JUnit test reports is put in result/reports. For uitest there are three report directories: result/reports-tb2, result/reports-tb3 and result/reports-integration to be able to clean the directories before running a given type of tests. This change is based on the separate fixes by John. Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
* Reduce Ivy resolver spam to a minimum (#12510)Artur Signell2013-09-041-5/+5
| | | | Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
* Don't attempt to run microbenchmarks as unit tests (#8759)Leif Åstrand2013-06-141-0/+1
| | | | Change-Id: I31349fb7eb0bf0f4b8acae59da663b9a0d24ff62
* Fixed incorrect line breaks (#12040)Artur Signell2013-06-111-2/+1
| | | | Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-117/+55
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-1/+4
| | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* Fixed test issuesArtur Signell2013-06-071-0/+1
| | | | Change-Id: Iebf44d7bff598248fe1cda138ac1d8b4100775ba
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-405/+470
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Exclude parsers from checkstyle as they are generatedArtur Signell2013-05-291-4/+8
| | | | Change-Id: I91489d73bec165b5e755b5d76bf220043bee0d66
* Added push meta module (#11498)Artur Signell2013-04-081-1/+1
| | | | Change-Id: Ia95f4682333656fc34f04e563dc256ef45f987c1
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-211-1/+1
|\ | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * Do not run TestRunner as a testArtur Signell2013-03-191-1/+1
| | | | | | | | Change-Id: I4a32bb614b7c175e1a6ced0078143978b2155194
* | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-011-19/+19
| | | | | | | | | | | | | | The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-011-0/+1
|\| | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * Avoid running test runner as a testArtur Signell2013-03-011-0/+1
| | | | | | | | Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1
* | Made build process easier for Eclipse users (#9998)Artur Signell2013-02-251-0/+1
|/ | | | Change-Id: I486817a75c86292f9637523e9a6808107af49e75
* Ensure result dir exists before trying to write to it (#10918)Artur Signell2013-02-201-0/+1
| | | | Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265
* Imported and updated release notes builder (#10918)Artur Signell2013-02-191-6/+28
| | | | | Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918
* Include licenses folder in jars (#10902)Artur Signell2013-02-011-0/+2
| | | | Change-Id: I27e6dc92c9800529f2363c79eebe88ee737d6293
* Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-0/+4
| | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
* Continue running other tests even if checkstyle fails, attempt 2 (#9065)Leif Åstrand2013-01-081-1/+1
| | | | Change-Id: I6adafe06960b9e6410ba4a4a39432e9a08189221
* Continue running other tests even if checkstyle fails (#9065)Leif Åstrand2013-01-081-1/+1
| | | | Change-Id: I9317f20c01f1bee28d4b0b33615b2f34f46e3850
* Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-1/+20
| | | | | | | | * Validates that all java files contains a license file and fails the build if a license is missing * For now runs a lot of checks with a severity less than error to avoid failing the build * Outputs test results to TeamCity for reporting Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
* Do not publish builds automatically to local Maven (#9926)Artur Signell2012-11-071-3/+0
| | | | Change-Id: I485fe66bfd7a8975657a62bff5c7b64ca1cf8824
* Explicitly specify symbolic names for each bundle to prevent names like ↵Johannes Dahlström2012-10-091-1/+0
| | | | | | "com.vaadin.vaadin-shared" (#9793) Change-Id: I329e4d6b8334864be5023ef51225a6e340e74aa6
* Allow specifying prefixes also for resource directories (#9793)Artur Signell2012-10-091-2/+1
| | | | | | | | * Export VAADIN/widgetsets/* in client-compiled * Export VAADIN/themes/* in themes * Export VAADIN in server (vaadinBootstrap.js) Change-Id: I15b0f7352779479bf73585017f0b95492692f73b
* Avoid logging all taskdef Ivy lookupsArtur Signell2012-10-091-2/+2
| | | | Change-Id: I73c79ed24f0d6bc024e1a1cef7d27653dc37e3b1
* Add version to exported packages (#7222)Artur Signell2012-10-091-0/+1
| | | | Change-Id: I8c22329258cbd8d4dc2f892ae5ba6fa0b9b37a10
* Added import package and require bundle definitions (#9793)Artur Signell2012-10-091-0/+10
| | | | Change-Id: I106dc90c30ddac4abf90131824893a4d5d40921f
* Refactor OSGi manifest attribute handling to support import/export better ↵Artur Signell2012-10-091-23/+63
| | | | | | (#9793) Change-Id: Iae53213b40a688b27a4195fa25c998d3ba43cba3
* Removed hard coded package names from export metadata generator (#9612)Artur Signell2012-10-021-0/+3
| | | | Change-Id: I860d9241e270a2a96796b4800f0bbbc808e2e710
* Renamed themes-compiled -> themes (#9598)Artur Signell2012-09-131-1/+1
|
* Removed files which are no longer needed (#9299)Artur Signell2012-09-101-2/+3
|
* Filter webcontent files for @version@ and more (#9299)Artur Signell2012-09-091-3/+41
|