[Schmitzm-commits] r2233 - in trunk: schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales schmitzm-parent

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Sat Feb 16 13:46:18 CET 2013


Author: alfonx
Date: 2013-02-16 13:46:18 +0100 (Sat, 16 Feb 2013)
New Revision: 2233

Modified:
   trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle.properties
   trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle_de.properties
   trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle_de.properties
   trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle_de.properties
   trunk/schmitzm-parent/pom.xml
Log:
Java7 Pfad mit Umgebungsvariable klappt auf meinem Laptop nur nach einem Tweak mittels einem eigenem Profil

Modified: trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle.properties
===================================================================
--- trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle.properties	2013-02-15 08:46:39 UTC (rev 2232)
+++ trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle.properties	2013-02-16 12:46:18 UTC (rev 2233)
@@ -95,12 +95,12 @@
 TemperatureUnit.C=celsius
 TemperatureUnit.F=fahrenheit
 TemperatureUnit.K=kelvin 
-TemperatureUnit.R=réaumur
+TemperatureUnit.R=r\ufffdaumur
 
-TemperatureUnit.C.Abb=°C
-TemperatureUnit.F.Abb=°F
+TemperatureUnit.C.Abb=\ufffdC
+TemperatureUnit.F.Abb=\ufffdF
 TemperatureUnit.K.Abb=K
-TemperatureUnit.R.Abb=°Ré
+TemperatureUnit.R.Abb=\ufffdR\ufffd
 
 RasterDim.GridWidth=Grid width
 RasterDim.GridHeight=Grid height

Modified: trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle_de.properties
===================================================================
--- trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle_de.properties	2013-02-15 08:46:39 UTC (rev 2232)
+++ trunk/schmitzm-core/src/main/resources/de/schmitzm/data/resource/locales/DataResourceBundle_de.properties	2013-02-16 12:46:18 UTC (rev 2233)
@@ -78,7 +78,7 @@
 TemperatureUnit.C=Celsius
 TemperatureUnit.F=Fahrenheit
 TemperatureUnit.K=Kelvin 
-TemperatureUnit.R=Réaumur
+TemperatureUnit.R=R\ufffdaumur
 
 RasterDim.GridWidth=Raster-Breite
 RasterDim.GridHeight=Raster-Hoehe

