r3097 - in branches/topia-2.9.x: . topia-persistence topia-persistence/src/main/resources/i18n topia-service-migration topia-service-replication topia-service-security
Author: maven-release Date: 2014-05-07 12:59:21 +0200 (Wed, 07 May 2014) New Revision: 3097 Url: http://forge.nuiton.org/projects/topia/repository/revisions/3097 Log: Pre-release Modified: branches/topia-2.9.x/LICENSE.txt branches/topia-2.9.x/topia-persistence/LICENSE.txt branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_es_ES.properties branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties branches/topia-2.9.x/topia-service-migration/LICENSE.txt branches/topia-2.9.x/topia-service-replication/LICENSE.txt branches/topia-2.9.x/topia-service-security/LICENSE.txt Modified: branches/topia-2.9.x/LICENSE.txt =================================================================== --- branches/topia-2.9.x/LICENSE.txt 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/LICENSE.txt 2014-05-07 10:59:21 UTC (rev 3097) @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the @@ -163,4 +163,3 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - Modified: branches/topia-2.9.x/topia-persistence/LICENSE.txt =================================================================== --- branches/topia-2.9.x/topia-persistence/LICENSE.txt 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-persistence/LICENSE.txt 2014-05-07 10:59:21 UTC (rev 3097) @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the @@ -163,4 +163,3 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - Modified: branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties =================================================================== --- branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties 2014-05-07 10:59:21 UTC (rev 3097) @@ -5,12 +5,14 @@ topia.persistence.error.empty.doc=Empty document topia.persistence.error.no.hibernate.session=No hinernate session found, you must at first, open a new transaction via 'beaginTransaction' method. topia.persistence.error.null.param=The method '%1$s' requires a non null parameter '%2$s'. +topia.persistence.error.on.backup= topia.persistence.error.on.clear=Error %s on clear operation topia.persistence.error.on.commit=An error occurs while commit operation \: %1$s topia.persistence.error.on.export=An error occurs while export operation \: %1$s topia.persistence.error.on.loding.xml.doc=Could not read xml document for following reason \: %1$s topia.persistence.error.on.query=An error occurs while query operation \: %1$s topia.persistence.error.on.replicate=An error occurs while a replication operation \: %s +topia.persistence.error.on.restore= topia.persistence.error.on.rollback=An error occurs while rollback operation \: %1$s topia.persistence.error.open.transaction.failed=An error occurs while asking a new transaction \: %1$s topia.persistence.error.replicate.entity=Could not replicate entity '%1$s' pour following reason \: %2$s Modified: branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_es_ES.properties =================================================================== --- branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_es_ES.properties 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_es_ES.properties 2014-05-07 10:59:21 UTC (rev 3097) @@ -5,12 +5,14 @@ topia.persistence.error.empty.doc=Documento vacío topia.persistence.error.no.hibernate.session=No se encuentra ninguna sesión hibernada, debe iniciar una transacción con el método 'BeginTransaction' topia.persistence.error.null.param=El método '%1$s' requiere un parámetro '%2$s' no nulo. +topia.persistence.error.on.backup= topia.persistence.error.on.clear= topia.persistence.error.on.commit=Se produjo un error durante el guardado \: %1$s topia.persistence.error.on.export=Se produjo un error durante la exportación \: %1$s topia.persistence.error.on.loding.xml.doc=No se puede leer el documento debido a \: %1$s topia.persistence.error.on.query=Se produjo un error duratne la busqueda (consulta %1$s) \: %2$s topia.persistence.error.on.replicate=Se produjo un error durante la vuelta a atrás (replication) \: %1$s +topia.persistence.error.on.restore= topia.persistence.error.on.rollback=Se produjo un error durante la vuelta a atrás (rollback) \: %1$s topia.persistence.error.open.transaction.failed= topia.persistence.error.replicate.entity=Error de repliación de la entidad %1$s\ndebido a la siguiente razón \: %2$s Modified: branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties =================================================================== --- branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties 2014-05-07 10:59:21 UTC (rev 3097) @@ -5,12 +5,14 @@ topia.persistence.error.empty.doc=Document vide topia.persistence.error.no.hibernate.session=Aucune session hibernate trouvée, vous devez démarré une transaction avec la méthode 'beginTransaction' topia.persistence.error.null.param=La méthode '%1$s' requière un paramètre '%2$s' non null. +topia.persistence.error.on.backup= topia.persistence.error.on.clear=Une erreur est apparue pendant le clear \: %s topia.persistence.error.on.commit=Une erreur est apparue pendant le commit \: %1$s topia.persistence.error.on.export=Une erreur est apparue pendant l'export \: %1$s topia.persistence.error.on.loding.xml.doc=Lecture du document impossible pour la raison suivante \: %1$s topia.persistence.error.on.query=Une erreur est apparue pendant le recherche (requête %1$s) \: %2$s topia.persistence.error.on.replicate=Une erreur lors de la réplication est survenue \: %s +topia.persistence.error.on.restore= topia.persistence.error.on.rollback=Une erreur est apparue pendant le rollback \: %1$s topia.persistence.error.open.transaction.failed=Une erreur est apparue pendant la demande de transaction \: %1$s topia.persistence.error.replicate.entity=Echec de replication de l'entite %1$s\npour la raison suivante \: %2$s Modified: branches/topia-2.9.x/topia-service-migration/LICENSE.txt =================================================================== --- branches/topia-2.9.x/topia-service-migration/LICENSE.txt 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-service-migration/LICENSE.txt 2014-05-07 10:59:21 UTC (rev 3097) @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the @@ -163,4 +163,3 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - Modified: branches/topia-2.9.x/topia-service-replication/LICENSE.txt =================================================================== --- branches/topia-2.9.x/topia-service-replication/LICENSE.txt 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-service-replication/LICENSE.txt 2014-05-07 10:59:21 UTC (rev 3097) @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the @@ -163,4 +163,3 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. - Modified: branches/topia-2.9.x/topia-service-security/LICENSE.txt =================================================================== --- branches/topia-2.9.x/topia-service-security/LICENSE.txt 2014-05-07 10:46:51 UTC (rev 3096) +++ branches/topia-2.9.x/topia-service-security/LICENSE.txt 2014-05-07 10:59:21 UTC (rev 3097) @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the @@ -163,4 +163,3 @@ apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. -
participants (1)
-
maven-release@users.nuiton.org