Author: tchemit Date: 2008-08-05 07:47:36 +0000 (Tue, 05 Aug 2008) New Revision: 106 Removed: trunk/lutinprocessor/.build Lutin file processor.launch trunk/lutinprocessor/.classpath trunk/lutinprocessor/.clean Lutin file processor.launch trunk/lutinprocessor/.cvsignore trunk/lutinprocessor/.project trunk/lutinprocessor/lutinproject.xml trunk/lutinprocessor/maven.xml trunk/lutinprocessor/project.properties trunk/lutinprocessor/project.xml trunk/maven-processor-plugin/.classpath trunk/maven-processor-plugin/.cvsignore trunk/maven-processor-plugin/.project trunk/maven-processor-plugin/.settings/ Modified: trunk/lutinprocessor/doc/Todo.rst trunk/lutinprocessor/doc/index.rst trunk/lutinprocessor/lutincheckstyle.xml trunk/lutinprocessor/lutinheader.txt trunk/lutinprocessor/pom.xml trunk/lutinprocessor/site/site.xml trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java trunk/lutinprocessor/xdocs/navigation.xml trunk/maven-processor-plugin/doc/index.rst trunk/maven-processor-plugin/pom.xml Log: passage en UTF-8 suppression fichiers eclispe et maven 1 Deleted: trunk/lutinprocessor/.build Lutin file processor.launch =================================================================== --- trunk/lutinprocessor/.build Lutin file processor.launch 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/.build Lutin file processor.launch 2008-08-05 07:47:36 UTC (rev 106) @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> - <stringAttribute - key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="jar"/> - <stringAttribute - key="org.eclipse.ui.externaltools.ATTR_REFRESH_SCOPE" value="${project}"/> - <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/> - <stringAttribute - key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Lutin file processor}"/> - <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/opt/tools/maven-1.0-rc2/bin/maven"/> - <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/> -</launchConfiguration> Deleted: trunk/lutinprocessor/.classpath =================================================================== --- trunk/lutinprocessor/.classpath 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/.classpath 2008-08-05 07:47:36 UTC (rev 106) @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="var" path="MAVEN_REPO/externallib/jars/ant-1.6.jar"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> Deleted: trunk/lutinprocessor/.clean Lutin file processor.launch =================================================================== --- trunk/lutinprocessor/.clean Lutin file processor.launch 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/.clean Lutin file processor.launch 2008-08-05 07:47:36 UTC (rev 106) @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> - <stringAttribute - key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> - <stringAttribute - key="org.eclipse.ui.externaltools.ATTR_REFRESH_SCOPE" value="${project}"/> - <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/> - <stringAttribute - key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Lutin file processor}"/> - <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/opt/tools/maven-1.0-rc2/bin/maven"/> - <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/> -</launchConfiguration> Deleted: trunk/lutinprocessor/.cvsignore =================================================================== --- trunk/lutinprocessor/.cvsignore 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/.cvsignore 2008-08-05 07:47:36 UTC (rev 106) @@ -1,5 +0,0 @@ -maven.log -target -velocity.log -CodeLutinKeystore -lutinprocessor.ipr Deleted: trunk/lutinprocessor/.project =================================================================== --- trunk/lutinprocessor/.project 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/.project 2008-08-05 07:47:36 UTC (rev 106) @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<projectDescription> - <name>Lutin file processor</name> - <comment>Cette librairie permet la cr?ation de filtre sur les fichiers sources. Des tags de debut et de fin sont recherch?s et le filtre permet de traiter la cha?ne comprise dans ces tags pour qu'elle soit ?crite dans le fichier cible.</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> \ No newline at end of file Modified: trunk/lutinprocessor/doc/Todo.rst =================================================================== --- trunk/lutinprocessor/doc/Todo.rst 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/doc/Todo.rst 2008-08-05 07:47:36 UTC (rev 106) @@ -2,9 +2,9 @@ Todo ==== -Voici la liste des t�ches qui reste � faire. Si quelqu'un souhaite aider, ou -a une id�e � proposer il ne faut pas h�siter. +Voici la liste des tâches qui reste à faire. Si quelqu'un souhaite aider, ou +a une idée à proposer il ne faut pas hésiter. - La documentation utilisateur -- La documentation d�veloppeur +- La documentation développeur Modified: trunk/lutinprocessor/doc/index.rst =================================================================== (Binary files differ) Modified: trunk/lutinprocessor/lutincheckstyle.xml =================================================================== --- trunk/lutinprocessor/lutincheckstyle.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/lutincheckstyle.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_1.dtd"> @@ -176,7 +176,7 @@ <!-- Miscellaneous other checks. --> <!-- See http://checkstyle.sf.net/config_misc.html --> <module name="ArrayTypeStyle"/> -<!-- BB peut-�tre <module name="FinalParameters"/> --> +<!-- BB peut-être <module name="FinalParameters"/> --> <module name="GenericIllegalRegexp"> <property name="format" value="\s+$"/> <property name="message" value="Line has trailing spaces."/> Modified: trunk/lutinprocessor/lutinheader.txt =================================================================== --- trunk/lutinprocessor/lutinheader.txt 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/lutinheader.txt 2008-08-05 07:47:36 UTC (rev 106) @@ -1,6 +1,6 @@ /* *##% * Copyright (C) 2002, 2003, 2004, 2005 Code Lutin, -* C�dric Pineau, Benjamin Poussin, +* Cédric Pineau, Benjamin Poussin, * * * This program is free software; you can redistribute it and/or Deleted: trunk/lutinprocessor/lutinproject.xml =================================================================== --- trunk/lutinprocessor/lutinproject.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/lutinproject.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,164 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project> - - <!-- the version of maven's project object model --> - <pomVersion>3</pomVersion> - - <groupId>lutinlib</groupId> - - <!-- details about the organization that 'owns' the project --> - <organization> - <name>Code Lutin</name> - <url>http://www.codelutin.com/</url> - <logo>http://www.codelutin.com/cl-images/mini-lutin.png</logo> - </organization> - - <!-- the project home page --> - <url>http://labs.libre-entreprise.org/projects/${pom.artifactId}</url> - - <issueTrackingUrl>http://labs.libre-entreprise.org/tracker/</issueTrackingUrl> - - <siteAddress>labs.libre-entreprise.org</siteAddress> - <siteDirectory>/home/groups/${pom.artifactId}/htdocs/</siteDirectory> - - <distributionSite>labs.libre-entreprise.org</distributionSite> - <distributionDirectory>/home/groups/lutinbuilder/htdocs/maven</distributionDirectory> - - <!-- the version control repository and http url for online access - the connection element has the form: - scm:<system>:<system specific connection string> --> - <repository> - <connection>scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> - <url>http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=${pom.artifactId}</url> - </repository> - - <!-- any mailing lists for the project --> - <mailingLists> - <mailingList> - <name>${pom.artifactId}-cvscommit</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-cvscommit</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-cvscommit</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-cvscommit/</archive> - </mailingList> - <mailingList> - <name>${pom.artifactId}-devel</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-devel</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-devel</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-devel/</archive> - </mailingList> - <mailingList> - <name>${pom.artifactId}-user</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-user</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-user</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-user/</archive> - </mailingList> - </mailingLists> - - <licenses> - <license> - <name>GPL</name> - <url>http://www.gnu.org/copyleft/gpl.html</url> - <distribution>repo</distribution> - </license> - </licenses> - - <!-- who the developers are for the project --> - <developers> - <developer> - <name>Benjamin Poussin</name> - <id>bpoussin</id> - <email>poussin@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>D�veloppeur</role> - <role>Debian packager</role> - </roles> - </developer> - <developer> - <name>C�dric Pineau</name> - <id>pineau</id> - <email>pineau@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>D�veloppeur</role> - </roles> - </developer> - </developers> - - - <!-- jar files the project is dependent on --> - <dependencies/> - - <reports> - <report>maven-changelog-plugin</report> - <report>maven-changes-plugin</report> -<!-- <report>maven-checkstyle-plugin</report> --> - <report>maven-developer-activity-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-javadoc-plugin</report> - <report>maven-jdepend-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-license-plugin</report> -<!-- <report>maven-pmd-plugin</report> --> - <report>maven-statcvs-plugin</report> -<!-- <report>maven-simian-plugin</report> --> - <report>maven-tasklist-plugin</report> - </reports> - - <!-- build information for the project --> - <build> - <nagEmailAddress>poussin+${pom.artifactId}@codelutin.org</nagEmailAddress> - <sourceDirectory>${maven.src.dir}/java</sourceDirectory> - <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory> - - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - <excludes> - <exclude>**/NaughtyTest.java</exclude> - </excludes> - </unitTest> - - <resources> - <resource> - <directory>${maven.src.dir}/java</directory> - <includes> - <include>**/*.properties</include> - <include>**/*.xml</include> - <include>**/*.jdo</include> - </includes> - </resource> - <resource> - <directory>${maven.src.dir}/resources</directory> - <includes> - <include>**/*.properties</include> - <include>**/*.png</include> - <include>**/*.gif</include> - <include>**/*.jpg</include> - <include>**/*.xml</include> - </includes> - </resource> - <resource> - <directory>${maven.src.dir}/uimodel</directory> - <includes> - <include>**/*.xml</include> - <include>**/*.xgl</include> - <include>**/*.bsh</include> - </includes> - </resource> - <resource> - <directory>${maven.src.dir}/xsl</directory> - <includes> - <include>**/*.xsl</include> - </includes> - </resource> - </resources> - - </build> - -</project> - Deleted: trunk/lutinprocessor/maven.xml =================================================================== --- trunk/lutinprocessor/maven.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/maven.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> - -<project default="jar:jar" - xmlns:j="jelly:core" - xmlns:ant="jelly:ant" - xmlns:u="jelly:util"> - - <preGoal name="site"> - <attainGoal name="topia:docs"/> - </preGoal> - - <preGoal name="jar:deploy"> - <ant:signjar keystore="CodeLutinKeystore" alias="CodeLutin" storepass="codelutin"> - <ant:fileset dir="target" includes="lutin*-*.jar"/> - </ant:signjar> - </preGoal> - -</project> Modified: trunk/lutinprocessor/pom.xml =================================================================== --- trunk/lutinprocessor/pom.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/pom.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -31,7 +31,7 @@ <!--Description--> <description> - Cette librairie permet la cr�ation de filtre sur les fichiers sources. + Cette librairie permet la création de filtre sur les fichiers sources. </description> <inceptionYear>2004</inceptionYear> @@ -46,6 +46,7 @@ <!--Compile with ?--> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> + <maven.compile.encoding>UTF-8</maven.compile.encoding> </properties> <!--Librairies--> @@ -60,7 +61,17 @@ <build> <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${maven.compile.source}</source> + <target>${maven.compile.target}</target> + <encoding>${maven.compile.encoding}</encoding> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> Deleted: trunk/lutinprocessor/project.properties =================================================================== --- trunk/lutinprocessor/project.properties 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/project.properties 2008-08-05 07:47:36 UTC (rev 106) @@ -1,5 +0,0 @@ -maven.src.dir=${basedir}/src - -# Checkstyle Report -maven.checkstyle.header.file=${basedir}/lutinheader.txt -maven.checkstyle.properties=${basedir}/lutincheckstyle.xml Deleted: trunk/lutinprocessor/project.xml =================================================================== --- trunk/lutinprocessor/project.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/project.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project> - - <extend>${basedir}/lutinproject.xml</extend> - <id>lutinprocessor</id> - <name>Lutin file processor</name> - <currentVersion>0.12</currentVersion> - - <inceptionYear>2004</inceptionYear> - <package>org.codelutin.lutinprocessor</package> - <logo>http://www.codelutin.com/cl-images/mini-lutin.png</logo> - <shortDescription>Cette librairie permet la cr�ation de filtre sur les fichiers sources.</shortDescription> - <description>Cette librairie permet la cr�ation de filtre sur les fichiers sources. -Des tags de debut et de fin sont recherch�s et le filtre permet de traiter -la cha�ne comprise dans ces tags pour qu'elle soit �crite dans le fichier -cible.</description> - - <issueTrackingUrl>http://labs.libre-entreprise.org/tracker/?group_id=28</issueTrackingUrl> - - <dependencies> - <dependency> - <groupId>externallib</groupId> - <artifactId>ant</artifactId> - <version>1.6</version> - </dependency> - </dependencies> - -</project> - Modified: trunk/lutinprocessor/site/site.xml =================================================================== --- trunk/lutinprocessor/site/site.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/site/site.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <project name="LutinProcessor"> <skin> @@ -31,7 +31,7 @@ <menu name="Utilisateur"> <item href="/index.html" name="Accueil"></item> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinlib/lutinprocessor..." name="T�l�chargement"/> + <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinlib/lutinprocessor..." name="Téléchargement"/> </menu> <menu name="Developpeur"> Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java =================================================================== --- trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java 2008-08-05 07:47:36 UTC (rev 106) @@ -1,6 +1,6 @@ /* *##% * Copyright (C) 2002, 2003, 2004 - * Code Lutin, C�dric Pineau, Benjamin Poussin + * Code Lutin, Cédric Pineau, Benjamin Poussin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,7 +22,7 @@ * * Created: Aug 16, 2004 * - * @author C�dric Pineau <pineau@codelutin.com> + * @author Cédric Pineau <pineau@codelutin.com> * @version $Revision$ * * Last update : $Date$ Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java =================================================================== --- trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java 2008-08-05 07:47:36 UTC (rev 106) @@ -1,6 +1,6 @@ /* *##% * Copyright (C) 2002, 2003, 2004 - * Code Lutin, C�dric Pineau, Benjamin Poussin + * Code Lutin, Cédric Pineau, Benjamin Poussin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,7 +22,7 @@ * * Created: Aug 16, 2004 * - * @author C�dric Pineau <pineau@codelutin.com> + * @author Cédric Pineau <pineau@codelutin.com> * @version $Revision$ * * Last update : $Date$ Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java =================================================================== --- trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java 2008-08-05 07:47:36 UTC (rev 106) @@ -36,25 +36,25 @@ package org.codelutin.processor.filters; /* - * Classe principale du filtre de g�n�ration. Ce filtre recherche tout ce qu'il + * Classe principale du filtre de génération. Ce filtre recherche tout ce qu'il * y a entre les tag /*{ et }*/ a l'interieur de ces tags un autre filtre * ({@link org.codelutin.processor.filters.GeneratorTemplatesFilterIn}) est - * utilis� pour g�n�rer les tags <% %>, <%= %> et *). + * utilisé pour générer les tags <% %>, <%= %> et *). * <ul> * <li>/*{ et }*/ est remplacer par output.write("..."); pour chaque - * ligne et les " sont cot�</li> + * ligne et les " sont coté</li> * <li><% %></li> * <li><%= %></li> - * <li>*) permet de fermer un commentaire sans le fermer r�eellement, cela - * permet au �diteur faisant une analyse du code de continuer a fonctionner - * ce tag est remplac� par son equivalent */ apr�s g�n�ration.</li> + * <li>*) permet de fermer un commentaire sans le fermer réeellement, cela + * permet au éditeur faisant une analyse du code de continuer a fonctionner + * ce tag est remplacé par son equivalent */ après génération.</li> * </ul> * Vous pouvez modifier le comportement du processor en mettant des options * Une option est incluse dans le tag et est de la forme * /*{generator option: <optionName> = valeur}*/ * les options existantes sont: - * <li>passEmptyLine: boolean; cette option permet de supprimer la premi�re - * et la derni�re ligne si elles sont videx</li> + * <li>passEmptyLine: boolean; cette option permet de supprimer la première + * et la dernière ligne si elles sont videx</li> * <li>wtriteString: String, default: output.write</li> */ public class GeneratorTemplatesFilter extends DefaultFilter { Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java =================================================================== --- trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java 2008-08-05 07:47:36 UTC (rev 106) @@ -32,7 +32,7 @@ package org.codelutin.processor.filters; /** - * Le tag *) n'est substitu� que s'il est a l'ext�rieur du tag <%=...%>ou + * Le tag *) n'est substitué que s'il est a l'extérieur du tag <%=...%>ou * <%...%> */ public class GeneratorTemplatesFilterIn extends DefaultFilter { // GeneratorTemplatesFilterIn @@ -44,12 +44,12 @@ } /** - * m�thode appel�e lorsqu'on a la cha�ne enti�re entre le header et le + * méthode appelée lorsqu'on a la chaîne entière entre le header et le * footer. * * @param ch - * la cha�ne trouv� - * @return ce qu'il faut �crire dans le fichier de sortie + * la chaîne trouvé + * @return ce qu'il faut écrire dans le fichier de sortie */ protected String performInFilter(String ch) { if (ch.startsWith("=")) Modified: trunk/lutinprocessor/xdocs/navigation.xml =================================================================== --- trunk/lutinprocessor/xdocs/navigation.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/lutinprocessor/xdocs/navigation.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-15"?> +<?xml version="1.0" encoding="UTF-85"?> <project name="Plugin Maven for Lutin Processor"> <title>Plugin Maven for Lutin Processor</title> @@ -10,7 +10,7 @@ </links> <menu name="Utilisateur"> <item href="/LutinProcessor.html" name="About"></item> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven/lutinlib/jars/" name="T�l�chargement"></item> + <item href="http://lutinbuilder.labs.libre-entreprise.org/maven/lutinlib/jars/" name="Téléchargement"></item> </menu> <menu name="Developpeur"> <item href="/Todo.html" name="Todo"></item> Deleted: trunk/maven-processor-plugin/.classpath =================================================================== --- trunk/maven-processor-plugin/.classpath 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/maven-processor-plugin/.classpath 2008-08-05 07:47:36 UTC (rev 106) @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry kind="src" path="src/test"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar"/> - <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/lutinlib/lutinutil/0.19/lutinutil-0.19.jar"/> - <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/lutinlib/lutinprocessor/0.12/lutinprocessor-0.12.jar"/> - <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> Deleted: trunk/maven-processor-plugin/.cvsignore =================================================================== --- trunk/maven-processor-plugin/.cvsignore 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/maven-processor-plugin/.cvsignore 2008-08-05 07:47:36 UTC (rev 106) @@ -1,2 +0,0 @@ -maven-processor-plugin.ipr -target Deleted: trunk/maven-processor-plugin/.project =================================================================== --- trunk/maven-processor-plugin/.project 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/maven-processor-plugin/.project 2008-08-05 07:47:36 UTC (rev 106) @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>maven-processor-plugin</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> Modified: trunk/maven-processor-plugin/doc/index.rst =================================================================== (Binary files differ) Modified: trunk/maven-processor-plugin/pom.xml =================================================================== --- trunk/maven-processor-plugin/pom.xml 2008-07-28 23:18:53 UTC (rev 105) +++ trunk/maven-processor-plugin/pom.xml 2008-08-05 07:47:36 UTC (rev 106) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -33,6 +33,8 @@ <!--Compile with ?--> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> + <maven.compile.encoding>UTF-8</maven.compile.encoding> + </properties> <!-- debut de ce qui devrait etre dans le pere --> @@ -41,6 +43,16 @@ <testSourceDirectory>${maven.src.dir}/test</testSourceDirectory> <plugins> + + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${maven.compile.source}</source> + <target>${maven.compile.target}</target> + <encoding>${maven.compile.encoding}</encoding> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> @@ -82,7 +94,7 @@ <organization>Code Lutin</organization> <timezone>+2</timezone> <roles> - <role>D�veloppeur</role> + <role>Développeur</role> </roles> </contributor> </contributors>