Skip to content
Snippets Groups Projects
Commit b4fad9ef authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

update on build version: builder.txt

parent c6d771cb
No related branches found
No related tags found
No related merge requests found
4971 4972
\ No newline at end of file \ No newline at end of file
...@@ -48,8 +48,8 @@ package ui; ...@@ -48,8 +48,8 @@ package ui;
public class DefaultText { public class DefaultText {
public static String BUILD = "4970"; public static String BUILD = "4971";
public static String DATE = "2010/05/10 12:11:42 CET"; public static String DATE = "2010/05/10 12:51:25 CET";
public static StringBuffer sbAbout = makeAbout(); public static StringBuffer sbAbout = makeAbout();
...@@ -69,12 +69,12 @@ public class DefaultText { ...@@ -69,12 +69,12 @@ public class DefaultText {
private static StringBuffer makeAbout() { private static StringBuffer makeAbout() {
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
sb.append("TTool version " + getFullVersion() + "\n\n"); sb.append("TTool version " + getFullVersion() + "\n\n");
sb.append("Programmers\n\tLudovic Apvrille, Daniel Knorreck - TELECOM ParisTech - contact email: ludovic.apvrille@telecom-paristech.fr\n"); sb.append("Programmers\n\tLudovic Apvrille, Daniel Knorreck - Telecom ParisTech - contact email: ludovic.apvrille@telecom-paristech.fr\n");
sb.append("\tCopyright GET-ENST / Ludovic Apvrille / Daniel Knorreck \n\n"); sb.append("\tCopyright Institut Telecom - Telecom ParisTech / Ludovic Apvrille / Daniel Knorreck \n\n");
sb.append("Online documentation\n\tLudovic Apvrille - TELECOM ParisTech - ludovic.apvrille@telecom-paristech.fr\n\n"); sb.append("Online documentation\n\tLudovic Apvrille - TELECOM ParisTech - ludovic.apvrille@telecom-paristech.fr\n\n");
sb.append("*TURTLE*:\n"); sb.append("*TURTLE*:\n");
sb.append("The following people have been the main contributors to the definition of the TURTLE profile:\n"); sb.append("The following people have been the main contributors to the definition of the TURTLE profile:\n");
sb.append("\tLudovic Apvrille, TELECOM ParisTech, ludovic.apvrille@telecom-paristech.fr\n"); sb.append("\tLudovic Apvrille, Telecom ParisTech, ludovic.apvrille@telecom-paristech.fr\n");
sb.append("\tJean-Pierre Courtiat, LAAS-CNRS, courtiat@laas.fr\n"); sb.append("\tJean-Pierre Courtiat, LAAS-CNRS, courtiat@laas.fr\n");
sb.append("\tPierre de Saqui-Sannes, ENSICA, pdss@isae.fr\n"); sb.append("\tPierre de Saqui-Sannes, ENSICA, pdss@isae.fr\n");
sb.append("\tFerhat Khendek, Concordia university, khendek@ece.concordia.ca\n"); sb.append("\tFerhat Khendek, Concordia university, khendek@ece.concordia.ca\n");
...@@ -84,10 +84,10 @@ public class DefaultText { ...@@ -84,10 +84,10 @@ public class DefaultText {
sb.append("For more information regarding the TURTLE profile, you can consult:\n"); sb.append("For more information regarding the TURTLE profile, you can consult:\n");
sb.append("TURTLE's website: http://labsoc.comelec.enst.fr/turtle\n\n\n"); sb.append("TURTLE's website: http://labsoc.comelec.enst.fr/turtle\n\n\n");
sb.append("*DIPLODOCUS*:\nThe following people have been the main contributors to the definition of the DIPLODOCUS profile:\n"); sb.append("*DIPLODOCUS*:\nThe following people have been the main contributors to the definition of the DIPLODOCUS profile:\n");
sb.append("\tRabea Ameur-Boulifa, TELECOM Paristech\n"); sb.append("\tRabea Ameur-Boulifa, Telecom Paristech\n");
sb.append("\tLudovic Apvrille, TELECOM Paristech\n"); sb.append("\tLudovic Apvrille, Telecom Paristech\n");
sb.append("\tSophie Coudert, TELECOM Paristech\n"); sb.append("\tSophie Coudert, Telecom Paristech\n");
sb.append("\tRenaud Pacalet, TELECOM Paristech\n"); sb.append("\tRenaud Pacalet, Telecom Paristech\n");
sb.append("\n"); sb.append("\n");
sb.append("For more information regarding the DIPLODOCUS profile, you can consult:\n"); sb.append("For more information regarding the DIPLODOCUS profile, you can consult:\n");
sb.append("DIPLODOCUS's website: http://www.comelec.enst.fr/recherche/labsoc/projets/DIPLODOCUS/\n\n"); sb.append("DIPLODOCUS's website: http://www.comelec.enst.fr/recherche/labsoc/projets/DIPLODOCUS/\n\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment