[Schmitzm-commits] r2223 - in trunk: 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
Thu Feb 14 16:56:38 CET 2013


Author: alfonx
Date: 2013-02-14 16:56:38 +0100 (Thu, 14 Feb 2013)
New Revision: 2223

Modified:
   trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.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.properties
   trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle_de.properties
   trunk/schmitzm-parent/pom.xml
Log:
letzte version fuer 1.6

Modified: trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties
===================================================================
--- trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties	2013-02-14 15:55:09 UTC (rev 2222)
+++ trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle.properties	2013-02-14 15:56:38 UTC (rev 2223)
@@ -1,62 +1,62 @@
-##########
-#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
-##########
-
-# -----------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package de.schmitzm.csv                    ------
-# -----------------------------------------------------------
-
-CSVDialogOptions.file.label=CSV file
-CSVDialogOptions.delim.label=CSV delimiter character
-CSVDialogOptions.delim.tab.desc=Tab (\\t)
-CSVDialogOptions.delim.semicolon.desc=Semicolon (;)
-CSVDialogOptions.delim.pipe.desc=Pipe (|)
-CSVDialogOptions.delim.comma.desc=Comma (,)
-CSVDialogOptions.delim.space.desc=Space (' ')
-CSVDialogOptions.quote.label=CSV text quote character
-CSVDialogOptions.decimal.label=CSV decimal sign
-CSVDialogOptions.charset.label=Character set of file
-CSVDialogOptions.charset.cp850.desc=Codepage 850 (Windows)
-CSVDialogOptions.charset.cp1252.desc=Codepage 1252 (Windows)
-CSVDialogOptions.charset.utf8.desc=UTF-8 (modern OS, e.g. Linux)
-CSVDialogOptions.charset.iso-8859-15.desc=ISO-8859-15 Western Europe (Windows)
-CSVDialogOptions.nodata.label=Value indicating \"no data\"
-
-CSVPreviewTableModel.error.title=CSV preview
-CSVPreviewTableModel.error.mess=Error generating CSV preview (take a look at CSV source for details)
-
-CSVPreviewPanel.tab.preview=Configuration & Preview
-CSVPreviewPanel.tab.source=Source file
-CSVPreviewPanel.preview.label=Preview
-CSVPreviewPanel.preview.limit.label=Limit for number of preview rows
-CSVPreviewPanel.preview.firstLine.label=First line for preview
-
-CSVColumnAllocationPanel.columns.label=CSV column allocation
-CSVColumnAllocationPanel.units.label=CSV Unit
\ No newline at end of file
+##########
+#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
+##########
+
+# -----------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package de.schmitzm.csv                    ------
+# -----------------------------------------------------------
+
+CSVDialogOptions.file.label=CSV file
+CSVDialogOptions.delim.label=CSV delimiter character
+CSVDialogOptions.delim.tab.desc=Tab (\\t)
+CSVDialogOptions.delim.semicolon.desc=Semicolon (;)
+CSVDialogOptions.delim.pipe.desc=Pipe (|)
+CSVDialogOptions.delim.comma.desc=Comma (,)
+CSVDialogOptions.delim.space.desc=Space (' ')
+CSVDialogOptions.quote.label=CSV text quote character
+CSVDialogOptions.decimal.label=CSV decimal sign
+CSVDialogOptions.charset.label=Character set of file
+CSVDialogOptions.charset.cp850.desc=Codepage 850 (Windows)
+CSVDialogOptions.charset.cp1252.desc=Codepage 1252 (Windows)
+CSVDialogOptions.charset.utf8.desc=UTF-8 (modern OS, e.g. Linux)
+CSVDialogOptions.charset.iso-8859-15.desc=ISO-8859-15 Western Europe (Windows)
+CSVDialogOptions.nodata.label=Value indicating \"no data\"
+
+CSVPreviewTableModel.error.title=CSV preview
+CSVPreviewTableModel.error.mess=Error generating CSV preview (take a look at CSV source for details)
+
+CSVPreviewPanel.tab.preview=Configuration & Preview
+CSVPreviewPanel.tab.source=Source file
+CSVPreviewPanel.preview.label=Preview
+CSVPreviewPanel.preview.limit.label=Limit for number of preview rows
+CSVPreviewPanel.preview.firstLine.label=First line for preview
+
+CSVColumnAllocationPanel.columns.label=CSV column allocation
+CSVColumnAllocationPanel.units.label=CSV Unit

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-14 15:55:09 UTC (rev 2222)
+++ trunk/schmitzm-excelcsv/src/main/resources/de/schmitzm/csv/resource/locales/CsvResourceBundle_de.properties	2013-02-14 15:56:38 UTC (rev 2223)
@@ -1,62 +1,62 @@
-##########
-#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
\ No newline at end of file
+##########
+#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.properties
===================================================================
--- trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle.properties	2013-02-14 15:55:09 UTC (rev 2222)
+++ trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle.properties	2013-02-14 15:56:38 UTC (rev 2223)
@@ -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
-##########
-
-# -----------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package de.schmitzm.net.mail               ------
-# -----------------------------------------------------------
-
-MailAddressesPanel.from=From
-MailAddressesPanel.to=To
-MailAddressesPanel.cc=CC
-MailAddressesPanel.bcc=BCC
-AttachmentsPanel.caption=Attachments
-AttachmentsPanel.size=Size
-AttachmentsPanel.add=Attachment
-AttachmentsPanel.add.desc=Add file attachment(s) to mail
-
+##########
+#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
+##########
+
+# -----------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package de.schmitzm.net.mail               ------
+# -----------------------------------------------------------
+
+MailAddressesPanel.from=From
+MailAddressesPanel.to=To
+MailAddressesPanel.cc=CC
+MailAddressesPanel.bcc=BCC
+AttachmentsPanel.caption=Attachments
+AttachmentsPanel.size=Size
+AttachmentsPanel.add=Attachment
+AttachmentsPanel.add.desc=Add file attachment(s) to mail
+

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-14 15:55:09 UTC (rev 2222)
+++ trunk/schmitzm-mail/src/main/resources/de/schmitzm/net/mail/gui/resource/locales/MailGUIResourceBundle_de.properties	2013-02-14 15:56:38 UTC (rev 2223)
@@ -1,42 +1,42 @@
-##########
-#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
\ No newline at end of file
+##########
+#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\ufffd

Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml	2013-02-14 15:55:09 UTC (rev 2222)
+++ trunk/schmitzm-parent/pom.xml	2013-02-14 15:56:38 UTC (rev 2223)
@@ -137,19 +137,13 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>2.5.1</version>
-<!-- MS: 2013-02-14: Wir versuchen mal den Standard-JDK zu verwenden!
 				<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>
+					<source>1.6</source>
+					<target>1.6</target>
 					<excludes>
 						<exclude>**/.svn</exclude>
 					</excludes>
 				</configuration>
--->
 			</plugin>
 
 			<plugin>



More information about the Schmitzm-commits mailing list