Skip to content

Commit

Permalink
préparation de la version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpc6128 committed Oct 9, 2020
1 parent 08a3b7d commit a3551df
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion linotte-accessibilite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion linotte-alize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion linotte-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion linotte-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions linotte-greffons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>fr.codevallee</groupId>
<artifactId>linotte-moteur</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions linotte-lanceur/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>fr.codevallee</groupId>
<artifactId>linotte-moteur</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</dependency>
<!-- sera corrigé quand les greffons ne dépendrons plus du moteur -->
<dependency>
<groupId>fr.codevallee</groupId>
<artifactId>linotte-greffons</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions linotte-moteur/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>fr.codevallee</groupId>
<artifactId>linotte-alize</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</dependency>
<dependency>
<groupId>fr.codevallee</groupId>
<artifactId>linotte-ext</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
<scope>compile</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion linotte-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>langagelinotte</artifactId>
<groupId>fr.codevallee</groupId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions linotte-resources/src/main/exemples/00_quoideneuf.liv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--version>3.0</version-->
<!--version>3.0-QUASI-STABLE</version-->
<!--version>3.1-NON-STABLE</version-->
<version>3.4-SNAPSHOT</version>
<version>3.4</version>

<modules>
<module>linotte-alize</module>
Expand Down

0 comments on commit a3551df

Please sign in to comment.