diff options
author | Mika Murtojarvi <mika@vaadin.com> | 2014-12-03 11:00:30 +0200 |
---|---|---|
committer | Mika Murtojarvi <mika@vaadin.com> | 2014-12-03 11:00:30 +0200 |
commit | c82b0c8ed2c2c96ea5b331e6f4867a1df2c121d0 (patch) | |
tree | bc517cd03e320feee6527b7f29240e2208d13e23 /server/src/com/vaadin/ui/declarative | |
parent | ecb037d2d9ead3324b052ad69e73f22ed8672870 (diff) | |
download | vaadin-framework-c82b0c8ed2c2c96ea5b331e6f4867a1df2c121d0.tar.gz vaadin-framework-c82b0c8ed2c2c96ea5b331e6f4867a1df2c121d0.zip |
Declarative: remove unnecessary files.
The files were used for manual testing. Automatic tests with new test
files will be created soon.
Change-Id: I14b823dbd3c446a0288129a511ba8f8ec920f13b
Diffstat (limited to 'server/src/com/vaadin/ui/declarative')
-rw-r--r-- | server/src/com/vaadin/ui/declarative/outputFile.txt | 13 | ||||
-rw-r--r-- | server/src/com/vaadin/ui/declarative/testFile.html | 17 |
2 files changed, 0 insertions, 30 deletions
diff --git a/server/src/com/vaadin/ui/declarative/outputFile.txt b/server/src/com/vaadin/ui/declarative/outputFile.txt deleted file mode 100644 index d0e76034b0..0000000000 --- a/server/src/com/vaadin/ui/declarative/outputFile.txt +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html> - <head></head> - <body> - <v-vertical-layout> - <v-horizontal-layout> - <v-label></v-label> - <v-native-button></v-native-button> - <v-button></v-button> - </v-horizontal-layout> - </v-vertical-layout> - </body> -</html>
\ No newline at end of file diff --git a/server/src/com/vaadin/ui/declarative/testFile.html b/server/src/com/vaadin/ui/declarative/testFile.html deleted file mode 100644 index 5d7714473d..0000000000 --- a/server/src/com/vaadin/ui/declarative/testFile.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta name="package-mapping" content="my:com.addon.mypackage"/> - </head> - <body> - <v-vertical-layout width="500px"> - <v-horizontal-layout> - <v-label plain-text caption="FooBar"></v-label> - <v-native-button caption="Native click me"></v-native-button> - <v-button plain-text caption="Click me" width = "150px"></v-button> - </v-horizontal-layout> - <v-text-field caption = "Text input"/> - <v-text-area caption = "Text area"/ height="200px" width="300px"> - </v-vertical-layout> - </body> -</html>
\ No newline at end of file |