What is the point of the wildcard in the dependency tag of plugin.xml ? I have an issue with any dependent plugin for Windows8, [1] but it probably applies to any plugin dependency resolved via plugman on windows.
Plugman attempts to create a path [2] with the wildcard which results in something like this on windows: C:\Users\Jesse\AppData\Local\Temp\plugman-tmp1375233798388\*\plugin.xml Everything works fine if the wildcard is removed, seems like if subdir is intended to be everything/all, then simply "/" would be just as good as "/*" but I wanted to see if there were other implications or this was just more windows negligence. A dependent plugin [3] TIA [1] https://issues.apache.org/jira/browse/CB-4470 [2] https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=blob;f=src/util/plugins.js;h=71a6a022f213e66e8269b35295d3645fbb494f7c;hb=HEAD#l66 [3] https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=blob;f=plugin.xml;h=8f7b35ad54a4abbe390b34a95a7dc92931a5d567;hb=HEAD#l11 @purplecabbage risingj.com
