Skip to content

Commit

Permalink
trying with new vaadin version 7.7.10
Browse files Browse the repository at this point in the history
hope that this fixes constant crashing...
  • Loading branch information
drseb committed Aug 25, 2017
1 parent 7e5ba97 commit 2d5eb45
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .settings/com.vaadin.integration.eclipse.prefs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
com.vaadin.integration.eclipse.mavenLatestVersionsUpgrade=["7.6.8","7.7.3"]
com.vaadin.integration.eclipse.previousCompileAction=both
com.vaadin.integration.eclipse.useLatestNightly=false
com.vaadin.integration.eclipse.widgetsetCompilationEta=39391
com.vaadin.integration.eclipse.widgetsetCompilationEta=35476
com.vaadin.integration.eclipse.widgetsetDirty=false
eclipse.preferences.version=1
2 changes: 1 addition & 1 deletion WebContent/VAADIN/themes/hpoweb/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
*/

.v-vaadin-version:after {
content: "7.7.7";
content: "7.7.10";
}

.v-widget {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
C846482F4EB9F3AAC2751F8202CFE849.cache.js
59AA47F8B12070B5BA8D742A96AC60C4.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -28,7 +28,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

C846482F4EB9F3AAC2751F8202CFE849.cache.js
59AA47F8B12070B5BA8D742A96AC60C4.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -58,7 +58,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

C846482F4EB9F3AAC2751F8202CFE849.cache.js
59AA47F8B12070B5BA8D742A96AC60C4.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -88,7 +88,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

C846482F4EB9F3AAC2751F8202CFE849.cache.js
59AA47F8B12070B5BA8D742A96AC60C4.cache.js
ClientBundle.enableInlining true
audioElementSupport no
canvasElementSupport no
Expand Down Expand Up @@ -118,7 +118,7 @@ vaadin.profiler false
videoElementSupport no
webApiUsage modern

C846482F4EB9F3AAC2751F8202CFE849.cache.js
59AA47F8B12070B5BA8D742A96AC60C4.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down Expand Up @@ -148,7 +148,7 @@ vaadin.profiler false
videoElementSupport maybe
webApiUsage modern

C846482F4EB9F3AAC2751F8202CFE849.cache.js
59AA47F8B12070B5BA8D742A96AC60C4.cache.js
ClientBundle.enableInlining true
audioElementSupport maybe
canvasElementSupport maybe
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE ivy-module [
<!ENTITY vaadin.version "7.7.7">
<!ENTITY vaadin.version "7.7.10">
]>
<ivy-module version="2.0"
xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit 2d5eb45

Please sign in to comment.