You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2004/10/22 20:09:43 UTC

svn commit: rev 55323 - in incubator/beehive/trunk: . controls netui/ant netui/docs wsm

Author: steveh
Date: Fri Oct 22 11:09:42 2004
New Revision: 55323

Modified:
   incubator/beehive/trunk/build.xml
   incubator/beehive/trunk/controls/build.xml
   incubator/beehive/trunk/netui/ant/javadoc.xml
   incubator/beehive/trunk/netui/docs/index.html
   incubator/beehive/trunk/wsm/build.xml
Log:
(1) Changed the destination of the doc's index.html page.
(2) The <fixcrlf> calls now only modify the HTML files, all other file types are excluded.

Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml	(original)
+++ incubator/beehive/trunk/build.xml	Fri Oct 22 11:09:42 2004
@@ -320,6 +320,8 @@
             <fileset dir="controls/build/docs/reference"/>
             <fileset dir="netui/build/docs/reference"/>
             <fileset dir="wsm/build/docs/reference"/>
+        </copy>
+        <copy todir="${dist.dir}/docs" failOnError="true">
             <fileset file="netui/docs/index.html"/>
         </copy>
     </target>

Modified: incubator/beehive/trunk/controls/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/build.xml	(original)
+++ incubator/beehive/trunk/controls/build.xml	Fri Oct 22 11:09:42 2004
@@ -201,7 +201,7 @@
                 <include name="org/apache/beehive/controls/**/*"/>
             </packageset>
         </javadoc>
-        <fixcrlf srcdir="${docs.dir}"/>
+	 <fixcrlf srcDir="${build.dir}/docs/reference" includes="**/*.html"/>        
     </target>
     <!-- ==================================================================== -->
     <!-- drt -->

Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml	(original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml	Fri Oct 22 11:09:42 2004
@@ -40,7 +40,8 @@
 		<antcall target="clean"/>
 		<antcall target="generate-class-ref"/>
 		<antcall target="generate-taglib-ref"/>
-		<!--<antcall target="copy-to-forrest"/>-->
+		<fixcrlf srcDir="${build.dir}/docs/reference" includes="**/*.html"/>
+            <!--<antcall target="copy-to-forrest"/>-->
 	</target>
 	<target name="clean">
 		<delete dir="${docs.temp}" failonerror="false"/>

Modified: incubator/beehive/trunk/netui/docs/index.html
==============================================================================
--- incubator/beehive/trunk/netui/docs/index.html	(original)
+++ incubator/beehive/trunk/netui/docs/index.html	Fri Oct 22 11:09:42 2004
@@ -10,16 +10,16 @@
         Beehive Reference documentation is available both on the web (<a href="http://incubator.apache.org/beehive/reference.html">http://incubator.apache.org/beehive/reference.html</a>) and locally as part of the Beehive distribution.  For the local version of the reference documentation, use the links below.
         <ul>
             <li>
-                <a target="_blank" href="taglib/index.html">Page Flow &lt;netui&gt; Tag Reference</a>
+                <a target="_blank" href="javadoc/taglib/index.html">Page Flow &lt;netui&gt; Tag Reference</a>
             </li>
             <li>
-                <a target="_blank" href="classref_pageflows/index.html">Page Flow API Reference</a>
+                <a target="_blank" href="javadoc/classref_pageflows/index.html">Page Flow API Reference</a>
             </li>
             <li>
-                <a target="_blank" href="classref_controls/index.html">Controls API Reference</a>
+                <a target="_blank" href="javadoc/classref_controls/index.html">Controls API Reference</a>
             </li>
             <li>
-                <a target="_blank" href="classref_wsm/index.html">Web Services Metadata API Reference</a>
+                <a target="_blank" href="javadoc/classref_wsm/index.html">Web Services Metadata API Reference</a>
             </li>
         </ul>
     </body>

Modified: incubator/beehive/trunk/wsm/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/build.xml	(original)
+++ incubator/beehive/trunk/wsm/build.xml	Fri Oct 22 11:09:42 2004
@@ -275,7 +275,7 @@
                 <exclude name="**/axis/badtiger"/>
             </packageset>
         </javadoc>
-        <fixcrlf srcdir="${docs.dir}"/>
+        <fixcrlf srcDir="${docs.dir}/reference/classref_wsm" includes="**/*.html"/>
     </target>
     <!-- ==================================================================== -->
     <!-- drt -->