Skip to content

Commit

Permalink
Removed firmwares from deployed solution
Browse files Browse the repository at this point in the history
  • Loading branch information
eodille authored and eodille committed May 24, 2015
1 parent 012de8f commit 5697955
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ant/deploy-release.xml
Expand Up @@ -36,8 +36,6 @@
<mkdir dir ="../../Deploy/FlashTool/custom/shells"/>
<mkdir dir ="../../Deploy/FlashTool/custom/features"/>
<mkdir dir ="../../Deploy/FlashTool/custom/sin"/>
<mkdir dir ="../../Deploy/FlashTool/custom/mydevices"/>
<mkdir dir ="../../Deploy/FlashTool/firmwares"/>
<mkdir dir="../../Deploy/FlashTool/x10flasher_lib"/>
<mkdir dir="../../Deploy/FlashTool/x10flasher_lib/langs"/>
<mkdir dir="../../Deploy/FlashTool/drivers"/>
Expand All @@ -49,10 +47,6 @@
<fileset dir="../src/org/lang/ressources"
excludes="**/.svn"/>
</copy>
<copy todir="../../Deploy/FlashTool/firmwares">
<fileset dir="../firmwares"
excludes="**/.svn"/>
</copy>
<copy todir="../../Deploy/FlashTool/custom/root">
<fileset dir="../romupdates" excludes="**/.svn"/>
</copy>
Expand Down Expand Up @@ -90,4 +84,4 @@
</classpath>
</taskdef>

</project>
</project>

0 comments on commit 5697955

Please sign in to comment.