]> source.dussan.org Git - vaadin-framework.git/commit
Revert "Theme Parser is deleted, build procedure now generates it (#13161)."
authorLeif Åstrand <leif@vaadin.com>
Thu, 16 Jan 2014 07:03:16 +0000 (07:03 +0000)
committerVaadin Code Review <review@vaadin.com>
Thu, 16 Jan 2014 07:32:07 +0000 (07:32 +0000)
commitdd0479cdefa52091a33ff63f45fc32ae76c4b4f8
treec341f505d616ed68695027d0ee192c6390ac969e
parent4d2f1477ab105476d79ad8a99397b1c3c55d14b1
Revert "Theme Parser is deleted, build procedure now generates it (#13161)."

Causes a multitude of compile errors on the build server.

This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51.

Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe
32 files changed:
.gitignore
build/ide.xml
theme-compiler/build.xml
theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java [new file with mode: 0644]
theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java [new file with mode: 0644]
theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.jj [deleted file]
theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java
theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java
theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.jj [deleted file]
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.jj [new file with mode: 0644]
theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java [new file with mode: 0644]
theme-compiler/src/com/vaadin/sass/internal/parser/ParserImpl.jj [deleted file]
theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java [new file with mode: 0644]
theme-compiler/src/com/vaadin/sass/internal/parser/Token.java [new file with mode: 0644]
theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java [new file with mode: 0644]
theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java
theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/CompassImports.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/VariableGuarded.java
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java