Modified: trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle_de.properties
===================================================================
--- trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle_de.properties	2013-02-15 08:46:39 UTC (rev 2232)
+++ trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle_de.properties	2013-02-16 12:46:18 UTC (rev 2233)
@@ -1,63 +1,63 @@
-##########
-#Copyright (c) 2009 Martin O. J. Schmitz.
-#
-#This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focusing (not only) on Java Swing 
-#and the Geotools library.
-#
-#The SCHMITZM project is hosted at:
-#http://wald.intevation.org/projects/schmitzm/
-#
-#This program is free software; you can redistribute it and/or
-#modify it under the terms of the GNU Lesser General Public License
-#as published by the Free Software Foundation; either version 3
-#of the License, or (at your option) any later version.
-#
-#This program is distributed in the hope that it will be useful,
-#but WITHOUT ANY WARRANTY; without even the implied warranty of
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#GNU General Public License for more details.
-#
-#You should have received a copy of the GNU Lesser General Public License (license.txt)
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#or try this link: http://www.gnu.org/licenses/lgpl.html
-#
-#Contributors:
-#    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Tzeggai - additional utility classes
-##########
-
-# ------------------------------------------------
-# ------ German Translations for components ------
-# ------ in Package de.schmitzm.csv         ------
-# ------------------------------------------------
-
-CSVDialogOptions.file.label=CSV Datei
-CSVDialogOptions.delim.label=CSV Spalten-Trennzeichen
-CSVDialogOptions.delim.tab.desc=Tab (\\t)
-CSVDialogOptions.delim.semicolon.desc=Semikolon (;)
-CSVDialogOptions.delim.pipe.desc=Pipe (|)
-CSVDialogOptions.delim.comma.desc=Komma (,)
-CSVDialogOptions.delim.space.desc=Leerzeichen (' ')
-CSVDialogOptions.quote.label=CSV Text-Maskierungs-Zeichen
-CSVDialogOptions.decimal.label=CSV Dezimal-Trennzeichen
-CSVDialogOptions.charset.label=Zeichensatz der Datei
-CSVDialogOptions.charset.cp850.desc=Codepage 850 (Windows)
-CSVDialogOptions.charset.cp1252.desc=Codepage 1252 (Windows)
-CSVDialogOptions.charset.utf8.desc=UTF-8 (moderne Betriebssysteme, z.B. Linux)
-CSVDialogOptions.charset.iso-8859-15.desc=ISO-8859-15 Westeuropa (Windows)
-CSVDialogOptions.nodata.label=Wert der \"no data\" darstellt
-
-CSVPreviewTableModel.error.title=CSV Vorschau
-CSVPreviewTableModel.error.mess=Fehler bei der Generierung der CSV-Vorschau (siehe CSV-Quelle für Details)
-
-CSVPreviewPanel.tab.preview=Konfiguration & Vorschau
-CSVPreviewPanel.tab.source=Quell-Datei
-CSVPreviewPanel.preview.label=Vorschau
-CSVPreviewPanel.preview.limit.label=Limit für Vorschau-Zeilen
-CSVPreviewPanel.preview.firstLine.label=Erste Zeile für Vorschau
-
-CSVColumnAllocationPanel.columns.label=CSV-Spalten Zuweisung
-CSVColumnAllocationPanel.units.label=CSV Einheit
-
+##########
+#Copyright (c) 2009 Martin O. J. Schmitz.
+#
+#This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Tzeggai - additional utility classes
+##########
+
+# ------------------------------------------------
+# ------ German Translations for components ------
+# ------ in Package de.schmitzm.csv         ------
+# ------------------------------------------------
+
+CSVDialogOptions.file.label=CSV Datei
+CSVDialogOptions.delim.label=CSV Spalten-Trennzeichen
+CSVDialogOptions.delim.tab.desc=Tab (\\t)
+CSVDialogOptions.delim.semicolon.desc=Semikolon (;)
+CSVDialogOptions.delim.pipe.desc=Pipe (|)
+CSVDialogOptions.delim.comma.desc=Komma (,)
+CSVDialogOptions.delim.space.desc=Leerzeichen (' ')
+CSVDialogOptions.quote.label=CSV Text-Maskierungs-Zeichen
+CSVDialogOptions.decimal.label=CSV Dezimal-Trennzeichen
+CSVDialogOptions.charset.label=Zeichensatz der Datei
+CSVDialogOptions.charset.cp850.desc=Codepage 850 (Windows)
+CSVDialogOptions.charset.cp1252.desc=Codepage 1252 (Windows)
+CSVDialogOptions.charset.utf8.desc=UTF-8 (moderne Betriebssysteme, z.B. Linux)
+CSVDialogOptions.charset.iso-8859-15.desc=ISO-8859-15 Westeuropa (Windows)
+CSVDialogOptions.nodata.label=Wert der \"no data\" darstellt
+
+CSVPreviewTableModel.error.title=CSV Vorschau
+CSVPreviewTableModel.error.mess=Fehler bei der Generierung der CSV-Vorschau (siehe CSV-Quelle f\ufffdr Details)
+
+CSVPreviewPanel.tab.preview=Konfiguration & Vorschau
+CSVPreviewPanel.tab.source=Quell-Datei
+CSVPreviewPanel.preview.label=Vorschau
+CSVPreviewPanel.preview.limit.label=Limit f\ufffdr Vorschau-Zeilen
+CSVPreviewPanel.preview.firstLine.label=Erste Zeile f\ufffdr Vorschau
+
+CSVColumnAllocationPanel.columns.label=CSV-Spalten Zuweisung
+CSVColumnAllocationPanel.units.label=CSV Einheit
+

