dev@glassfish.java.net

another minor cleanup request...

From: vince kraemer <vince.kraemer_at_oracle.com>
Date: Thu, 29 Jul 2010 11:59:47 -0700

I noticed that some of the 'new' ATTLIST definitions in
glassfish-resources_1_5.dtd were not formatted list the older ATTLIST
definitions.

Can the new definitions get reformatted to 'conform' to the old style so
that the dtd will have a consistent style and aid readability?

Thanks,
vbk

BTW: here are the diffs...

@@ -800,10 +799,10 @@
 <!ELEMENT work-security-map (description?, (principal-map*, group-map*)+) >
 
 <!ATTLIST work-security-map
-name CDATA #REQUIRED
-resource-adapter-name CDATA #REQUIRED
-object-type %object-type; "user"
-enabled %boolean; "true">
+ name CDATA #REQUIRED
+ resource-adapter-name CDATA #REQUIRED
+ object-type %object-type; "user"
+ enabled %boolean; "true">
 
 <!-- principal-map
   Performs mapping from a Principal in the EIS security domain to
@@ -822,8 +821,8 @@
 <!ELEMENT principal-map EMPTY >
 
 <!ATTLIST principal-map
-eis-principal CDATA #REQUIRED
-mapped-principal CDATA #REQUIRED>
+ eis-principal CDATA #REQUIRED
+ mapped-principal CDATA #REQUIRED>
 
 <!-- group-map
   Group map to map eis-group name to application server domain's group name
@@ -841,6 +840,6 @@
 <!ELEMENT group-map EMPTY >
 
 <!ATTLIST group-map
-eis-group CDATA #REQUIRED
-mapped-group CDATA #REQUIRED>
+ eis-group CDATA #REQUIRED
+ mapped-group CDATA #REQUIRED>