| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I55693dd7ee500d5746df055e6d1ae0099976338d
|
|
|
|
|
|
| |
Ignore exec plugin for m2e in themes and client-compiled.
Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I58b7ea71d3f8590159a27651e8879668dfab8237
|
|
|
|
| |
Change-Id: I4ffe710a330e863737561d1c9d2e6f46c3d32c95
|
|
|
|
| |
Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
|
|
|
|
| |
Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
|
|
|
|
| |
Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
|
|
|
|
| |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
|
|
|
|
| |
Change-Id: I02880744637efc5703c08d0337b92afa96b4340d
|
|
|
|
| |
Change-Id: Ida08d51d26c97a8c1e92fc6cd49c8885e91cd052
|
|
|
|
| |
Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I283820c7dcca7ecd341949bb15275406fe378902
|
|
|
|
|
|
|
| |
Also remove ivyUserDir=& from the client-compiler classpath entry
since my version of IvyDE insists on automatically changing it
Change-Id: I88b2559cd5502af4221d46f9ba23865c66984113
|
|
|
|
| |
Change-Id: I2400dbef78c3927e7c4b9202aebbe2ccb06cac33
|
|
|
|
| |
Change-Id: Ia6243005fba362970cb199ad2aab217e56b5822a
|
|
|
|
| |
Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
|
|
|
|
| |
Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
|
|
|
|
| |
Change-Id: I6e632e0dcab4826f1eafa8ac534425000fd8dfde
|
|
|
|
| |
Change-Id: I65657490b7c24488c9942558b298a463c9cb68e0
|
|
|
|
| |
Change-Id: I4008492c452926bc71aac07bb4431be0c4d1625a
|
|
|
|
| |
Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
|
|
* Defines build path
* Defines required Ivy containers
* Defines formatter settings
* Turns off Javascript nature
* Turns off Javascript and HTML validation
Change-Id: I9512d189dd93870be4e235481461fdffdb3610b3
|