[seam-commits] Seam SVN: r9310 - in trunk: doc/Seam_Reference_Guide/fr-FR and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 14 13:11:33 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-14 13:11:33 -0400 (Tue, 14 Oct 2008)
New Revision: 9310
Modified:
trunk/build/ci.build.xml
trunk/doc/Seam_Reference_Guide/fr-FR/Annotations.po
Log:
Fix error in translation, add french build to publish
Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml 2008-10-14 16:06:49 UTC (rev 9309)
+++ trunk/build/ci.build.xml 2008-10-14 17:11:33 UTC (rev 9310)
@@ -80,7 +80,8 @@
<artifact:deploy uniqueVersion="false" file="${docs.pom}" settingsFile="${maven.settings.xml}">
<pom file="${docs.pom}" settingsFile="${maven.settings.xml}"/>
<remoteRepository refId="snapshots.jboss.org" />
- <attach file="${doc.ref.dir}/target/docbook/publish/en-US/pdf/seam_reference.pdf" classifier="pdf" type="pdf" />
+ <attach file="${doc.ref.dir}/target/docbook/publish/en-US/pdf/seam_reference.pdf" classifier="en-US" type="pdf" />
+ <attach file="${doc.ref.dir}/target/docbook/publish/fr-FR/pdf/seam_reference.pdf" classifier="fr-FR" type="pdf" />
</artifact:deploy>
</target>
Modified: trunk/doc/Seam_Reference_Guide/fr-FR/Annotations.po
===================================================================
--- trunk/doc/Seam_Reference_Guide/fr-FR/Annotations.po 2008-10-14 16:06:49 UTC (rev 9309)
+++ trunk/doc/Seam_Reference_Guide/fr-FR/Annotations.po 2008-10-14 17:11:33 UTC (rev 9310)
@@ -627,7 +627,7 @@
#: Annotations.xml:472
#, no-c-format
msgid "Specifies that the method of the component is used to initialize the value of the named context variable, when the context variable has no value. This style is used with methods that return <literal>void</literal>."
-msgstr "Spécifie que la méthode annotée du composant sera invoquée pour initialiser la valeur de la variable de contexte quand celle-ci n'a pas encore de valeur. Ce style est utilisée avec des méthodes ne renvoyant aucune valeur (type de retour <litteral>void</literal>)."
+msgstr "Spécifie que la méthode annotée du composant sera invoquée pour initialiser la valeur de la variable de contexte quand celle-ci n'a pas encore de valeur. Ce style est utilisée avec des méthodes ne renvoyant aucune valeur (type de retour <literal>void</literal>)."
#. Tag: programlisting
#: Annotations.xml:478
More information about the seam-commits
mailing list