Changeset 13841


Ignore:
Timestamp:
2007-02-01T10:05:17+13:00 (17 years ago)
Author:
kjdon
Message:

deleted an old target compile-packages-old

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r13832 r13841  
    978978    <copy file="${lucene.home}/LuceneWrapper.jar" todir="${web.lib}"/>
    979979    <antcall target="install-jni-files"/>
    980     <!-- TODO windows -->
    981980  </target>
    982981
     
    1000999    <copy file="${mgpp.home}/jni/libmgppjni.jnilib" todir="${lib.jni}"/>
    10011000    <copy file="${mgpp.home}/jni/libmgpppassjni.jnilib" todir="${lib.jni}"/>
    1002   </target>
    1003  
    1004   <target name="compile-packages-old"
    1005     description="Compile only the packages">
    1006     <echo>Compiling MG</echo>
    1007     <exec executable="make" os="${os.unix}"
    1008        dir="${mg.home}">
    1009     </exec>
    1010     <exec executable="make" os="${os.unix}"
    1011       dir="${mg.home}">
    1012       <arg value="install"/>
    1013     </exec>
    1014     <!-- windows: just the java stuff. -->
    1015     <exec executable="${mg.home}/winMake.bat" os="${os.windows}"
    1016       dir="${mg.home}">
    1017       <arg value="compile"/>
    1018       <arg value="javaonly"/>
    1019     </exec>
    1020     <!-- install the jar file -->
    1021     <copy file="${mg.home}/mg.jar" todir="${lib.jni}"/>
    1022     <!-- mgpp -->
    1023     <echo>Compiling MGPP</echo>
    1024     <exec executable="make" os="${os.unix}"
    1025        dir="${mgpp.home}">
    1026     </exec>
    1027     <exec executable="make" os="${os.unix}"
    1028       dir="${mgpp.home}">
    1029       <arg value="install"/>
    1030     </exec>
    1031     <!-- windows: just the java stuff. -->
    1032     <exec executable="${mgpp.home}/winMake.bat" os="${os.windows}"
    1033       dir="${mgpp.home}">
    1034       <arg value="compile"/>
    1035       <arg value="javaonly"/>
    1036     </exec>
    1037     <!-- install the jar file -->
    1038     <copy file="${mgpp.home}/mgpp.jar" todir="${lib.jni}"/>
    1039    
    1040     <!-- javagdbm -->
    1041     <exec executable="make" os="${os.unix}"
    1042       dir="${javagdbm.home}">
    1043     </exec>
    1044     <exec executable="make" os="${os.unix}"
    1045       dir="${javagdbm.home}">
    1046       <arg value="install"/>
    1047     </exec>
    1048     <!-- windows: just the java stuff. -->
    1049     <exec executable="${javagdbm.home}/winMake.bat" os="${os.windows}"
    1050       dir="${javagdbm.home}">
    1051       <arg value="compile"/>
    1052       <arg value="javaonly"/>
    1053     </exec>
    1054     <!-- install the jar file -->
    1055     <copy file="${javagdbm.home}/javagdbm.jar" todir="${lib.jni}"/>
    1056 
    10571001  </target>
    10581002
Note: See TracChangeset for help on using the changeset viewer.