Created
September 7, 2011 02:05
-
-
Save stevez/1199566 to your computer and use it in GitHub Desktop.
blackberry-pre-debug target
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<target name="blackberry-pre-debug" depends="blackberry-load-setings" if="blackberry.trigger"> | |
<copy todir="${platform.home}/simulator"> | |
<fileset dir="${dist.dir}" includes="${name}.*"/> | |
<fileset dir="${dist.dir}" includes="*.debug"/> | |
</copy> | |
<condition property="jpda.port" value="${JDWPPort}" else="8000"> | |
<isset property="JDWPPort"/> | |
</condition> | |
</target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment