diff options
23 files changed, 153 insertions, 26 deletions
diff --git a/bundles/org.eclipse.rap.demo.databinding/build.properties b/bundles/org.eclipse.rap.demo.databinding/build.properties index 925702a8ee..cb361a64fb 100644 --- a/bundles/org.eclipse.rap.demo.databinding/build.properties +++ b/bundles/org.eclipse.rap.demo.databinding/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2009, 2011 Innoopract Informationssysteme GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Innoopract Informationssysteme GmbH - initial API and implementation +# EclipseSource - ongoing development +################################################################################ + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ @@ -8,4 +20,4 @@ bin.includes = META-INF/,\ about.html src.includes = icons/,\ about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.demo/build.properties b/bundles/org.eclipse.rap.demo/build.properties index eabe26686b..fc68987eb1 100644 --- a/bundles/org.eclipse.rap.demo/build.properties +++ b/bundles/org.eclipse.rap.demo/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2009 Innoopract Informationssysteme GmbH. +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -26,4 +26,4 @@ src.includes = icons/,\ body.html,\ about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.design.example/build.properties b/bundles/org.eclipse.rap.design.example/build.properties index 563b95d167..fce545034d 100644 --- a/bundles/org.eclipse.rap.design.example/build.properties +++ b/bundles/org.eclipse.rap.design.example/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2009, 2011 EclipseSource +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# EclipseSource - initial API and implementation +################################################################################ + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ @@ -10,6 +21,6 @@ bin.includes = META-INF/,\ RAP Fancy design.launch,\ img/,\ about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 jars.compile.order = . src.includes = about.html diff --git a/bundles/org.eclipse.rap.examples.pages/build.properties b/bundles/org.eclipse.rap.examples.pages/build.properties index cd02f2513e..c501617163 100644 --- a/bundles/org.eclipse.rap.examples.pages/build.properties +++ b/bundles/org.eclipse.rap.examples.pages/build.properties @@ -1,7 +1,19 @@ +###############################################################################
+# Copyright (c) 2009, 2011 Innoopract Informationssysteme GmbH.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Innoopract Informationssysteme GmbH - initial API and implementation
+# EclipseSource - ongoning development
+################################################################################
+
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
description/
-javacDefaultEncoding.. = ISO-8859-1
+javacDefaultEncoding.. = UTF-8
diff --git a/bundles/org.eclipse.rap.examples/build.properties b/bundles/org.eclipse.rap.examples/build.properties index 3c41c898d3..a93c3a836c 100644 --- a/bundles/org.eclipse.rap.examples/build.properties +++ b/bundles/org.eclipse.rap.examples/build.properties @@ -1,3 +1,14 @@ +###############################################################################
+# Copyright (c) 2009, 2011 Innoopract Informationssysteme GmbH.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Innoopract Informationssysteme GmbH - initial API and implementation
+# EclipseSource - ongoning development
+################################################################################
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
@@ -7,4 +18,4 @@ bin.includes = plugin.xml,\ html/,\
schema/,\
theme/
-javacDefaultEncoding.. = ISO-8859-1
+javacDefaultEncoding.. = UTF-8
diff --git a/bundles/org.eclipse.rap.jface.databinding/build.properties b/bundles/org.eclipse.rap.jface.databinding/build.properties index 7e7b8e682b..113a4e9e12 100644 --- a/bundles/org.eclipse.rap.jface.databinding/build.properties +++ b/bundles/org.eclipse.rap.jface.databinding/build.properties @@ -16,4 +16,4 @@ output.databinding.jar = bin/ src.includes = about.html source.. = src/ -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.jface/build.properties b/bundles/org.eclipse.rap.jface/build.properties index 3534d4cf3f..2273fb237e 100755 --- a/bundles/org.eclipse.rap.jface/build.properties +++ b/bundles/org.eclipse.rap.jface/build.properties @@ -15,4 +15,4 @@ bin.includes = plugin.properties,\ src.includes = about.html source.. = src/ -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.junit.runtime/build.properties b/bundles/org.eclipse.rap.junit.runtime/build.properties index 48aacba1cf..1c149084a8 100644 --- a/bundles/org.eclipse.rap.junit.runtime/build.properties +++ b/bundles/org.eclipse.rap.junit.runtime/build.properties @@ -1,9 +1,21 @@ +############################################################################### +# Copyright (c) 2008, 2011 Innoopract Informationssysteme GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Innoopract Informationssysteme GmbH - initial API and implementation +# EclipseSource - ongoning development +################################################################################ + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 src.includes = about.html diff --git a/bundles/org.eclipse.rap.junit/build.properties b/bundles/org.eclipse.rap.junit/build.properties index 46b45a5917..344ac62584 100644 --- a/bundles/org.eclipse.rap.junit/build.properties +++ b/bundles/org.eclipse.rap.junit/build.properties @@ -1,7 +1,19 @@ +############################################################################### +# Copyright (c) 2008, 2011 Innoopract Informationssysteme GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Innoopract Informationssysteme GmbH - initial API and implementation +# EclipseSource - ongoning development +################################################################################ + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 src.includes = about.html diff --git a/bundles/org.eclipse.rap.rwt.q07/build.properties b/bundles/org.eclipse.rap.rwt.q07/build.properties index edd7fd9ce7..fed9f91d4f 100644 --- a/bundles/org.eclipse.rap.rwt.q07/build.properties +++ b/bundles/org.eclipse.rap.rwt.q07/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2009 Innoopract Informationssysteme GmbH. +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -23,4 +23,4 @@ output.. = bin/ src.includes = about.html,\ about_files/,\ fragment.properties -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.rwt.theme.classic/build.properties b/bundles/org.eclipse.rap.rwt.theme.classic/build.properties index 13ed86ce29..11b2220fe6 100644 --- a/bundles/org.eclipse.rap.rwt.theme.classic/build.properties +++ b/bundles/org.eclipse.rap.rwt.theme.classic/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2011 EclipseSource +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# EclipseSource - initial API and implementation +################################################################################ + bin.includes = META-INF/,\ .,\ plugin.xml,\ diff --git a/bundles/org.eclipse.rap.rwt/build.properties b/bundles/org.eclipse.rap.rwt/build.properties index 29d701ed7e..ec7c9b63a2 100644 --- a/bundles/org.eclipse.rap.rwt/build.properties +++ b/bundles/org.eclipse.rap.rwt/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2009 Innoopract Informationssysteme GmbH. +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,7 +7,7 @@ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation -# EclipseSource - ongoning development +# EclipseSource - ongoing development ################################################################################ bin.includes = META-INF/,\ @@ -25,4 +25,4 @@ src.includes = about.html,\ plugin.properties,\ META-INF/,\ build.properties -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.ui.cheatsheets/build.properties b/bundles/org.eclipse.rap.ui.cheatsheets/build.properties index f3254905a5..ea8b98e821 100644 --- a/bundles/org.eclipse.rap.ui.cheatsheets/build.properties +++ b/bundles/org.eclipse.rap.ui.cheatsheets/build.properties @@ -17,3 +17,4 @@ bin.includes = plugin.properties,\ source.. = src/ src.includes = schema/,\ about.html +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.ui.forms/build.properties b/bundles/org.eclipse.rap.ui.forms/build.properties index 805b28a349..7c2841ab21 100644 --- a/bundles/org.eclipse.rap.ui.forms/build.properties +++ b/bundles/org.eclipse.rap.ui.forms/build.properties @@ -20,4 +20,4 @@ source.. = src/,\ js/ jars.compile.order = . -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.ui.views/build.properties b/bundles/org.eclipse.rap.ui.views/build.properties index e2893e49b9..13b6cc3178 100644 --- a/bundles/org.eclipse.rap.ui.views/build.properties +++ b/bundles/org.eclipse.rap.ui.views/build.properties @@ -17,4 +17,4 @@ bin.includes = icons/,\ src.includes = about.html source.. = src/ -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.ui.workbench/build.properties b/bundles/org.eclipse.rap.ui.workbench/build.properties index 02662cb098..ecda2cc8ae 100755 --- a/bundles/org.eclipse.rap.ui.workbench/build.properties +++ b/bundles/org.eclipse.rap.ui.workbench/build.properties @@ -18,4 +18,4 @@ src.includes = about.html source.. = Eclipse UI/,\ Eclipse UI Editor Support/ -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/bundles/org.eclipse.rap.ui/build.properties b/bundles/org.eclipse.rap.ui/build.properties index a613a2eb08..b89c4d9fcb 100755 --- a/bundles/org.eclipse.rap.ui/build.properties +++ b/bundles/org.eclipse.rap.ui/build.properties @@ -18,4 +18,4 @@ bin.includes = icons/,\ src.includes = about.html,\ schema/ source.. = src/ -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/tests/org.eclipse.rap.rwt.q07.test/build.properties b/tests/org.eclipse.rap.rwt.q07.test/build.properties index 85a24d3c13..f7caa09e00 100644 --- a/tests/org.eclipse.rap.rwt.q07.test/build.properties +++ b/tests/org.eclipse.rap.rwt.q07.test/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2009 Innoopract Informationssysteme GmbH. +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -18,4 +18,4 @@ bin.includes = META-INF/,\ fragment.properties src.includes = about.html,\ .settings/ -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/tests/org.eclipse.rap.rwt.test.mockup/build.properties b/tests/org.eclipse.rap.rwt.test.mockup/build.properties index 7a452ffa5e..9464bcf661 100644 --- a/tests/org.eclipse.rap.rwt.test.mockup/build.properties +++ b/tests/org.eclipse.rap.rwt.test.mockup/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2008, 2011 Innoopract Informationssysteme GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Innoopract Informationssysteme GmbH - initial API and implementation +# EclipseSource - ongoning development +################################################################################ source.. = src/,\ js/ output.. = bin/ @@ -6,4 +17,4 @@ bin.includes = META-INF/,\ about.html,\ fragment.properties src.includes = about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/tests/org.eclipse.rap.rwt.test/build.properties b/tests/org.eclipse.rap.rwt.test/build.properties index 120ccd11f7..bd63aa7105 100644 --- a/tests/org.eclipse.rap.rwt.test/build.properties +++ b/tests/org.eclipse.rap.rwt.test/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2009 Innoopract Informationssysteme GmbH. +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -17,4 +17,4 @@ bin.includes = META-INF/,\ about.html,\ lib/resource_manager_test.jar src.includes = about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/tests/org.eclipse.rap.rwt.testfixture/build.properties b/tests/org.eclipse.rap.rwt.testfixture/build.properties index 24a4beda88..b2f6c891d8 100644 --- a/tests/org.eclipse.rap.rwt.testfixture/build.properties +++ b/tests/org.eclipse.rap.rwt.testfixture/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Innoopract Informationssysteme GmbH - initial API and implementation +# EclipseSource - ongoning development +################################################################################ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ @@ -5,4 +16,4 @@ bin.includes = META-INF/,\ about.html,\ plugin.properties src.includes = about.html -javacDefaultEncoding.. = ISO-8859-1 +javacDefaultEncoding.. = UTF-8 diff --git a/tests/org.eclipse.rap.rwt.themes.test/build.properties b/tests/org.eclipse.rap.rwt.themes.test/build.properties index cb47371d40..1582adf515 100644 --- a/tests/org.eclipse.rap.rwt.themes.test/build.properties +++ b/tests/org.eclipse.rap.rwt.themes.test/build.properties @@ -1,6 +1,17 @@ +############################################################################### +# Copyright (c) 2010, 2011 EclipseSource +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# EclipseSource - initial API and implementation +################################################################################ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ RWT Theme Tests.launch,\ plugin.properties +javacDefaultEncoding.. = UTF-8 diff --git a/tests/org.eclipse.rwt.test.all/build.properties b/tests/org.eclipse.rwt.test.all/build.properties index b107977f4e..a66e120ce8 100644 --- a/tests/org.eclipse.rwt.test.all/build.properties +++ b/tests/org.eclipse.rwt.test.all/build.properties @@ -1,3 +1,15 @@ +############################################################################### +# Copyright (c) 2007, 2011 Innoopract Informationssysteme GmbH. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Innoopract Informationssysteme GmbH - initial API and implementation +# EclipseSource - ongoning development +################################################################################ + . source.. = src/ bin.includes = META-INF/,\ - . +javacDefaultEncoding.. = UTF-8 |