diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-07-15 17:03:02 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-07-15 17:03:02 +0000 |
| commit | 119535d09f09e3bd3de852eea19c2db475673b2d (patch) | |
| tree | 546d0c92f45b2d7b4dbd5fa2d105413bdba7953a | |
| parent | 8172cfee3499ade8b4657b0bc07514bed37e90af (diff) | |
| download | qpid-python-119535d09f09e3bd3de852eea19c2db475673b2d.tar.gz | |
QPID-1176 : Update to gentools to remove commented out properties that I left in via git :(
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@676972 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | gentools/build.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gentools/build.xml b/gentools/build.xml index 8da6e7b49f..5d0976f56d 100644 --- a/gentools/build.xml +++ b/gentools/build.xml @@ -21,17 +21,8 @@ <project name="gentools" default="compile"> <property name="src" location="src" /> - <!--condition property="java.target" value="${java.target}" else="1.5"> - <isset property="java.target"/> - </condition> - - <condition property="java.source" value="${java.source}" else="1.5"> - <isset property="java.source"/> - </condition--> - <property name="java.source" value="1.5"/> <property name="java.target" value="1.5"/> - <target name="compile"> <javac srcdir="${src}" source="${java.source}" target="${java.target}" fork="true" debug="on"> |
