Changeset 24204
- Timestamp:
- 2011-06-28T12:20:08+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/tags/stable/greenstone3/build.xml
r24098 r24204 2063 2063 <arg value="flax-lib"/></exec> 2064 2064 <antcall target="flax-copy-files" /> 2065 <concat destfile="${basedir}/build.properties" append="true" fixlastline="yes">with.jni=false</concat> 2066 <concat destfile="${basedir}/build.properties" append="true" fixlastline="yes">with.gli.and.gems=false</concat> 2065 2067 </target> 2066 2068 … … 2100 2102 <exec executable="svn"><arg value="update"/> 2101 2103 <arg value="flax-lib"/></exec> 2102 <!--<antcall target="flax-copy-files" />-->2103 2104 <antcall target="compile-core" /> 2104 2105 </target>
Note:
See TracChangeset
for help on using the changeset viewer.