Author: tchemit Date: 2008-08-05 07:38:41 +0000 (Tue, 05 Aug 2008) New Revision: 278 Removed: trunk/lutingenerator-demo/.cvsignore trunk/maven-generator-plugin/.classpath trunk/maven-generator-plugin/.cvsignore trunk/maven-generator-plugin/.project trunk/maven-generator-plugin/.settings/ Modified: trunk/lutingenerator-demo/pom.xml trunk/maven-generator-plugin/doc/index.rst trunk/maven-generator-plugin/pom.xml trunk/maven-generator-plugin/site/site.xml Log: passage en UTF-8 suppression fichier eclispe Deleted: trunk/lutingenerator-demo/.cvsignore =================================================================== --- trunk/lutingenerator-demo/.cvsignore 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/lutingenerator-demo/.cvsignore 2008-08-05 07:38:41 UTC (rev 278) @@ -1,4 +0,0 @@ -target -.classpath -.project -.settings Modified: trunk/lutingenerator-demo/pom.xml =================================================================== --- trunk/lutingenerator-demo/pom.xml 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/lutingenerator-demo/pom.xml 2008-08-05 07:38:41 UTC (rev 278) @@ -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"> <!--The version of maven's project object model--> Deleted: trunk/maven-generator-plugin/.classpath =================================================================== --- trunk/maven-generator-plugin/.classpath 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/maven-generator-plugin/.classpath 2008-08-05 07:38:41 UTC (rev 278) @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry output="target/test-classes" kind="src" path="src/test"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar"/> - <classpathentry kind="var" path="M2_REPO/org/ccil/cowan/tagsoup/tagsoup/0.9.7/tagsoup-0.9.7.jar"/> - <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> - <classpathentry kind="var" path="M2_REPO/ant/ant/1.6.5/ant-1.6.5.jar"/> - <classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/> - <classpathentry kind="var" path="M2_REPO/xalan/xalan/2.7.0/xalan-2.7.0.jar"/> - <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> - <classpathentry kind="var" path="M2_REPO/lutinlib/lutinxml/0.7/lutinxml-0.7.jar"/> - <classpathentry kind="var" path="M2_REPO/commons-primitives/commons-primitives/1.0/commons-primitives-1.0.jar"/> - <classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.jar"/> - <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/> - <classpathentry kind="var" path="M2_REPO/jdom/jdom/1.0/jdom-1.0.jar"/> - <classpathentry kind="var" path="M2_REPO/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"/> - <classpathentry kind="var" path="M2_REPO/xom/xom/1.0b3/xom-1.0b3.jar"/> - <classpathentry kind="var" path="M2_REPO/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"/> - <classpathentry kind="var" path="M2_REPO/lutinlib/lutingenerator/0.30/lutingenerator-0.30.jar"/> - <classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/> - <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar"/> - <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar"/> - <classpathentry kind="var" path="M2_REPO/lutinlib/lutinutil/0.19/lutinutil-0.19.jar"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> Deleted: trunk/maven-generator-plugin/.cvsignore =================================================================== --- trunk/maven-generator-plugin/.cvsignore 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/maven-generator-plugin/.cvsignore 2008-08-05 07:38:41 UTC (rev 278) @@ -1,4 +0,0 @@ -target -target/* -*.ipr -*.iws \ No newline at end of file Deleted: trunk/maven-generator-plugin/.project =================================================================== --- trunk/maven-generator-plugin/.project 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/maven-generator-plugin/.project 2008-08-05 07:38:41 UTC (rev 278) @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>maven-generator-plugin</name> - <comment>Projet Maven de r�f�rence pour l'ensemble des autres projet Maven.</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-generator-plugin/doc/index.rst =================================================================== (Binary files differ) Modified: trunk/maven-generator-plugin/pom.xml =================================================================== --- trunk/maven-generator-plugin/pom.xml 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/maven-generator-plugin/pom.xml 2008-08-05 07:38:41 UTC (rev 278) @@ -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"> @@ -35,6 +35,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 --> @@ -48,6 +50,7 @@ <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target> + <encoding>${maven.compile.encoding}</encoding> </configuration> </plugin> </plugins> @@ -78,7 +81,7 @@ <organization>Code Lutin</organization> <timezone>+2</timezone> <roles> - <role>D�veloppeur</role> + <role>Développeur</role> </roles> </contributor> </contributors> Modified: trunk/maven-generator-plugin/site/site.xml =================================================================== --- trunk/maven-generator-plugin/site/site.xml 2008-08-05 07:38:24 UTC (rev 277) +++ trunk/maven-generator-plugin/site/site.xml 2008-08-05 07:38:41 UTC (rev 278) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <project name="MavenJRstPlugin"> <skin> @@ -31,7 +31,7 @@ <menu name="Utilisateur"> <item href="index.html" name="Accueil"/> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinplugin/maven-gener..." name="T�l�chargement"/> + <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinplugin/maven-gener..." name="Téléchargement"/> </menu> <!--<menu name="Developpeur">