[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703620#comment-13703620
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit 53ebe9048d2e4bfedbe90f150437e87295d26949 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=53ebe90 ]

[CB-4131] Use relative require paths in console plugin


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703668#comment-13703668
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit b065436059c6696ecb9ae199cac74ea3f3264490 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=b065436
 ]

[CB-4131] Use relative require paths in compass plugin.


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703674#comment-13703674
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit d3be3b502ffab818281fb0c055e2697d2501abca in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=d3be3b5
 ]

[CB-4131] Use relative require paths in media-capture plugin.


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703670#comment-13703670
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit 5694fefb8e20e228e28b717d87f68dc83df1dbe8 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=5694fef
 ]

[CB-4131] Use relative require paths in FileTransfer plugin.


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703671#comment-13703671
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit e71cc229fe3640e9a121e4c4af7077519478e1b4 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=e71cc22 ]

[CB-4131] Use relative require paths in file plugin.


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703673#comment-13703673
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit 525f1f047f8e74e7abbbd5175fffa24e21089fc2 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=525f1f0
 ]

[CB-4131] Use relative require paths in globalization plugin.


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703667#comment-13703667
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit 651dcb63112f87f9de33c28afd87ecb2b7c6489e in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=651dcb6
 ]

[CB-4131] Use relative require paths in accelerometer plugin


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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


[jira] [Commented] (CB-4131) Have plugins use relative require()s when requiring their own modules

2013-07-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703666#comment-13703666
 ] 

ASF subversion and git services commented on CB-4131:
-

Commit bdab26874e8cc5d1ce66554a0fac367728fbd6de in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=bdab268 
]

[CB-4131] Use relative require paths in contact plugin


 Have plugins use relative require()s when requiring their own modules
 -

 Key: CB-4131
 URL: https://issues.apache.org/jira/browse/CB-4131
 Project: Apache Cordova
  Issue Type: Task
  Components: CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 [~jeffheifetz] added support for this a couple versions ago, so we should use 
 it in our core plugins to set the example.
 E.g.: instead of:
 require('org.apache.cordova.core.file.FileEntry')
 We should use:
 require('./FileEntry')

--
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