Changeset 15058

Show
Ignore:
Timestamp:
02/16/08 22:19:29 (10 months ago)
Author:
rambo
Message:

JS packing messes up at least DM2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/build.xml

    r15023 r15058  
    167167        </if> 
    168168 
    169  
     169        <!-- DO NOT ENABLE: fscks up DM2 etc 
    170170        <packJavascripts 
    171171            action="pack" 
     
    174174            returnProperty="statistics" 
    175175            /> 
     176        --> 
    176177        <packageMidCOM 
    177178            path="${project.basedir}" 
     
    183184        > 
    184185        </packageMidCOM> 
     186        <!-- DO NOT ENABLE: fscks up DM2 etc 
    185187        <packJavascripts 
    186188            action="unpack" 
     
    190192        > 
    191193        </packJavascripts> 
     194        --> 
    192195        <echo>Package ${pear_name} created in ${target_dir}</echo> 
    193196    </target>