switching config: "training" to "getting started"

This commit is contained in:
alunny
2010-11-04 23:13:40 -07:00
parent 3608b22040
commit 5364c5985e

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.training"
version = "0.7.0">
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.getting.started"
version = "1.0.0">
<name>PhoneGap Training App</name>
<name>PhoneGap: Getting Started</name>
<description>
A training app showing how to implement basic PhoneGap functionality
A template for getting started with PhoneGap development and build.phonegap.com
</description>
<author href="http://alunny.github.com"
email="andrew.lunny@nitobi.com">
email="andrew.lunny@nitobi.com">
Andrew Lunny
</author>
@@ -19,6 +19,7 @@
<gap:platform name="android" minVersion="2.1" />
<gap:platform name="webos" />
<gap:platform name="symbian.wrt" />
<gap:platform name="blackberry" project="widgets"/>
</gap:platforms>
<icon src="icon.png" gap:role="default" />