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 | 3e2bbb6de1f356eb6078376d8431a8bec5c8bed6 (patch) | |
| tree | 20a19b4c399bca56fffe5ef8423822939347b966 /qpid/gentools | |
| parent | d85f0070fc18312f0aeaf6ee23c89ad0b68dd182 (diff) | |
| download | qpid-python-3e2bbb6de1f356eb6078376d8431a8bec5c8bed6.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@676972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/gentools')
| -rw-r--r-- | qpid/gentools/build.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qpid/gentools/build.xml b/qpid/gentools/build.xml index 8da6e7b49f..5d0976f56d 100644 --- a/qpid/gentools/build.xml +++ b/qpid/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"> |
