Ignore:
Timestamp:
2011-10-16T17:10:30+13:00 (13 years ago)
Author:
ak19
Message:

Need the org.apache.xerces files in gli/jar folder making the jar files, so that the GLI applet still works. Trying to not delete gli/jar after calling makejar, in case this helps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r24701 r24761  
    275275        </if></else></if>
    276276
    277         <delete dir="compiled/gli/jar"/>
     277        <!-- need the org.apache.xerces files in gli/jar folder making the jar files,
     278            so that the GLI applet still works. Trying to not delete gli/jar here in case this helps: -->
     279        <!--<delete dir="compiled/gli/jar"/>-->
    278280        <delete dir="compiled/gli/classes/org"/>
    279281        <move file="compiled/gli/GLIServer.jar" todir="compiled/bin/java"/>
Note: See TracChangeset for help on using the changeset viewer.