Skip to content

Commit

Permalink
fixed build target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Dec 11, 2012
1 parent 37db12f commit c310e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="feathers-examples" default="web" basedir=".">

<target name="web" depends="-prepare" description="Builds web SWFs of all examples.">
<target name="web" description="Builds web SWFs of all examples.">
<ant dir="${basedir}/ComponentsExplorer" target="build-web" inheritAll="false" useNativeBasedir="true"/>
<ant dir="${basedir}/DisplayObjectExplorer" target="build-web" inheritAll="false" useNativeBasedir="true"/>
<ant dir="${basedir}/Gallery" target="build-web" inheritAll="false" useNativeBasedir="true"/>
Expand Down

0 comments on commit c310e77

Please sign in to comment.