You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/08/17 18:58:26 UTC

docs commit: remove duplicate information

Repository: cordova-docs
Updated Branches:
  refs/heads/master 6448d48c0 -> 7893bc47e


remove duplicate information

version has its own entry, no need to duplicate the explanation here.

 This closes #720


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7893bc47
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7893bc47
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7893bc47

Branch: refs/heads/master
Commit: 7893bc47e526081ee6e84ae58a6c2a35a8109047
Parents: 6448d48
Author: Jan Piotrowski <pi...@gmail.com>
Authored: Wed Aug 16 20:46:50 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Aug 17 11:58:24 2017 -0700

----------------------------------------------------------------------
 www/docs/en/dev/config_ref/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7893bc47/www/docs/en/dev/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md
index ee0c938..c854b05 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -60,7 +60,7 @@ Root element of the config.xml document.
 
 Attributes(type) <br/> <span class="sub-header">Only for platform:</span> | Description
 ---------------- | ------------
-id(string) | *Required* <br/> Specifies the app's reverse-domain identifier, and the `version` its full version number expressed in major/minor/patch notation.
+id(string) | *Required* <br/> Specifies the app's reverse-domain identifier.
 version(string) | *Required* <br/> Full version number expressed in major/minor/patch notation.
 android-versionCode(string) <br/> ==Android== | Alternative version for Android. Sets the [version code](http://developer.android.com/tools/publishing/versioning.html) for the application. See [the Android guide](../guide/platforms/android/index.html#setting-the-version-code) for information on how this attribute may be modified.
 defaultlocale <br /> ==iOS== | Specified the default language of the app, as an IANA language code.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org