From a3551dfc7cb1522f91f6a8e4096365a685d05c82 Mon Sep 17 00:00:00 2001 From: ronanmounes Date: Fri, 9 Oct 2020 10:43:05 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9paration=20de=20la=20version=203.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linotte-accessibilite/pom.xml | 2 +- linotte-alize/pom.xml | 2 +- linotte-dist/pom.xml | 2 +- linotte-ext/pom.xml | 2 +- linotte-greffons/pom.xml | 4 ++-- linotte-lanceur/pom.xml | 6 +++--- linotte-moteur/pom.xml | 6 +++--- .../moteur/xml/analyse/timbre/TraducteurTimbreEnTexte.java | 6 +++--- linotte-resources/pom.xml | 2 +- linotte-resources/src/main/exemples/00_quoideneuf.liv | 4 ++-- pom.xml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/linotte-accessibilite/pom.xml b/linotte-accessibilite/pom.xml index fa1f490..63b8fea 100644 --- a/linotte-accessibilite/pom.xml +++ b/linotte-accessibilite/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 diff --git a/linotte-alize/pom.xml b/linotte-alize/pom.xml index 742d31f..bee8f95 100644 --- a/linotte-alize/pom.xml +++ b/linotte-alize/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 diff --git a/linotte-dist/pom.xml b/linotte-dist/pom.xml index e28bb6f..484a88c 100644 --- a/linotte-dist/pom.xml +++ b/linotte-dist/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 diff --git a/linotte-ext/pom.xml b/linotte-ext/pom.xml index ee7c6be..f69189a 100644 --- a/linotte-ext/pom.xml +++ b/linotte-ext/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 diff --git a/linotte-greffons/pom.xml b/linotte-greffons/pom.xml index 8f5df09..96e5846 100644 --- a/linotte-greffons/pom.xml +++ b/linotte-greffons/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 @@ -14,7 +14,7 @@ fr.codevallee linotte-moteur - 3.4-SNAPSHOT + 3.4 compile diff --git a/linotte-lanceur/pom.xml b/linotte-lanceur/pom.xml index 472d52a..424fe49 100644 --- a/linotte-lanceur/pom.xml +++ b/linotte-lanceur/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 @@ -15,13 +15,13 @@ fr.codevallee linotte-moteur - 3.4-SNAPSHOT + 3.4 fr.codevallee linotte-greffons - 3.4-SNAPSHOT + 3.4 diff --git a/linotte-moteur/pom.xml b/linotte-moteur/pom.xml index 21efca8..2e499d6 100644 --- a/linotte-moteur/pom.xml +++ b/linotte-moteur/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 @@ -15,12 +15,12 @@ fr.codevallee linotte-alize - 3.4-SNAPSHOT + 3.4 fr.codevallee linotte-ext - 3.4-SNAPSHOT + 3.4 compile diff --git a/linotte-moteur/src/main/java/org/linotte/moteur/xml/analyse/timbre/TraducteurTimbreEnTexte.java b/linotte-moteur/src/main/java/org/linotte/moteur/xml/analyse/timbre/TraducteurTimbreEnTexte.java index a152a3d..4db17aa 100644 --- a/linotte-moteur/src/main/java/org/linotte/moteur/xml/analyse/timbre/TraducteurTimbreEnTexte.java +++ b/linotte-moteur/src/main/java/org/linotte/moteur/xml/analyse/timbre/TraducteurTimbreEnTexte.java @@ -173,7 +173,7 @@ private void ajouterCommentaire(Commentaire timbre, StringBuilder livre, Langage } private void ajouterPour(Pour timbre, StringBuilder livre, Langage langage) { - livre.append("pour " + ajouterActeur(timbre.acteur) + " de " + ajouterActeur(timbre.indexDebut) + " à " + ajouterActeur(timbre.indexFin) + " lis"); + livre.append("pour " + ajouterActeur(timbre.acteur) + " de " + ajouterActeur(timbre.indexDebut) + " à " + ajouterActeur(timbre.indexFin) + ""); ajouterRetourChariot(livre, timbre); ajouteCommandes(timbre.timbreSuivant, livre, langage); livre.append("ferme"); @@ -397,8 +397,8 @@ private void ajouterRetourChariot(StringBuilder livre, Timbre suivant) { } private void ajouterDebutProgramme(StringBuilder livre, Langage langage) { - livre.append("code :"); - ajouterRetourChariot(livre, null); + //livre.append("code :"); + //ajouterRetourChariot(livre, null); } private Acteur ajouterEnteteFonction(StringBuilder livre, Fonction fonction, Langage langage) { diff --git a/linotte-resources/pom.xml b/linotte-resources/pom.xml index 29c5630..9f534bb 100644 --- a/linotte-resources/pom.xml +++ b/linotte-resources/pom.xml @@ -5,7 +5,7 @@ langagelinotte fr.codevallee - 3.4-SNAPSHOT + 3.4 4.0.0 diff --git a/linotte-resources/src/main/exemples/00_quoideneuf.liv b/linotte-resources/src/main/exemples/00_quoideneuf.liv index f3de038..812c776 100644 --- a/linotte-resources/src/main/exemples/00_quoideneuf.liv +++ b/linotte-resources/src/main/exemples/00_quoideneuf.liv @@ -20,8 +20,8 @@ Bonne programmation ! Historique des versions : ------------------------- -*09/11/20 - Linotte 3.4 - -Evolution : ... +*09/10/20 - Linotte 3.4 + -Correction : Programmation visuelle : le verbe 'lire' ne doit plus être afficher. *08/10/20 - Linotte 3.3 -Evolution : Possibilité de mettre des actions sans fonction diff --git a/pom.xml b/pom.xml index 057863c..3d0a46e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ - 3.4-SNAPSHOT + 3.4 linotte-alize