You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/06/21 09:13:13 UTC

svn commit: r415932 - in /xmlgraphics/fop/trunk: examples/fo/build.xml src/documentation/content/xdocs/dev/conventions.xml

Author: jeremias
Date: Wed Jun 21 00:13:12 2006
New Revision: 415932

URL: http://svn.apache.org/viewvc?rev=415932&view=rev
Log:
Bugzilla #39846, #39847:
Nits
Submitted by: Patrick Paul <ppaul_apache.at.yahoo.ca>

Modified:
    xmlgraphics/fop/trunk/examples/fo/build.xml
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/conventions.xml

Modified: xmlgraphics/fop/trunk/examples/fo/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/examples/fo/build.xml?rev=415932&r1=415931&r2=415932&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/examples/fo/build.xml (original)
+++ xmlgraphics/fop/trunk/examples/fo/build.xml Wed Jun 21 00:13:12 2006
@@ -105,7 +105,7 @@
     </antcall>
   </target>
   <!-- =================================================================== -->
-  <!-- Produces new test areatree files                                         -->
+  <!-- Produces new test areatree files                                    -->
   <!-- =================================================================== -->
   <target name="newAT" depends="init" description="Creates a new set of AreaTree XML test files">
     <antcall target="newTestFiles">
@@ -121,7 +121,7 @@
     <compare referenceDirectory="${referenceDir}" testDirectory="${testDir}" filenames="normal.pdf,table.pdf,list.pdf,link.pdf,border.pdf,images.pdf,extensive.pdf,readme.pdf,fonts.pdf,bordershorthand.pdf,character.pdf,corresprop.pdf,hyphen.pdf,inhprop.pdf,instream.pdf,leader.pdf,newlinktest.pdf,normalex.pdf,pdfoutline.pdf,simple.pdf,textdeko.pdf,tableunits.pdf"/>
   </target>
   <!-- =================================================================== -->
-  <!-- Produces new reference pdf files                                         -->
+  <!-- Produces new reference pdf files                                    -->
   <!-- =================================================================== -->
   <target name="referencePDF" depends="init">
     <antcall target="newTestFiles">

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/conventions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/conventions.xml?rev=415932&r1=415931&r2=415932&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/conventions.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/dev/conventions.xml Wed Jun 21 00:13:12 2006
@@ -27,7 +27,7 @@
       <title>Subversion Repository</title>
       <p>Conventions in this section apply to Repository content, regardless of type:</p>
       <ul>
-        <li>Files checked in must conform to the code conventions for that type of file (java files must conform to java requirements, xml to xml requirements, etc.). If a submitted patch does not conform, it is the responsibility of the committer to bring it into conformance before checking it in. Developers submitting patches are encouraged to follow the code conventions to reduce the work load on the the committers.</li>
+        <li>Files checked in must conform to the code conventions for that type of file (java files must conform to java requirements, xml to xml requirements, etc.). If a submitted patch does not conform, it is the responsibility of the committer to bring it into conformance before checking it in. Developers submitting patches are encouraged to follow the code conventions to reduce the work load on the committers.</li>
         <li>To reduce the amount of spurious deltas, all text (non-binary) files checked into SVN must have Unix-style line endings (LF only). Many IDEs and editors (even on non-Unix platforms) have settings that can facilitate this convention.</li>
         <li>In order to be able to discern commits from a committer from those where a committer applied a patch from a contributor, the commit message must contain a separate line following this pattern: <strong>"Submitted by: [contributor's name] &lt;[contributor's obfuscated e-mail address]&gt;"</strong>. This also helps doing audits on the repository.</li>
       </ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org