You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2006/11/12 02:08:24 UTC

svn commit: r473843 - /incubator/xap/trunk/build.xml

Author: bbuffone
Date: Sat Nov 11 18:08:23 2006
New Revision: 473843

URL: http://svn.apache.org/viewvc?view=rev&rev=473843
Log:
create zip file from the docs needed for the site.

Modified:
    incubator/xap/trunk/build.xml

Modified: incubator/xap/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/build.xml?view=diff&rev=473843&r1=473842&r2=473843
==============================================================================
--- incubator/xap/trunk/build.xml (original)
+++ incubator/xap/trunk/build.xml Sat Nov 11 18:08:23 2006
@@ -150,6 +150,42 @@
 		<!-- Change back the  main.tmpl in the jsdoc.pl -->
 		<replace file="JSDoc-1.9.9.2/jsdoc.pl"
 			token="main-site.tmpl" value="main.tmpl"/>
+			
+			
+		<zip destfile="doc/xap-site/site.zip" > 
+			<fileset dir="doc/xap-site/">
+				<include name="xap.Xap.html"/>
+				<include name="xap.application.Application.html"/>
+				<include name="xap.session.ClientSession.html"/>
+				<include name="xap.xml.dom.XapElement.html"/>
+				<include name="xap.xml.dom.Document.html"/>
+				<include name="xap.requestservice.RequestService.html"/>
+				<include name="xap.requestservice.HttpRequest.html"/>
+				<include name="xap.requestservice.NetServiceListener.html"/>
+				<include name="xap.session.ClientEvent.html"/>
+				<include name="xap.session.Container.html"/>
+				<include name="xap.xml.DocumentContainer.html"/>
+				<include name="xap.macro.Macro.html"/>
+				<include name="xap.util.LogFactory.html"/>
+				<include name="xap.util.LogFactory.ConsoleLog.html"/>
+				
+				<!-- -->
+				<include name="overview-summary-Xap.js.html"/>
+				<include name="overview-summary-application_Application.js.html"/>
+				<include name="overview-summary-session_ClientSession.js.html"/>
+				<include name="overview-summary-xml_dom_XapElement.js.html"/>
+				<include name="overview-summary-xml_dom_Document.js.html"/>
+				<include name="overview-summary-xml_requestservice_RequestService.js.html"/>
+				<include name="overview-summary-xml_requestservice_HttpRequest.js.html"/>
+				<include name="overview-summary-xml_requestservice_NetServiceListener.js.html"/>
+				<include name="overview-summary-session_ClientEvent.js.html"/>
+				<include name="overview-summary-session_Container.js.html"/>
+				<include name="overview-summary-xml_DocumentContainer.js.html"/>
+				<include name="overview-summary-macro_Macro.js.html"/>
+				<include name="overview-summary-util_LogFactory.js.html"/>
+				
+			</fileset>
+		</zip>
 		
 	</target>