2009/dap/file-system file-dir-sys.html,1.10,1.11 file-writer.html,1.12,1.13

Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv27648/file-system

Modified Files:
	file-dir-sys.html file-writer.html 
Log Message:
Fixing double-include to make the change from DAP to WebApps show up properly.


Index: file-dir-sys.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- file-dir-sys.html	8 Jul 2010 01:25:38 -0000	1.10
+++ file-dir-sys.html	8 Jul 2010 18:19:21 -0000	1.11
@@ -13,6 +13,8 @@
           edDraftURI:           "http://dev.w3.org/2009/dap/file-system/file-dir-sys.html",
           // lcEnd: "2009-08-05",
           noIDLIn:  true,
+          inlineCSS: true,
+          extraCSS: ["../ReSpec.js/css/respec.css"],
           editors: [
                 {   name:       "Eric Uhrhane",
                     url:        "http://www.ofb.net/~uranium",
@@ -24,7 +26,6 @@
           wgPublicList:         "public-webapps",
       };
     </script>
-    <script src='../common/config.js' class='remove'></script>
   </head>
   <body>
     <section id='abstract'>

Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- file-writer.html	28 Jun 2010 21:36:26 -0000	1.12
+++ file-writer.html	8 Jul 2010 18:19:21 -0000	1.13
@@ -13,6 +13,8 @@
           edDraftURI:           "http://dev.w3.org/2009/dap/file-system/file-writer.html",
           // lcEnd: "2009-08-05",
           noIDLIn:  true,
+          inlineCSS: true,
+          extraCSS: ["../ReSpec.js/css/respec.css"],
           editors: [
                 {   name:       "Eric Uhrhane",
                     url:        "http://www.ofb.net/~uranium",
@@ -24,7 +26,6 @@
           wgPublicList:         "public-webapps",
       };
     </script>
-    <script src='../common/config.js' class='remove'></script>
   </head>
   <body>
     <section id='abstract'>

Received on Thursday, 8 July 2010 18:19:25 UTC