Skip to content

Commit

Permalink
Fix issue with exporting flex transform code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaxon committed Aug 6, 2015
1 parent d1d6c8a commit 3375caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlexTransform/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="LQMToolsFlexTransform" default="deploy" basedir=".">
<target name="deploy" depends="">
<copy todir="${deploy.dir}/ft">
<fileset dir="FlexTransform/FlexTransform">
<fileset dir="FlexTransform">
<include name="**/*.py"/>
<include name="**/*.json"/>
<include name="**/*.xsd"/>
Expand Down

0 comments on commit 3375caf

Please sign in to comment.