Skip to content

Commit

Permalink
Corrected build.xml ordering that was causing problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 1, 2017
1 parent 049d50b commit cd7035b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
Build Python support libraries for voc
</description>

<!-- set global properties for this build -->
<property name="src" location="python"/>
<property name="build" location="build"/>
<property name="dist" location="dist"/>

<property environment="env"/>
<property name="release" value="4"/>
<exec executable="python" outputProperty="python-version">
Expand All @@ -22,6 +17,11 @@
<isset property="env.VOC_DIST_DIR" />
</condition>

<!-- set global properties for this build -->
<property name="src" location="python"/>
<property name="build" location="build"/>
<property name="dist" location="dist"/>

<target name="checkstyle" description="Runs checkstyle">
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties">
<classpath>
Expand Down

0 comments on commit cd7035b

Please sign in to comment.