[jbosstools-issues] [JBoss JIRA] (JBIDE-15769) Only Android parameters added to parameters table

Gorkem Ercan (JIRA) jira-events at lists.jboss.org
Thu Oct 24 12:41:02 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-15769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gorkem Ercan reassigned JBIDE-15769:
------------------------------------

    Assignee: Gorkem Ercan

    
> Only Android parameters added to parameters table
> -------------------------------------------------
>
>                 Key: JBIDE-15769
>                 URL: https://issues.jboss.org/browse/JBIDE-15769
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: aerogear-hybrid
>    Affects Versions: 4.1.1.Beta1
>            Reporter: Michelle Murray
>            Assignee: Gorkem Ercan
>
> In Cordova Configuration Editor, Platform Properties mode:
> 1. Click Add for first features table (opens Cordova Plugin Discovery window)
> 2. Select check box for cordova item (e.g., org.apache.cordova.camera)
> 3. Click Next
> 4. Click Finish
> Outcomes:
> * "Camera" is added to feature table
> * "android-package" is added to parameter table
> * Following is added to file in config.xml mode
> {noformat}
> 	<feature name="Camera">
> 		<param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
> 		<param name="ios-package" value="CDVCamera" />
> 	</feature>
> {noformat}
> So looks like only the Android parameter is being added to the parameter table. Should the iOS parameter be automatically added to the parameter table too? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list