summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-02 21:26:19 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-02 21:26:19 -0700
commit0ccec393a557df0469794483f68eec0276a1faed (patch)
treeb146778f47bec96fa76f43f470c429c611e94e48
parentaafcb82452d58fafc3bd0ac013355c269ac9f7ee (diff)
defs.ent: Remove CDATA declarations from entities for xml compatibility
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--defs.ent22
1 files changed, 11 insertions, 11 deletions
diff --git a/defs.ent b/defs.ent
index eb59068..864a5bf 100644
--- a/defs.ent
+++ b/defs.ent
@@ -3,18 +3,18 @@
<!-- X Window System katamari version string -->
<!-- since we don't do micro (7.x.y) releases of the katamari, *relvers
are now the same as *fullrelvers -->
-<!ENTITY majorvers CDATA "7">
-<!ENTITY reldate CDATA "November 2010">
-<!ENTITY relvers CDATA "7.6">
-<!ENTITY fullrelvers CDATA "7.6">
-<!ENTITY prevrelvers CDATA "7.5">
-<!ENTITY prevfullrelvers CDATA "7.5">
-<!ENTITY nextrelvers CDATA "7.7">
-<!ENTITY nextfullrelvers CDATA "7.7">
-<!ENTITY nextfullreldate CDATA "2011">
+<!ENTITY majorvers "7">
+<!ENTITY reldate "November 2010">
+<!ENTITY relvers "7.6">
+<!ENTITY fullrelvers "7.6">
+<!ENTITY prevrelvers "7.5">
+<!ENTITY prevfullrelvers "7.5">
+<!ENTITY nextrelvers "7.7">
+<!ENTITY nextfullrelvers "7.7">
+<!ENTITY nextfullreldate "2011">
-<!ENTITY whichfullrel CDATA "seventh">
-<!ENTITY rcnum CDATA "1">
+<!ENTITY whichfullrel "seventh">
+<!ENTITY rcnum "1">
<!-- These should be set according to which snapshot/release this is -->
<!ENTITY % firstsnap 'IGNORE'>