jcesarmobile commented on issue #547: Compatibility of old plugins with 
non-Java source-file entries
URL: https://github.com/apache/cordova-android/issues/547#issuecomment-439078467
 
 
   The problem is people is using source-file for everything, while they should 
be using resource-file and lib-file in most cases.
   
   source-file should only be used for .java files, so that was the only case 
taken into account
   resource-file and lib-file also got the proper remapping
   
   but as the use of source-file for non source files seems to be massive we 
had to do this patches to handle other file types different from .java.
   
   So trying to fix this is definitely a patch, not a breaking change, the 
purpose of the fix is to make old non updated plugins compatible. If it will 
break plugins that got "fixed" with some workaround, they will have to fix it 
again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to