Author: fmantek
Date: Tue Oct 2 05:59:56 2007
New Revision: 276
Added:
trunk/clients/cs/misc/createzip.cmd
Modified:
trunk/clients/cs/docs/Google.GData.Documentation.chm
trunk/clients/cs/docs/HTMLDocumentation.zip
trunk/clients/cs/misc/GDataProject.shfb
trunk/clients/cs/misc/pushdoc.cmd
Log:
Updated documentation and changed cmd files to created them.
Modified: trunk/clients/cs/docs/Google.GData.Documentation.chm
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/docs/HTMLDocumentation.zip
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/misc/GDataProject.shfb
==============================================================================
--- trunk/clients/cs/misc/GDataProject.shfb (original)
+++ trunk/clients/cs/misc/GDataProject.shfb Tue Oct 2 05:59:56 2007
@@ -111,7 +111,7 @@
<VisibleItems>InheritedMembers, InheritedFrameworkMembers,
Protected, SealedProtected</VisibleItems>
<HtmlHelp1xCompilerPath path="" />
<HtmlHelp2xCompilerPath path="" />
- <OutputPath>..\docs\HTMLDocumentation\</OutputPath>
+ <OutputPath>D:\googlegdata\clients\cs\docs\HTMLDocumentation\</OutputPath>
<SandcastlePath path="" />
<WorkingPath path="" />
<CleanIntermediates>True</CleanIntermediates>
Added: trunk/clients/cs/misc/createzip.cmd
==============================================================================
--- (empty file)
+++ trunk/clients/cs/misc/createzip.cmd Tue Oct 2 05:59:56 2007
@@ -0,0 +1,12 @@
[EMAIL PROTECTED] off
+set shfb_home=%ProgramFiles%\EWSoftware\Sandcastle Help File Builder
+set src_home=..\src\VS2003
+set out_dir=..\lib
+set doc_dir=..\docs
+
+rem Create doc archive
+del "%doc_dir%\HTMLDocumentation.zip"
+del "%doc_dir%\HTMLDocumentation\*.asp"
+rd /S /Q "%doc_dir%\HTMLDocumentation\fti"
+rd /S /Q "%doc_dir%\HTMLDocumentation\Working"
+wzzip -apr "%doc_dir%\HTMLDocumentation.zip" "%doc_dir%\HTMLDocumentation\"
Modified: trunk/clients/cs/misc/pushdoc.cmd
==============================================================================
--- trunk/clients/cs/misc/pushdoc.cmd (original)
+++ trunk/clients/cs/misc/pushdoc.cmd Tue Oct 2 05:59:56 2007
@@ -9,5 +9,4 @@
move "%doc_dir%\HTMLDocumentation\Google.GData.Documentation.chm" "%doc_dir%"
move "%doc_dir%\HTMLDocumentation\*.log" .
-rem Create doc archive
-wzzip "%doc_dir%\HTMLDocumentation.zip" "%doc_dir%\HTMLDocumentation"
+call createzip.cmd
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---