Skip to content

Commit

Permalink
Fixes #52. Change format of phonegap.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Walters committed Sep 29, 2011
1 parent b2db6e3 commit e1b4458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -28,7 +28,7 @@

<property name="js.src" location="javascript" />
<property name="js.path" value="javascript" />
<property name="js.basename" value="phonegap.${version}.js" />
<property name="js.basename" value="phonegap-${version}.js" />
<property name="js.file" value="${js.path}/${js.basename}" />

<!-- BUILD JAVASCRIPT -->
Expand Down

0 comments on commit e1b4458

Please sign in to comment.