java/build.xml
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 20 Nov 2015 09:49:57 +0000
changeset 3508 622620308fee
parent 3369 ab2119c40ea1
parent 3478 cfe622b12e2f
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3369
ab2119c40ea1 Fix in ant files generator: fixed stupid typo causing empty value of name attribute in initial build.xml
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3356
diff changeset
     2
<project name="stx.libjava" default="compile" basedir=".">
ab2119c40ea1 Fix in ant files generator: fixed stupid typo causing empty value of name attribute in initial build.xml
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3356
diff changeset
     3
    <import file="${ant.file.stx.libjava}/../build.auto.xml"/>
3478
cfe622b12e2f 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3356
diff changeset
     4
    <!-- Put custom build code here, this file is never overwritten by Smalltalk/X -->    
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
</project>