From 3680505544b3130f5399bdbd64ef7b7973db709d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 11 Nov 2013 16:11:50 +0200 Subject: [PATCH] Ensure generated parser is re-generated during build (#12937) Ultimately we should remove Parser.java and other generated files from the project but this still needs tweaking ide.xml somehow so the parser is built. Change-Id: Iac491c6a50c87e1e8e0bb2f612e82186319a6de3 --- theme-compiler/apache2header.txt | 15 +++++++++++++++ theme-compiler/build.xml | 28 +++++++++++++++++++++++++--- 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 theme-compiler/apache2header.txt diff --git a/theme-compiler/apache2header.txt b/theme-compiler/apache2header.txt new file mode 100644 index 0000000000..5e94497098 --- /dev/null +++ b/theme-compiler/apache2header.txt @@ -0,0 +1,15 @@ +/* + * Copyright 2000-2013 Vaadin Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 9141605fbf..fbc5112be4 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -1,6 +1,6 @@ - + Compiles build helpers used when building other modules. @@ -12,7 +12,10 @@ - + + + + @@ -25,8 +28,27 @@ javacc task requires the jar to be named javacc.jar --> - + + + + + + + + + + + + + + + + +
+ + -- 2.39.5