Author: crossley
Date: Thu Apr  6 15:06:36 2006
New Revision: 392089

URL: http://svn.apache.org/viewcvs?rev=392089&view=rev
Log:
Formatting changes only, tabs to spaces, etc.

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat?rev=392089&r1=392088&r2=392089&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/catalog.xcat
 Thu Apr  6 15:06:36 2006
@@ -23,9 +23,7 @@
          prefer="public">
 
   <public publicId="-//Apache Forrest//DTD Glossary V1.0//EN"
-       uri="glossary-v10.dtd"/>
+  uri="glossary-v10.dtd"/>
   <public publicId="-//Apache Forrest//ENTITIES Glossary V1.0//EN"
-       uri="glossary-v10.mod"/>
+  uri="glossary-v10.mod"/>
 </catalog>
-
-

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd?rev=392089&r1=392088&r2=392089&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
 Thu Apr  6 15:06:36 2006
@@ -21,7 +21,7 @@
 PURPOSE:
   This DTD was developed to create a simple yet powerful document
   type for glossaries for use with the Forrest projects.
-  
+
 TYPICAL INVOCATION:
 
   <!DOCTYPE glossary PUBLIC
@@ -35,7 +35,7 @@
 
 NOTES:
   Glossaries represent a powerful knowledge base and a very good way of
-  recording standard definitions for commonly used terms, thus reducing 
+  recording standard definitions for commonly used terms, thus reducing
   misunderstandings when writing or reading documentation.
   This DTD wants to be a common format for Glossary interchange.
 

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod?rev=392089&r1=392088&r2=392089&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod
 Thu Apr  6 15:06:36 2006
@@ -40,25 +40,25 @@
 <!ELEMENT glossary (authors?, (part)+)>
 <!ATTLIST glossary %common.att;>
 
-    <!ELEMENT part (title, (item | part)+) >
-    <!ATTLIST part %common.att;>
+<!ELEMENT part (title, (item | part)+) >
+<!ATTLIST part %common.att;>
 
-    <!ELEMENT item ((term)+, acronym?, see?, definition)>
-    <!ATTLIST item %common.att;>
+<!ELEMENT item ((term)+, acronym?, see?, definition)>
+<!ATTLIST item %common.att;>
 
-        <!ELEMENT term (%content.mix;)*>
-          <!ATTLIST term %common.att;>
-        
- 
-        <!ELEMENT definition (%flow;)*>
-          <!ATTLIST definition cite IDREF #IMPLIED>
-    
-    <!ELEMENT see (id, text)>
-    
-    <!ELEMENT id (#PCDATA)>
-    
-    <!ELEMENT text (%content.mix;)*>
-        <!ATTLIST text %common.att;>
+<!ELEMENT term (%content.mix;)*>
+<!ATTLIST term %common.att;>
+
+
+<!ELEMENT definition (%flow;)*>
+<!ATTLIST definition cite IDREF #IMPLIED>
+
+<!ELEMENT see (id, text)>
+
+<!ELEMENT id (#PCDATA)>
+
+<!ELEMENT text (%content.mix;)*>
+<!ATTLIST text %common.att;>
 
 <!-- =============================================================== -->
 <!-- End of DTD -->