Modified: trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle_de.properties
===================================================================
--- trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle_de.properties	2013-02-15 08:46:39 UTC (rev 2232)
+++ trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle_de.properties	2013-02-16 12:46:18 UTC (rev 2233)
@@ -1,44 +1,44 @@
-##########
-#Copyright (c) 2009 Martin O. J. Schmitz.
-#
-#This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focusing (not only) on Java Swing 
-#and the Geotools library.
-#
-#The SCHMITZM project is hosted at:
-#http://wald.intevation.org/projects/schmitzm/
-#
-#This program is free software; you can redistribute it and/or
-#modify it under the terms of the GNU Lesser General Public License
-#as published by the Free Software Foundation; either version 3
-#of the License, or (at your option) any later version.
-#
-#This program is distributed in the hope that it will be useful,
-#but WITHOUT ANY WARRANTY; without even the implied warranty of
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#GNU General Public License for more details.
-#
-#You should have received a copy of the GNU Lesser General Public License (license.txt)
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#or try this link: http://www.gnu.org/licenses/lgpl.html
-#
-#Contributors:
-#    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Tzeggai - additional utility classes
-##########
-
-# ------------------------------------------------
-# ------ German Translations for components ------
-# ------ in Package de.schmitzm.net.mail    ------
-# ------------------------------------------------
-MailAddressesPanel.from=Von
-MailAddressesPanel.to=An
-MailAddressesPanel.cc=Kopie (CC)
-MailAddressesPanel.bcc=Blindkopie (BCC)
-AttachmentsPanel.caption=Anhänge
-AttachmentsPanel.size=Größe
-AttachmentsPanel.add=Anhang
-AttachmentsPanel.add.desc=Datei-Anhang der Mail hinzufügen
-
-
+##########
+#Copyright (c) 2009 Martin O. J. Schmitz.
+#
+#This file is part of the SCHMITZM library - a collection of utility 
+#classes based on Java 1.6, focusing (not only) on Java Swing 
+#and the Geotools library.
+#
+#The SCHMITZM project is hosted at:
+#http://wald.intevation.org/projects/schmitzm/
+#
+#This program is free software; you can redistribute it and/or
+#modify it under the terms of the GNU Lesser General Public License
+#as published by the Free Software Foundation; either version 3
+#of the License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU Lesser General Public License (license.txt)
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+#or try this link: http://www.gnu.org/licenses/lgpl.html
+#
+#Contributors:
+#    Martin O. J. Schmitz - initial API and implementation
+#    Stefan A. Tzeggai - additional utility classes
+##########
+
+# ------------------------------------------------
+# ------ German Translations for components ------
+# ------ in Package de.schmitzm.net.mail    ------
+# ------------------------------------------------
+MailAddressesPanel.from=Von
+MailAddressesPanel.to=An
+MailAddressesPanel.cc=Kopie (CC)
+MailAddressesPanel.bcc=Blindkopie (BCC)
+AttachmentsPanel.caption=Anh\ufffdnge
+AttachmentsPanel.size=Gr\ufffd\ufffde
+AttachmentsPanel.add=Anhang
+AttachmentsPanel.add.desc=Datei-Anhang der Mail hinzuf\ufffdgen
+
+

Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml	2013-02-15 08:46:39 UTC (rev 2232)
+++ trunk/schmitzm-parent/pom.xml	2013-02-16 12:46:18 UTC (rev 2233)
@@ -289,4 +289,36 @@
 
 	</distributionManagement>
 
+<profiles>
+<profile>
+<id>tweakJdk7Path</id>
+
+<build>
+<plugins>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<version>2.5.1</version>
+				<configuration>
+					<source>1.7</source>
+					<target>1.7</target>
+
+					<showDeprecation>true</showDeprecation>
+					<showWarnings>true</showWarnings>
+					<executable>/usr/lib/jvm/java-7-oracle/bin/javac</executable>
+					<fork>true</fork>
+
+					<excludes>
+						<exclude>**/.svn</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+		</plugins>
+
+
+</build>
+
+</profile>
+</profiles>
 </project>



More information about the Schmitzm-commits mailing list