Changeset 10078


Ignore:
Timestamp:
2005-06-13T15:48:49+12:00 (19 years ago)
Author:
kjdon
Message:

forgot the $ in mg/mgpp jar file copying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10076 r10078  
    922922    </exec>
    923923    <!-- install the jar file -->
    924     <copy file="${mg.home}/mg.jar" todir="{lib.jni}"/>
     924    <copy file="${mg.home}/mg.jar" todir="${lib.jni}"/>
    925925   
    926926    <!-- mgpp -->
     
    940940    </exec>
    941941    <!-- install the jar file -->
    942     <copy file="${mgpp.home}/mgpp.jar" todir="{lib.jni}"/>
     942    <copy file="${mgpp.home}/mgpp.jar" todir="${lib.jni}"/>
    943943   
    944944    <!-- vishnu -->
Note: See TracChangeset for help on using the changeset viewer.