Skip to content

Commit

Permalink
Added property in BlackBerry build.xml to specify application name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil Maj committed Dec 1, 2009
1 parent bb28329 commit 46078a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blackberry/framework/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<property name="cod.name" value="AntPGTest" />
<!-- password for the Signature Tool -->
<property name="password" value="myPassword" />
<!-- name of the application, as it appears in the BlackBerry menu -->
<property name="application.name" value="PhoneGap BlackBerry Test" />

<target name="build">
<delete dir="www" />
Expand All @@ -28,7 +30,7 @@
<fileset dir="src" />
<fileset dir="www" />
</src>
<jdp title="PhoneGap BlackBerry" />
<jdp title="${application.name}" />
</rapc>
<mkdir dir="src/www" />
<copy todir="src/www">
Expand Down

0 comments on commit 46078a4

Please sign in to comment.