summaryrefslogtreecommitdiffstats
path: root/shared/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Set correct versions for json package imports in OSGi manfiests (#14618)Maciej Przepióra2014-10-271-1/+1
| | | | Change-Id: I4761ab889bfacedd66bd7ed5f37fe763d7539bef
* Update versions in OSGi manifest for vaadin-shared (#13812)Antti Tanhuanpää2014-06-051-1/+1
| | | | Change-Id: I75551cb500d3d35071dabcf53d71a8536806a0ca
* Fixed broken OSGi dependencies in vaadin-shared (#13852)Norman Specht2014-06-031-1/+1
| | | | | | The package com.google.gwt.thirdparty.streamhtmlparser_0.0.10.vaadin1 exports version 0.0.10.vaadin1, not 0.1.5.r10-rebased Change-Id: I25c2964636d27a172cc83d69c5c0db64155a6fc2
* JUnit tests should be supported for shared (#13081)Henrik Paul2013-12-121-3/+2
| | | | Change-Id: Ia6243005fba362970cb199ad2aab217e56b5822a
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
| | | | Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-4/+2
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-52/+54
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-011-2/+2
| | | | | | | 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
* Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-1/+3
| | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
* Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-1/+7
| | | | | | | | * 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
* Specify version numbers for OSGi imports (#10358)Artur Signell2012-12-071-1/+1
| | | | Change-Id: I62abd03cfd7624ad91a877106f87e7f56da477b1
* Correctly update version during build (#9624)Artur Signell2012-12-021-4/+18
| | | | Change-Id: Ibe914273b27a109b6ce01928913434d0787baf71
* Import shared-deps packages instead of requiring the bundle (#10066)Johannes Dahlström2012-10-301-2/+1
| | | | Change-Id: I6111f7b403dd6c8bbce6eab64a35b10d9d3d7b05
* Fixed typos and added missing import in OSGi requirements (#9793)Artur Signell2012-10-091-1/+1
| | | | | | | * Import-package: javax.servlet.http * Require-bundle should use bundle-version, not version Change-Id: I100235621de94ee344352c59e6685245c7e21697
* Added import package and require bundle definitions (#9793)Artur Signell2012-10-091-0/+3
| | | | Change-Id: I106dc90c30ddac4abf90131824893a4d5d40921f
* Build javadoc and sources jars (#9299)Artur Signell2012-09-091-0/+3
|
* Support running JUnit tests (#9299)Artur Signell2012-09-091-2/+8
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-091-0/+31