Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalRadwantzor committed Dec 30, 2013
1 parent a32a900 commit 9b57a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions KDP3/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
/3.8.8
/3.8.9
/3.9.1.sdk46
/3.9.5
4 changes: 2 additions & 2 deletions KDP3/build_KDP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--property name="FLEX_HOME" value="/Applications/Adobe Flash Builder 4.6/sdks/4.6.0" /-->
<taskdef name="mxmlc" classname="flex.ant.MxmlcTask" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" />

<property name="v_kdp" value="3.9.3"/>
<property name="v_kdp" value="3.9.5"/>
<property name="src" value="src"/>
<property name="build" value="build-release"/>

Expand All @@ -17,7 +17,7 @@

<target name="build">
<length property="length" mode="each">
<fileset dir="../KDP3/3.9.3/plugins" >
<fileset dir="../KDP3/3.9.5/plugins" >
<include name="**/*.swf"/>
</fileset>
</length>
Expand Down

0 comments on commit 9b57a7b

Please sign in to comment.