You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Timm, Sean" <ST...@mailgo.com> on 2000/06/19 20:02:23 UTC

[PATCH] Fix case of Id property so build will work

This is rather strange...it looks correct in the CVS commit log, but it's
capital in the file I pulled from CVS.  Anyway, here's the diff:

Index: properties.xml
===================================================================
RCS file: /home/cvspublic/xml-fop/src/codegen/properties.xml,v
retrieving revision 1.10
diff -u -r1.10 properties.xml
--- properties.xml	2000/06/18 21:05:06	1.10
+++ properties.xml	2000/06/19 18:00:42
@@ -135,7 +135,7 @@
   </property>
   <property>
     <name>id</name>
-    <class-name>ID</class-name>
+    <class-name>Id</class-name>
     <inherited>false</inherited>
     <datatype>String</datatype>
     <default></default>

Re: [PATCH] Fix case of Id property so build will work

Posted by Jordan Naftolin <jo...@jtcsv.com>.
There are currently two "id" entries in properties.xml.  Unless anyone
objects, I am going to remove one of these entries.  Since
PropertyListBuilder is mapping id to the "Id" class, I am going to remove
the entry for the "ID" class.
Jordan

----- Original Message -----
From: "Timm, Sean" <ST...@mailgo.com>
To: <fo...@xml.apache.org>
Sent: Monday, June 19, 2000 11:02 AM
Subject: [PATCH] Fix case of Id property so build will work


> This is rather strange...it looks correct in the CVS commit log, but it's
> capital in the file I pulled from CVS.  Anyway, here's the diff:
>
> Index: properties.xml
> ===================================================================
> RCS file: /home/cvspublic/xml-fop/src/codegen/properties.xml,v
> retrieving revision 1.10
> diff -u -r1.10 properties.xml
> --- properties.xml 2000/06/18 21:05:06 1.10
> +++ properties.xml 2000/06/19 18:00:42
> @@ -135,7 +135,7 @@
>    </property>
>    <property>
>      <name>id</name>
> -    <class-name>ID</class-name>
> +    <class-name>Id</class-name>
>      <inherited>false</inherited>
>      <datatype>String</datatype>
>      <default></default>
>