aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Update Eclipse project to Java 8Artur Signell2016-08-241-1/+1
| | | | Change-Id: I55693dd7ee500d5746df055e6d1ae0099976338d
* Convert Eclipse project to Maven basedHenri Sara2016-04-041-19/+8
| | | | | | Ignore exec plugin for m2e in themes and client-compiled. Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa
* Remove most Ivy filesHenri Sara2016-04-021-7/+1
| | | | | | | | | | Consolidate Ivy dependencies for Eclipse and ide.xml in one location and remove redundant ivy.xml files. This also fixes some theme and resource paths in ide.xml but does not fully fix test theme compilation. Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
* Remove widgets/ivy.xml from classpathTeemu Suo-Anttila2016-03-301-1/+0
| | | | Change-Id: I58b7ea71d3f8590159a27651e8879668dfab8237
* Build widgets with mavenelmot2016-03-301-1/+2
| | | | Change-Id: I4ffe710a330e863737561d1c9d2e6f46c3d32c95
* Build vaadin-buildhelpers with mavenTeemu Suo-Anttila2016-03-241-1/+1
| | | | Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
* Build client-compiler with mavenelmot2016-03-221-2/+2
| | | | Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
* Build vaadin-client with mavenTeemu Suo-Anttila2016-03-181-2/+2
| | | | Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-2/+2
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Fix classpath and missing push ivy.xml to avoid workspace issuesTeemu Suo-Anttila2016-03-101-2/+3
| | | | Change-Id: I02880744637efc5703c08d0337b92afa96b4340d
* Add widgets-module to Eclipse (#15544)Artur Signell2015-01-111-0/+2
| | | | Change-Id: Ida08d51d26c97a8c1e92fc6cd49c8885e91cd052
* Fix super dev mode launch (#14443)Artur Signell2014-08-271-1/+1
| | | | Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
* License Checker for vaadin cval products (#13696 #13474)Manolo Carrasco2014-06-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - This patch includes four elements: 1.- A class able to validate a licensed product against Vaadin license server. It can be used in any vaadin product (thought for non addons like TB) just adding vaadin dependency, or copying the class. 2.- A class able to inspect all addons in the classpath and figure out, based on the MANIFEST.MF info, whether we have to check developer license. 3.- A modification to Vaadin connector generator to use the classes above and to stop compilation in case. 4.- A modification to ConnectorBundleLoader, so as when a new connector is instatiated, we check whether it is using an evaluation license and show a notice. We only show the notice once. - In addition to validating developer licenses, the checker caches the server response for using it when there are connection problems. - This stuff is in Vaadin core, so as we dont maintain license code in each addon. For checking an addon license we just add the license type to the manifest when packaging the artefact. - It checks expiration time, product name and major version. Fixes: #13696 In some-way related with: #13474 Change-Id: Ib61b1c2e9c3cacd463a1ce5db02c2cfbc06851c2
* Use more exact paths for ivysettings.xml and build.properties (#13616)Leif Åstrand2014-06-131-1/+1
| | | | | | | | | Defining the paths to be relative to the workspace is needed for compatibility with older versions of IvyDE / Eclipse. All other dependencies are already defined in this way, it's only this new gwt dependency that isn't consistent with the others. Change-Id: Iad976566fc7927745fe5534951be1f476c810ff5
* Use GWT as maven dependency (#13616)Sauli Tähkäpää2014-06-131-2/+1
| | | | Change-Id: I283820c7dcca7ecd341949bb15275406fe378902
* Update uitest/ivy.xml to use build.properties (#13532)Leif Åstrand2014-04-031-2/+2
| | | | | | | Also remove ivyUserDir=& from the client-compiler classpath entry since my version of IvyDE insists on automatically changing it Change-Id: I88b2559cd5502af4221d46f9ba23865c66984113
* Fixed eclipse classpathJuho Nurminen2014-04-011-6/+3
| | | | Change-Id: I2400dbef78c3927e7c4b9202aebbe2ccb06cac33
* JUnit tests should be supported for shared (#13081)Henrik Paul2013-12-121-0/+1
| | | | Change-Id: Ia6243005fba362970cb199ad2aab217e56b5822a
* Upgrade to Atmosphere 1.0.13 (#11861)Johannes Dahlström2013-05-211-1/+0
| | | | Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
* Add patched AtmosphereFramework without support message (#11654)Leif Åstrand2013-04-231-0/+2
| | | | Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
* Launch configurations for dev server and dev mode (#11363)Artur Signell2013-03-181-6/+6
| | | | Change-Id: I6e632e0dcab4826f1eafa8ac534425000fd8dfde
* Added theme-compiler resources to classpath to be able to run tests in EclipseArtur Signell2013-03-131-0/+1
| | | | Change-Id: I65657490b7c24488c9942558b298a463c9cb68e0
* Fix .classpath that was broken in a rebaseHenri Sara2013-02-281-1/+1
| | | | Change-Id: I4008492c452926bc71aac07bb4431be0c4d1625a
* support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-281-1/+1
| | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
* Added Eclipse project files (#9998)Artur Signell2013-02-251-0/+29
* Defines build path * Defines required Ivy containers * Defines formatter settings * Turns off Javascript nature * Turns off Javascript and HTML validation Change-Id: I9512d189dd93870be4e235481461fdffdb3610b3