summaryrefslogtreecommitdiffstats
path: root/server/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add optional OSGi imports for portals (#18561)Henri Sara2015-08-191-1/+1
| | | | Change-Id: Id13dc29347c93ad142c991f95f89cf04eb06db94
* Provide compressed vaadinBootstrap.js (#18329)Artur Signell2015-06-231-1/+9
| | | | Change-Id: Ibc8efdf8d9d5ace8f6db7b19e54978b35458a79f
* Add missing OSGi import to make designs work (#17377)Artur Signell2015-05-191-1/+1
| | | | Change-Id: I28bbbc7a9079fc81e90d1d3f35f675234e560404
* Add missing osgi import to guava (#16739)Miki2015-03-041-1/+1
| | | | Change-Id: I889b918600db98b70a7c02e86fbbeca31f083f80
* Use elemental.json and not org.json in OSGi (#16490)Artur Signell2015-01-271-1/+1
| | | | Change-Id: Ib11880b020f0f60c9e0808409d243e6c4d6c05aa
* Reformat build filesArtur Signell2015-01-151-4/+8
| | | | Change-Id: Iab68be3e5d5e59bb05610677642a5715efe50feb
* Set correct versions for json package imports in OSGi manfiests (#14618)Maciej Przepióra2014-10-271-1/+1
| | | | Change-Id: I4761ab889bfacedd66bd7ed5f37fe763d7539bef
* resolve org.json version conflict between server and shared (#14618)Markus Koivisto2014-09-111-1/+1
| | | | Change-Id: Iae1723bfcfa56084a1339247b1f82e9277555a5e
* Depend on sass-compiler, not the old theme-compiler (#14009)Artur Signell2014-08-211-1/+1
| | | | Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c
* Enable on-the-fly SASS compilation in OSGi (#10307)Johannes Dahlström2014-02-241-1/+1
| | | | | | | * Add proper Import-Package directives to theme-compiler * Require-Bundle theme-compiler in server bundle Change-Id: I7dec20c04eac92271b8adf0b1e23c573f1b06a29
* Add optional OSGi Import-Package for javax.validation (#12301)Johannes Dahlström2013-07-311-1/+1
| | | | Change-Id: Iff9105537a2a8123b808be33f8cd390b0c23edd6
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-6/+3
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-55/+58
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* OSGi support for vaadin-push (#11691)Johannes Dahlström2013-05-201-1/+2
| | | | | | | | | * Require atmosphere-runtime in vaadin-push with visibility:=reexport * Require vaadin-push in vaadin-server with resolution:=optional Serving vaadinPush.js from vaadin-push will be handled by Florian's OSGi addon Change-Id: Ida3e1ae95eb17b0114e099d1425db73106aaeead
* Package Atmosphere javascript files in vaadin-push (#11629)Artur Signell2013-04-171-2/+0
| | | | Change-Id: Id1beb7f83945478e464eca15a9cc0015d792c8db
* Include atmosphere javascript files into vaadin-server (#111)Artur Signell2013-04-041-0/+2
| | | | Change-Id: Ib5db34e9d09649b72dc824d491f699e4f6b7891b
* Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-011-3/+3
| | | | | | | 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
* Fixed json OSGi import version (#10358)Artur Signell2012-12-071-1/+1
| | | | Change-Id: I8ac20dff5f8b7975dafefbfe44e5b6eb0b33f9a3
* Import all required jsoup packages (#9793)Johannes Dahlström2012-10-091-1/+1
| | | | Change-Id: I00206bc1497aaef6ed556e851c63538db7671553
* Explicitly specify symbolic names for each bundle to prevent names like ↵Johannes Dahlström2012-10-091-2/+3
| | | | | | "com.vaadin.vaadin-shared" (#9793) Change-Id: I329e4d6b8334864be5023ef51225a6e340e74aa6
* Allow specifying prefixes also for resource directories (#9793)Artur Signell2012-10-091-0/+1
| | | | | | | | * Export VAADIN/widgetsets/* in client-compiled * Export VAADIN/themes/* in themes * Export VAADIN in server (vaadinBootstrap.js) Change-Id: I15b0f7352779479bf73585017f0b95492692f73b
* Fixed typos and added missing import in OSGi requirements (#9793)Artur Signell2012-10-091-3/+3
| | | | | | | * 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
* Fixed build issue with provided depdencies no longer being used (#9793)Artur Signell2012-10-091-1/+0
| | | | Change-Id: Iac88131625812a4ba4bf5b137888743cad9fda62
* Build javadoc and sources jars (#9299)Artur Signell2012-09-091-0/+3
|
* Added themes-compiled module (#9299)Artur Signell2012-09-091-3/+4
|
* Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+15
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-091-0/+29