Mercurial > hg > Members > nobuyasu > TOModel
view build.xml @ 1:40817399e21f draft
add files for eclipse
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 18 Sep 2012 04:38:31 +0900 (2012-09-17) |
parents | e45bf6020b0d |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!-- This file provides limited functionalities for system without Python. If Python is available, the play command is recommended over this build file. Usage: Example 1: export PLAY_PATH=/home/user/play ant run Sets play path to the environment variable PLAY_PATH and then runs play with target run. Example 2: ant run -Dplay.path=/home/user/play Gives the play path to the ant as command line property. Example 3: build.xml: ... <property name="play.path" value="/home/user/play"/> ... ant run Sets the play path to the build.xml directly. --> <project basedir="."> <property environment="env"/> <property name="play.path" value="${env.PLAY_PATH}"/> <import file="${play.path}/resources/application-build.xml"/> </project>