Revision: 1675
          http://svn.sourceforge.net/vexi/?rev=1675&view=rev
Author:   mkpg2
Date:     2007-02-14 06:39:12 -0800 (Wed, 14 Feb 2007)

Log Message:
-----------
Use projectDoc as standard task for building a projects website contribution

Modified Paths:
--------------
    website/trunk/docbook/build.xml
    website/trunk/www/build.xml

Modified: website/trunk/docbook/build.xml
===================================================================
--- website/trunk/docbook/build.xml     2007-02-14 08:10:44 UTC (rev 1674)
+++ website/trunk/docbook/build.xml     2007-02-14 14:39:12 UTC (rev 1675)
@@ -3,7 +3,7 @@
      Jun 3, 2006 8:33:15 PM                                                    
    
      mike                                                                
      ====================================================================== -->
-<project name="Build core" default="all">
+<project name="Build core" default="projectDoc">
 
        
        <property name="outdir" location="."/>
@@ -34,7 +34,7 @@
                <DocBook_to_Html in="userguide.xml" out="userguide.html"/>
        </target>
        
-       <target name="all" depends="reference,userguide"/>
+       <target name="projectDoc" depends="reference,userguide"/>
 
 </project>
 

Modified: website/trunk/www/build.xml
===================================================================
--- website/trunk/www/build.xml 2007-02-14 08:10:44 UTC (rev 1674)
+++ website/trunk/www/build.xml 2007-02-14 14:39:12 UTC (rev 1675)
@@ -67,7 +67,7 @@
        
        <target name="doProjectWithBuildXml" depends="fetch">
                <mkdir dir="${build_dir}/${proj_dir}"/>
-               <ant antfile="${proj_loc}/build.xml" dir="${proj_loc}">
+               <ant antfile="${proj_loc}/build.xml" dir="${proj_loc}" 
target="projectDoc">
                        <property name="outdir" 
value="${build_dir}/${proj_dir}"/>
                </ant>
        </target>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to