Show
Ignore:
Timestamp:
08/11/08 01:17:14 (5 months ago)
Author:
shogo4405
Message:

hhcタスクの微調整

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/java/utiljs/trunk/test/testcase.xml

    r17011 r17340  
    77 
    88        <target name="default"> 
    9                 <!-- YUICompressor TestCase::01 --> 
     9                <!-- YUICompressor TestCase#01 --> 
    1010                <yuic srcDir="test/sample" destDir="result/yuic" /> 
    11                 <!-- YUICompressor TestCase::02 --> 
     11 
     12                <!-- YUICompressor Case#02 --> 
    1213                <yuic srcDir="test/sample" destDir="result/yuic2" /> 
    13                 <!-- HTMLHelpCompile TestCase::03 --> 
     14 
     15                <!-- Jsdoc Case#03 --> 
     16                <jsdoc path="c:/jsdoc" verbose="yes"> 
     17                        <src dir="c:/jsdoc/app" includes="test.js" /> 
     18                </jsdoc> 
     19 
     20                <!-- HTMLHelpCompile Case#04 --> 
    1421                <hhc file="test/hhc/sample.hhp" /> 
    1522        </target>