java/build.xml
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 14 Jan 2015 11:19:03 +0000
changeset 3327 3f9968ddacf8
parent 3086 7bb1f4106033
child 3356 a3ad7164f528
permissions -rw-r--r--
Ant build files refactoring (part 1) Ant build files has been rewritten by hand (as opposed to rely on those generated by Eclipse). This would give us a better control over the Java build process and allow later for integrating build.xml generation to ProjectDefinition to make working with polyglot packages easier.
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"?>
3327
3f9968ddacf8 Ant build files refactoring (part 1)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3086
diff changeset
     2
<project name="" default="compile" basedir=".">
3f9968ddacf8 Ant build files refactoring (part 1)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3086
diff changeset
     3
    <import file="build.auto.xml"/>
3f9968ddacf8 Ant build files refactoring (part 1)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3086
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>