Changeset 9715


Ignore:
Timestamp:
2005-04-18T16:43:44+12:00 (19 years ago)
Author:
kjdon
Message:

fixed up location of mg and mgpp jar files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/build.xml

    r9713 r9715  
    130130   
    131131    <!-- include the jar files from the packages -->
    132     <pathelement location="${mg.home}/java/mg.jar"/>
    133     <pathelement location="${mgpp.home}/java/mgpp.jar"/>
     132    <!-- mg and mgpp get installed into lib/java but they may not be there yet -->
     133    <pathelement location="${javalib}/mg.jar"/>
     134    <pathelement location="${javalib}/mgpp.jar"/>
    134135    <pathelement location="${vishnu.home}/build/vishnu.jar"/>
    135136   
Note: See TracChangeset for help on using the changeset viewer.