diff options
author | Mikael Vappula <mikael@vaadin.com> | 2012-10-04 16:46:43 +0300 |
---|---|---|
committer | Mikael Vappula <mikael@vaadin.com> | 2012-10-04 17:00:13 +0300 |
commit | ffa066c3700f64512839d2a062dbdc6aa2f13d71 (patch) | |
tree | ac2889de1817c04fd1e7ec3ad934effe099c31ee /WebContent/css | |
parent | 0780550c54acd553a67ef21fd366c46ccfc5f787 (diff) | |
download | vaadin-framework-ffa066c3700f64512839d2a062dbdc6aa2f13d71.tar.gz vaadin-framework-ffa066c3700f64512839d2a062dbdc6aa2f13d71.zip |
Add placeholder text to prevent NPE with Ant builds #9863
Change-Id: Ica0000b337657b5000bae07761650290a83cdbc8
Diffstat (limited to 'WebContent/css')
-rw-r--r-- | WebContent/css/ie.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/css/ie.css b/WebContent/css/ie.css index e69de29bb2..4ddd2f51c8 100644 --- a/WebContent/css/ie.css +++ b/WebContent/css/ie.css @@ -0,0 +1 @@ +/* Placeholder due to https://issues.apache.org/bugzilla/show_bug.cgi?id=53626 */
\ No newline at end of file |